/* Active Admin CSS */
@media screen {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /* line 176, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"]::-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.
 */
  /* line 308, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E6469;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header {
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-shadow: #000 0 1px 0;
    display: table;
    height: 20px;
    width: 100%;
    overflow: visible;
    position: inherit;
    padding: 5px 0;
    z-index: 900;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #cdcdcd;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 3px 30px 0 30px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
  }
  /* line 26, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  /* line 48, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.0em;
    position: relative;
    /* Drop down menus */
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li a {
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    position: relative;
    border-radius: 10px;
  }
  /* line 75, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.current > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 80, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested > a {
    background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested.current > a {
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 90, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li:hover > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested:hover > a {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 5px solid #7b8389;
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    z-index: 1020;
  }
  /* line 104, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul {
    background: #7b8389;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 1px 3px #444;
    position: absolute;
    width: 120%;
    min-width: 175px;
    max-width: calc(100% + 20px);
    margin-top: 5px;
    float: left;
    display: none;
    padding: 3px 0px 5px 0;
    list-style: none;
    z-index: 1010;
  }
  /* line 119, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  /* line 122, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  /* line 125, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  /* line 129, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  /* line 132, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
    padding-right: 20px;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested:hover > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
    color: #fff;
  }
  /* line 142, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    top: -3px;
    left: 100%;
    /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
  }
  /* line 151, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    z-index: -2;
  }
  /* line 167, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav {
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 26px;
    text-align: right;
  }
  /* line 180, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form {
    /* Reset margins & Padding */
    /* Nested Fieldsets and Legends */
    /* Text Fields */
    /* semantic_errors */
    /* Buttons */
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
    margin: 0;
    padding: 0;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.inputs {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend span {
    display: block;
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label {
    display: block;
    width: 20%;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #5E6469;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  /* line 44, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  /* line 47, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em;
  }
  /* line 56, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container .handle {
    position: absolute;
    top: calc(50% - 3em / 2);
    right: 2px;
    padding: 0;
    cursor: move;
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  /* line 75, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
    width: calc(80% - 22px - 2em - 1px);
  }
  /* line 83, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 88, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 20%;
  }
  /* line 94, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 109, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
    width: calc(80% - 22px);
    border: 1px solid #c9d0d6;
    border-radius: 3px;
    font-size: 0.95em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    outline: none;
    padding: 8px 10px 7px;
  }
  /* line 126, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
    border: 1px solid #99a2aa;
    box-shadow: 0 0 4px #99a2aa;
  }
  /* line 132, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li {
    /* Hints */
    /* Date and Time Fields */
    /* Check Boxes or Radio fields */
    /* Boolean Field */
    /* Hidden fields */
    /* Errors */
  }
  /* line 139, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-hints {
    font-size: 0.95em;
    font-style: italic;
    color: #666;
    margin: 0.5em 0 0 20%;
  }
  /* line 148, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
    float: left;
    width: auto;
    margin: 0 0.5em 0 0;
  }
  /* line 150, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
    display: none;
  }
  /* line 151, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
    display: inline;
    margin: 0;
    padding: 0;
  }
  /* line 157, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
    margin-bottom: -0.6em;
  }
  /* line 159, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
    margin: 0.1em 0 0.5em 0;
  }
  /* line 161, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
    float: none;
    width: 100%;
  }
  /* line 164, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
    margin-right: 0.2em;
  }
  /* line 171, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  /* line 173, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label {
    width: 100%;
    padding-left: 20%;
    padding-right: 10px;
    text-transform: none !important;
    font-weight: normal;
  }
  /* line 179, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  /* line 184, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-errors {
    color: #932419;
    font-weight: bold;
    margin: 0.3em 0 0 20%;
  }
  /* line 194, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors {
    color: #932419;
    margin: 0.5em 0 0 20%;
    list-style: square;
  }
  /* line 198, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 202, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
    border: 1px solid #932419;
  }
  /* line 209, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors {
    background: #fae6e4;
    border-radius: 4px;
    color: #932419;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    list-style: square;
  }
  /* line 217, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 222, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=submit], form input[type=button], form button {
    cursor: pointer;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input.disabled[type=submit], form input.disabled[type=button], form button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 227, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 229, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
    margin-right: 10px;
  }
  /* line 232, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  /* line 236, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  /* line 242, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  /* line 246, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 254, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section label {
    display: block;
    text-transform: uppercase;
    color: #5E6469;
    font-size: 0.9em;
    font-weight: bold;
  }
  /* line 262, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 266, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
    width: 220px;
  }
  /* line 275, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  /* line 280, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search input[type=text] {
    margin-left: 16px;
    width: 88px;
  }
  /* line 284, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  /* line 290, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  /* line 291, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes fieldset {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /* line 295, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
    font-weight: normal;
    margin-bottom: 3px;
    text-transform: none;
    font-size: 1.0em;
  }
  /* line 300, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
    vertical-align: baseline;
  }
  /* line 305, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  /* line 308, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
    margin-left: 6px;
  }
  /* line 314, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form a.clear_filters_btn {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta {
    width: 130px;
    float: left;
    overflow: hidden;
    font-size: 0.9em;
    color: #767e84;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #5E6469;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  /* line 32, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.inputs {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment li {
    padding: 0;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash {
    background-color: #f7f1d3;
    background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
    text-shadow: #fafafa 0 1px 0;
    border-bottom: 1px solid #eee098;
    color: #cb9810;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.0em;
    padding: 13px 30px 11px;
    position: relative;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_notice {
    background-color: #dce9dd;
    background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
    border-bottom: 1px solid #adcbaf;
    color: #416347;
  }
  /* line 18, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_error {
    background-color: #f5e4e4;
    background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
    border-bottom: 1px solid #e0c2c0;
    color: #b33c33;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_out .flash {
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    background: none;
    color: #666;
    font-weight: bold;
    line-height: 1.0em;
    padding: 0;
    margin-bottom: 8px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker {
    background: #fff;
    background-clip: padding-box;
    color: #fff;
    display: none;
    margin-top: 2px;
    padding: 0;
    text-align: center;
    width: 160px;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header {
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    padding: 12px 5px 7px 4px;
    margin: 0px 0px 2px 2px;
    width: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header:before {
    content: "";
    position: absolute;
    right: 45%;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 8.5px solid rgba(0, 0, 0, 0);
    border-right: 8.5px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #676e73;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-shadow: #000 0 1px 0;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 0.8em;
    text-align: center;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    margin: -4px 0 0 0;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    margin: -4px 0 0 0;
  }
  /* line 59, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a {
    color: #fff;
    display: block;
    height: 19px;
    margin-top: -4px;
    width: 10px;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    float: left;
    width: 0;
    height: 0;
    margin: 0px 0px 0px 4px;
    border-top: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  /* line 75, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
    float: right;
    width: 0;
    height: 0;
    margin: 0px 4px 0px 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  /* line 91, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
    background-color: #f4f4f4;
    border: solid 1px #63686e;
    left: 2px;
    margin-bottom: 0px;
    position: relative;
    top: -2px;
    width: 156px;
  }
  /* line 102, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
    padding: 0px;
    text-align: center;
  }
  /* line 107, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar thead th {
    background-color: #dbdddf;
    color: #333333;
    font-weight: normal;
    font-size: 0.8em;
    padding-top: 1px;
  }
  /* line 115, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  /* line 118, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td {
    border: none;
    height: 24px;
    width: 22px;
  }
  /* line 123, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a {
    border-radius: 3px;
    color: #666666;
    font-weight: bold;
    font-size: 0.85em;
    padding: 4px;
  }
  /* line 130, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #5a5f64;
    color: #fff;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
    background-color: #5a5f64;
    color: #fff;
  }
  /* line 138, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
    background-color: #eceef0;
  }
  /* line 141, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
    background-color: #dbdddf;
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }
  /* line 15, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  /* line 21, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
    color: #5E6469;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sortable a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
    padding-left: 13px;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc, table.index_table th.sorted-desc {
    background-color: #e2e2e2;
    background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
  }
  /* line 45, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  /* line 51, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.even td {
    background: #f4f5f5;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table td {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table th {
    padding-top: 10px;
    background: none;
    color: #5E6469;
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
  }
  /* line 77, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.odd td {
    background: #ecedee;
  }
  /* line 78, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.even td {
    background: #f4f5f5;
  }
  /* line 82, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #f4f5f5;
  }
  /* line 86, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #ecedee;
  }
  /* line 87, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th, .attributes_table table td {
    padding: 8px 12px 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th {
    box-shadow: none;
    background: none;
    width: 150px;
    font-size: 0.9em;
    padding-left: 0;
    text-transform: uppercase;
    color: #5E6469;
    text-shadow: #fff 0 1px 0;
  }
  /* line 103, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table td .empty {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  /* line 112, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #collection_selection_toggle_panel:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 3, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-widget-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog {
    position: fixed;
    z-index: 1002;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog ul {
    list-style-type: none;
  }
  /* line 20, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button {
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate {
    border-radius: 3px;
    border: 1px dashed #DADADA;
    color: #AAA;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 14px 25px;
    text-align: center;
  }
  /* line 15, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate small {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .admin_dashboard .blank_slate_container .blank_slate {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.0em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: #8a949e;
    text-decoration: none;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 7, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button {
    position: relative;
    padding-right: 22px !important;
    cursor: pointer;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #FFF transparent;
    right: 12px;
    top: 45%;
  }
  /* line 25, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #777 transparent;
    right: 12px;
    top: 45%;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple {
    content: "";
    position: absolute;
    top: -6px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #545a5e transparent;
    z-index: 100;
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #838a90 transparent;
    left: -5px;
    top: 1px;
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #686e74 transparent;
    left: -5px;
    top: 2px;
  }
  /* line 81, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper {
    display: inline-block;
    position: absolute;
    background-color: white;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
    background-color: #5E6469;
    background-color: #686e74;
    background-image: linear-gradient(180deg, #686e74, #52575c);
    border: solid 1px #464a4e;
    border-top-color: #545a5e;
    border-bottom-color: #35383b;
    border-radius: 4px;
    z-index: 2000;
    display: none;
  }
  /* line 96, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
    display: block;
    background-color: #FFF;
    border: solid 1px #464a4e;
    box-shadow: #6a7176 0px 1px 0px 0px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 8px;
    list-style-type: none;
    padding: 0;
  }
  /* line 109, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
    display: block;
    border-bottom: solid 1px #ebebeb;
  }
  /* line 113, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
    display: block;
    box-sizing: padding-box;
    font-size: 0.95em;
    font-weight: bold;
    padding: 7px 16px 5px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
  /* line 123, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
    background-color: #75a1c2;
    background-image: linear-gradient(180deg, #75a1c2, #608cb4);
    text-shadow: #5a83aa 0 1px 0;
    color: #FFF;
  }
  /* line 129, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
    background-color: #608cb4;
    background-image: linear-gradient(180deg, #608cb4, #75a1c2);
    color: #FFF;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  /* line 144, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
    border: none;
  }
  /* line 146, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button {
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_grid.scss */
  table.index_grid td {
    border: none;
    background: none;
    padding: 0 20px 20px 0;
    margin: 0;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_links.scss */
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination span.page.current {
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 18, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a, .pagination span.page.current {
    border-radius: 0px;
    margin-right: 4px;
    padding: 2px 5px;
  }
  /* line 25, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }
  /* line 32, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }
  /* line 36, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page select {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page select {
    border-radius: 0px;
    padding: 1px 5px;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_panels.scss */
  .section, .panel {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3, .panel > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_panels.scss */
  .sidebar_section {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }
  /* line 3, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li:first-child a {
    margin-left: 10px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag {
    background: #cacaca;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 3px 5px 2px 5px;
    font-size: 0.8em;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button, .table_tools .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button, .table_tools .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    font-size: 0.9em;
    padding: 4px 14px 4px;
    margin: 0;
  }
  /* line 22, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  /* line 26, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    border-color: #c8c8c8;
    border-top-color: #d7d7d7;
    border-right-color: #c8c8c8;
    border-bottom-color: #c3c3c3;
    border-left-color: #c8c8c8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li {
    float: left;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li a {
    border-width: 1px .5px 1px .5px;
    border-radius: 0;
  }
  /* line 47, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 59, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    cursor: default;
  }
  /* line 64, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser {
    padding: 10px 30px;
    color: #211e14;
    background-color: #fae692;
    background-color: #feefae;
    background-image: linear-gradient(180deg, #feefae, #fae692);
    border-bottom: 1px solid #b3a569;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav {
    list-style: none;
    display: block;
    width: auto;
    margin-bottom: -12px;
    padding-left: 0;
    overflow: auto;
    margin-left: 15px;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 17, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 32, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    text-decoration: none;
    border-radius: 0;
    border-width: 1px .5px 1px .5px;
    margin-right: 0;
    padding: 4px 14px 4px;
  }
  /* line 43, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li.ui-tabs-active a {
    cursor: default;
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li.ui-tabs-active a a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 63, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .tab-content {
    border: 1px solid #D3D3D3;
    padding: 15px;
    padding-top: 30px;
    text-align: left;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  /* line 7, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper #active_admin_content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background: #fff;
    padding: 13px 30px;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out h2 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    margin: -13px -30px 20px -30px;
  }
  /* line 24, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset {
    box-shadow: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 32, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
    width: 70%;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #index_footer:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  /* line 17, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  /* line 22, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }
  /* line 24, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    display: table;
    border-bottom-color: #EEE;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    z-index: 800;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_left, #title_bar #titlebar_right {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_right {
    text-align: right;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    line-height: 100%;
    font-weight: bold;
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #5E6469;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 36, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    padding: 12px 17px 10px;
    margin: 0px;
  }
  /* line 36, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_base.scss */
  *,
*:before,
*:after {
    box-sizing: inherit;
  }
  /* line 46, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_base.scss */
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 72%;
    background: #FFF;
    color: #323537;
  }
}

@media print {
  /* Active Admin Print Stylesheet */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /* line 176, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"]::-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.
 */
  /* line 308, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
    font-size: 72%;
    background: #fff;
    width: 99%;
    margin: 0;
    padding: .5%;
    color: black;
  }
  /* line 24, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  a {
    color: black;
    text-decoration: none;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  h3 {
    font-weight: bold;
    margin-bottom: .5em;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #header {
    float: left;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #header #tabs, #header .tabs, #header #utility_nav {
    display: none;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #header h1 {
    font-weight: bold;
  }
  /* line 47, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .flashes {
    display: none;
  }
  /* line 51, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar {
    float: right;
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  /* line 59, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar .breadcrumb, #title_bar #titlebar_right {
    display: none;
  }
  /* line 65, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #active_admin_content {
    border-top: thick solid black;
    clear: both;
    margin-top: 2em;
    padding-top: 3em;
  }
  /* line 73, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #footer {
    display: none;
  }
  /* line 79, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  /* line 84, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li {
    display: none;
    padding: 0;
    margin-bottom: 1em;
  }
  /* line 89, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected, .table_tools ul li.index.selected {
    display: block;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {
    content: "Showing ";
  }
  /* line 96, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {
    font-weight: bold;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {
    display: inline-block;
    font-weight: normal;
    font-size: .9em;
  }
  /* line 111, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table {
    margin-bottom: 1.5em;
    text-align: left;
    width: 100%;
  }
  /* line 116, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table thead {
    display: table-header-group;
  }
  /* line 119, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table thead th {
    background: none;
    border-bottom: medium solid black;
    font-weight: bold;
  }
  /* line 124, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table thead th a {
    text-decoration: none;
  }
  /* line 130, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table th, table td {
    padding: .5em 1em;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table th .member_link, table td .member_link {
    display: none;
  }
  /* line 138, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table td {
    border-bottom: thin solid black;
  }
  /* line 142, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table tr {
    page-break-inside: avoid;
  }
  /* line 148, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #index_footer, .pagination_information {
    display: none;
  }
  /* line 153, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td {
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  /* line 158, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td img {
    max-width: 1in;
  }
  /* line 165, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .panel {
    border-bottom: thick solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 2em;
    page-break-inside: avoid;
  }
  /* line 171, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .panel:last-child {
    border-bottom: none;
  }
  /* line 177, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments form {
    display: none;
  }
  /* line 181, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment {
    border-top: thin solid black;
    padding-top: 1em;
  }
  /* line 186, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta h4 {
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin-right: .5em;
    margin-bottom: 0;
  }
  /* line 194, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta span {
    font-size: .9em;
    font-style: italic;
    vertical-align: top;
  }
  /* line 201, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    clear: both;
    margin-bottom: 1em;
  }
  /* line 210, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table {
    border-top: medium solid black;
  }
  /* line 213, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th {
    border-bottom: thin solid black;
    vertical-align: top;
  }
  /* line 217, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th:after {
    content: ':';
  }
  /* line 223, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table td img {
    max-height: 4in;
    max-width: 6in;
  }
  /* line 231, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #filters_sidebar_section {
    display: none;
  }
  /* line 237, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset {
    border-top: thick solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  /* line 242, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset:last-child {
    border-bottom: none;
  }
  /* line 247, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form .buttons, form abbr {
    display: none;
  }
  /* line 250, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 255, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li {
    border-top: thin solid black;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
  }
  /* line 261, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li.password, form ol li.hidden {
    display: none;
  }
  /* line 265, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li label {
    font-weight: bold;
    float: left;
    width: 20%;
  }
  /* line 271, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input, form ol li textarea, form ol li select {
    background: none;
    border: 0;
    font: Arial, Helvetica, sans-serif;
  }
  /* line 277, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input[type=file] {
    display: none;
  }
  /* line 285, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .unsupported_browser {
    display: none;
  }
}
/* Estilos personalizados para o ActiveAdmin */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body,
input,
textarea,
select,
button {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* Estilo para textos de ajuda em formulários */
.help-text {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em;
  background-color: #f8f8f8;
  border-left: 3px solid #4b5563;
  border-radius: 0 3px 3px 0;
}

/* Estilo para os campos de email e task nas automações */
.email-fields,
.task-fields {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Estilo para os campos de seleção de projeto e status */
#project_selector,
#project_status_selector {
  min-width: 250px;
}

/* Melhorar a visualização de botões nos formulários */
.formtastic .actions {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e5e7eb;
}

.formtastic .actions input[type="submit"] {
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.formtastic .actions input[type="submit"]:hover {
  background-color: #4b5563;
}
@tailwind base;@tailwind components;@tailwind utilities;svg:not([width]):not([height]){height:1.25rem;width:1.25rem}svg:not([width]):not([height]),svg[width][height]{display:inline-block;vertical-align:middle}.flashes svg,.has-icon svg{margin-right:.25rem}.action_item svg,.flashes svg,.has-icon svg{height:1rem!important;width:1rem!important}#header{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(29,78,216,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#3730a3 var(--tw-gradient-to-position);--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#header h1.site_title{font-size:1.25rem;font-weight:700;line-height:1.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}#header a,#header a:link,#header a:visited{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#header a:hover,#header a:link:hover,#header a:visited:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}#utility_nav{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#admin_main_nav,#utility_nav{font-weight:500}.menu_item a{border-radius:.25rem;padding:.25rem .5rem;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.current a,.menu_item a:hover{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.current a{border-radius:.25rem;font-weight:600}table.index_table{border-radius:.5rem;overflow:hidden;width:100%;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}table.index_table th{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,244,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#e5e7eb var(--tw-gradient-to-position);font-weight:600;padding:.75rem 1rem;text-align:left;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}table.index_table tr.odd td{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}table.index_table tr.even td{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}table.index_table tr:hover td{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}table.index_table td{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding:.75rem 1rem}.action_item a,.links a,button,input[type=submit]{align-items:center;border-color:transparent;border-radius:.375rem;border-width:1px;display:inline-flex;--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity));font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.action_item a:hover,.links a:hover,button:hover,input[type=submit]:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.action_item a:focus,.links a:focus,button:focus,input[type=submit]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.action_item.danger a,.links .delete_link{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.action_item.danger a:hover,.links .delete_link:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.action_item.danger a:focus,.links .delete_link:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.action_item.success a,.links .new_link{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.action_item.success a:hover,.links .new_link:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.action_item.success a:focus,.links .new_link:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}form fieldset{border-radius:.5rem;margin-bottom:1.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.5rem;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}form fieldset,form fieldset legend{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}form fieldset legend{border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity));font-size:1.125rem;font-weight:500;line-height:1.75rem;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}form fieldset ol>li{margin-bottom:1rem}form fieldset ol>li:last-child{margin-bottom:0}form label{display:block;font-size:.875rem;font-weight:500;line-height:1.25rem;margin-bottom:.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}form input[type=email],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form input[type=url],form select,form textarea{border-radius:.375rem;display:block;margin-top:.25rem;width:100%;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}form input[type=email]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form input[type=url]:focus,form select:focus,form textarea:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity));--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}@media (min-width:640px){form input[type=email],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form input[type=url],form select,form textarea{font-size:.875rem;line-height:1.25rem}}form input[type=submit]{margin-top:1rem}.breadcrumb{display:flex;margin-bottom:1rem}.breadcrumb>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.breadcrumb{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.breadcrumb a{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.breadcrumb a:hover{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.flash{border-radius:.375rem;border-width:1px;margin-bottom:1rem;padding:1rem}.flash_notice{background-color:rgb(240 253 244/var(--tw-bg-opacity));border-color:rgb(74 222 128/var(--tw-border-opacity));color:rgb(22 101 52/var(--tw-text-opacity))}.flash_error,.flash_notice{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.flash_error{background-color:rgb(254 242 242/var(--tw-bg-opacity));border-color:rgb(248 113 113/var(--tw-border-opacity));color:rgb(153 27 27/var(--tw-text-opacity))}.flash_warning{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.panel{border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.panel h3{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,244,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#e5e7eb var(--tw-gradient-to-position);font-weight:500;padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.panel_contents{padding:1rem}.pagination{display:flex;justify-content:center;margin-bottom:1rem;margin-top:1rem}.pagination>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.pagination a,.pagination span.page.current{border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem 1rem}.pagination a{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.pagination a:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.pagination span.page.current{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.filter_form{border-radius:.5rem;margin-bottom:1.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.filter_form_field{margin-bottom:1rem}.filter_form_field:last-child{margin-bottom:0}.filter_form_field label{display:block;font-size:.875rem;font-weight:500;line-height:1.25rem;margin-bottom:.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.filter_form_field input[type=text],.filter_form_field select{border-radius:.375rem;display:block;margin-top:.25rem;width:100%;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.filter_form_field input[type=text]:focus,.filter_form_field select:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity));--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}@media (min-width:640px){.filter_form_field input[type=text],.filter_form_field select{font-size:.875rem;line-height:1.25rem}}.sidebar_section{border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sidebar_section h3{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,244,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#e5e7eb var(--tw-gradient-to-position);font-weight:500;padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.sidebar_section .panel_contents{padding:1rem}.dashboard .dashboard_section{border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dashboard .dashboard_section h3{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,244,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#e5e7eb var(--tw-gradient-to-position);font-weight:500;padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dashboard .dashboard_section .panel_contents{padding:1rem}.status_tag{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;line-height:1rem;padding:.125rem .625rem}.status_tag.complete,.status_tag.completed,.status_tag.green,.status_tag.ok,.status_tag.published{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.status_tag.orange,.status_tag.warn{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.status_tag.canceled,.status_tag.cancelled,.status_tag.error,.status_tag.red{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.status_tag.blue,.status_tag.in_progress{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.status_tag.inactive{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.scopes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.scopes .scope{display:inline-block}.scopes .scope a{align-items:center;border-radius:.375rem;border-width:1px;display:inline-flex;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.scopes .scope a:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.scopes .scope.selected a{border-color:transparent;--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.scopes .scope.selected a:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.comments{border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.comments h3{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,244,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#e5e7eb var(--tw-gradient-to-position);font-weight:500;padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.comments .panel_contents{padding:1rem}.comment{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding-bottom:1rem;padding-top:1rem}.comment:last-child{border-bottom-width:0}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.collapse{visibility:collapse}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:0}.z-50{z-index:50}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-5{height:1.25rem}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-250px\)\]{max-height:calc(90vh - 250px)}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.w-1\/4{width:25%}.w-2\/12{width:16.666667%}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-4xl{max-width:56rem}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.overflow-auto{overflow:auto}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.border-blue-100\/0{border-color:rgba(219,234,254,0)}.border-blue-100\/10{border-color:rgba(219,234,254,.1)}.border-blue-100\/100{border-color:#dbeafe}.border-blue-100\/15{border-color:rgba(219,234,254,.15)}.border-blue-100\/20{border-color:rgba(219,234,254,.2)}.border-blue-100\/25{border-color:rgba(219,234,254,.25)}.border-blue-100\/30{border-color:rgba(219,234,254,.3)}.border-blue-100\/35{border-color:rgba(219,234,254,.35)}.border-blue-100\/40{border-color:rgba(219,234,254,.4)}.border-blue-100\/45{border-color:rgba(219,234,254,.45)}.border-blue-100\/5{border-color:rgba(219,234,254,.05)}.border-blue-100\/50{border-color:rgba(219,234,254,.5)}.border-blue-100\/55{border-color:rgba(219,234,254,.55)}.border-blue-100\/60{border-color:rgba(219,234,254,.6)}.border-blue-100\/65{border-color:rgba(219,234,254,.65)}.border-blue-100\/70{border-color:rgba(219,234,254,.7)}.border-blue-100\/75{border-color:rgba(219,234,254,.75)}.border-blue-100\/80{border-color:rgba(219,234,254,.8)}.border-blue-100\/85{border-color:rgba(219,234,254,.85)}.border-blue-100\/90{border-color:rgba(219,234,254,.9)}.border-blue-100\/95{border-color:rgba(219,234,254,.95)}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.border-blue-200\/0{border-color:rgba(191,219,254,0)}.border-blue-200\/10{border-color:rgba(191,219,254,.1)}.border-blue-200\/100{border-color:#bfdbfe}.border-blue-200\/15{border-color:rgba(191,219,254,.15)}.border-blue-200\/20{border-color:rgba(191,219,254,.2)}.border-blue-200\/25{border-color:rgba(191,219,254,.25)}.border-blue-200\/30{border-color:rgba(191,219,254,.3)}.border-blue-200\/35{border-color:rgba(191,219,254,.35)}.border-blue-200\/40{border-color:rgba(191,219,254,.4)}.border-blue-200\/45{border-color:rgba(191,219,254,.45)}.border-blue-200\/5{border-color:rgba(191,219,254,.05)}.border-blue-200\/50{border-color:rgba(191,219,254,.5)}.border-blue-200\/55{border-color:rgba(191,219,254,.55)}.border-blue-200\/60{border-color:rgba(191,219,254,.6)}.border-blue-200\/65{border-color:rgba(191,219,254,.65)}.border-blue-200\/70{border-color:rgba(191,219,254,.7)}.border-blue-200\/75{border-color:rgba(191,219,254,.75)}.border-blue-200\/80{border-color:rgba(191,219,254,.8)}.border-blue-200\/85{border-color:rgba(191,219,254,.85)}.border-blue-200\/90{border-color:rgba(191,219,254,.9)}.border-blue-200\/95{border-color:rgba(191,219,254,.95)}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.border-blue-300\/0{border-color:rgba(147,197,253,0)}.border-blue-300\/10{border-color:rgba(147,197,253,.1)}.border-blue-300\/100{border-color:#93c5fd}.border-blue-300\/15{border-color:rgba(147,197,253,.15)}.border-blue-300\/20{border-color:rgba(147,197,253,.2)}.border-blue-300\/25{border-color:rgba(147,197,253,.25)}.border-blue-300\/30{border-color:rgba(147,197,253,.3)}.border-blue-300\/35{border-color:rgba(147,197,253,.35)}.border-blue-300\/40{border-color:rgba(147,197,253,.4)}.border-blue-300\/45{border-color:rgba(147,197,253,.45)}.border-blue-300\/5{border-color:rgba(147,197,253,.05)}.border-blue-300\/50{border-color:rgba(147,197,253,.5)}.border-blue-300\/55{border-color:rgba(147,197,253,.55)}.border-blue-300\/60{border-color:rgba(147,197,253,.6)}.border-blue-300\/65{border-color:rgba(147,197,253,.65)}.border-blue-300\/70{border-color:rgba(147,197,253,.7)}.border-blue-300\/75{border-color:rgba(147,197,253,.75)}.border-blue-300\/80{border-color:rgba(147,197,253,.8)}.border-blue-300\/85{border-color:rgba(147,197,253,.85)}.border-blue-300\/90{border-color:rgba(147,197,253,.9)}.border-blue-300\/95{border-color:rgba(147,197,253,.95)}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-blue-400\/0{border-color:rgba(96,165,250,0)}.border-blue-400\/10{border-color:rgba(96,165,250,.1)}.border-blue-400\/100{border-color:#60a5fa}.border-blue-400\/15{border-color:rgba(96,165,250,.15)}.border-blue-400\/20{border-color:rgba(96,165,250,.2)}.border-blue-400\/25{border-color:rgba(96,165,250,.25)}.border-blue-400\/30{border-color:rgba(96,165,250,.3)}.border-blue-400\/35{border-color:rgba(96,165,250,.35)}.border-blue-400\/40{border-color:rgba(96,165,250,.4)}.border-blue-400\/45{border-color:rgba(96,165,250,.45)}.border-blue-400\/5{border-color:rgba(96,165,250,.05)}.border-blue-400\/50{border-color:rgba(96,165,250,.5)}.border-blue-400\/55{border-color:rgba(96,165,250,.55)}.border-blue-400\/60{border-color:rgba(96,165,250,.6)}.border-blue-400\/65{border-color:rgba(96,165,250,.65)}.border-blue-400\/70{border-color:rgba(96,165,250,.7)}.border-blue-400\/75{border-color:rgba(96,165,250,.75)}.border-blue-400\/80{border-color:rgba(96,165,250,.8)}.border-blue-400\/85{border-color:rgba(96,165,250,.85)}.border-blue-400\/90{border-color:rgba(96,165,250,.9)}.border-blue-400\/95{border-color:rgba(96,165,250,.95)}.border-blue-50{--tw-border-opacity:1;border-color:rgb(239 246 255/var(--tw-border-opacity))}.border-blue-50\/0{border-color:rgba(239,246,255,0)}.border-blue-50\/10{border-color:rgba(239,246,255,.1)}.border-blue-50\/100{border-color:#eff6ff}.border-blue-50\/15{border-color:rgba(239,246,255,.15)}.border-blue-50\/20{border-color:rgba(239,246,255,.2)}.border-blue-50\/25{border-color:rgba(239,246,255,.25)}.border-blue-50\/30{border-color:rgba(239,246,255,.3)}.border-blue-50\/35{border-color:rgba(239,246,255,.35)}.border-blue-50\/40{border-color:rgba(239,246,255,.4)}.border-blue-50\/45{border-color:rgba(239,246,255,.45)}.border-blue-50\/5{border-color:rgba(239,246,255,.05)}.border-blue-50\/50{border-color:rgba(239,246,255,.5)}.border-blue-50\/55{border-color:rgba(239,246,255,.55)}.border-blue-50\/60{border-color:rgba(239,246,255,.6)}.border-blue-50\/65{border-color:rgba(239,246,255,.65)}.border-blue-50\/70{border-color:rgba(239,246,255,.7)}.border-blue-50\/75{border-color:rgba(239,246,255,.75)}.border-blue-50\/80{border-color:rgba(239,246,255,.8)}.border-blue-50\/85{border-color:rgba(239,246,255,.85)}.border-blue-50\/90{border-color:rgba(239,246,255,.9)}.border-blue-50\/95{border-color:rgba(239,246,255,.95)}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-blue-500\/0{border-color:rgba(59,130,246,0)}.border-blue-500\/10{border-color:rgba(59,130,246,.1)}.border-blue-500\/100{border-color:#3b82f6}.border-blue-500\/15{border-color:rgba(59,130,246,.15)}.border-blue-500\/20{border-color:rgba(59,130,246,.2)}.border-blue-500\/25{border-color:rgba(59,130,246,.25)}.border-blue-500\/30{border-color:rgba(59,130,246,.3)}.border-blue-500\/35{border-color:rgba(59,130,246,.35)}.border-blue-500\/40{border-color:rgba(59,130,246,.4)}.border-blue-500\/45{border-color:rgba(59,130,246,.45)}.border-blue-500\/5{border-color:rgba(59,130,246,.05)}.border-blue-500\/50{border-color:rgba(59,130,246,.5)}.border-blue-500\/55{border-color:rgba(59,130,246,.55)}.border-blue-500\/60{border-color:rgba(59,130,246,.6)}.border-blue-500\/65{border-color:rgba(59,130,246,.65)}.border-blue-500\/70{border-color:rgba(59,130,246,.7)}.border-blue-500\/75{border-color:rgba(59,130,246,.75)}.border-blue-500\/80{border-color:rgba(59,130,246,.8)}.border-blue-500\/85{border-color:rgba(59,130,246,.85)}.border-blue-500\/90{border-color:rgba(59,130,246,.9)}.border-blue-500\/95{border-color:rgba(59,130,246,.95)}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.border-blue-600\/0{border-color:rgba(37,99,235,0)}.border-blue-600\/10{border-color:rgba(37,99,235,.1)}.border-blue-600\/100{border-color:#2563eb}.border-blue-600\/15{border-color:rgba(37,99,235,.15)}.border-blue-600\/20{border-color:rgba(37,99,235,.2)}.border-blue-600\/25{border-color:rgba(37,99,235,.25)}.border-blue-600\/30{border-color:rgba(37,99,235,.3)}.border-blue-600\/35{border-color:rgba(37,99,235,.35)}.border-blue-600\/40{border-color:rgba(37,99,235,.4)}.border-blue-600\/45{border-color:rgba(37,99,235,.45)}.border-blue-600\/5{border-color:rgba(37,99,235,.05)}.border-blue-600\/50{border-color:rgba(37,99,235,.5)}.border-blue-600\/55{border-color:rgba(37,99,235,.55)}.border-blue-600\/60{border-color:rgba(37,99,235,.6)}.border-blue-600\/65{border-color:rgba(37,99,235,.65)}.border-blue-600\/70{border-color:rgba(37,99,235,.7)}.border-blue-600\/75{border-color:rgba(37,99,235,.75)}.border-blue-600\/80{border-color:rgba(37,99,235,.8)}.border-blue-600\/85{border-color:rgba(37,99,235,.85)}.border-blue-600\/90{border-color:rgba(37,99,235,.9)}.border-blue-600\/95{border-color:rgba(37,99,235,.95)}.border-blue-700{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.border-blue-700\/0{border-color:rgba(29,78,216,0)}.border-blue-700\/10{border-color:rgba(29,78,216,.1)}.border-blue-700\/100{border-color:#1d4ed8}.border-blue-700\/15{border-color:rgba(29,78,216,.15)}.border-blue-700\/20{border-color:rgba(29,78,216,.2)}.border-blue-700\/25{border-color:rgba(29,78,216,.25)}.border-blue-700\/30{border-color:rgba(29,78,216,.3)}.border-blue-700\/35{border-color:rgba(29,78,216,.35)}.border-blue-700\/40{border-color:rgba(29,78,216,.4)}.border-blue-700\/45{border-color:rgba(29,78,216,.45)}.border-blue-700\/5{border-color:rgba(29,78,216,.05)}.border-blue-700\/50{border-color:rgba(29,78,216,.5)}.border-blue-700\/55{border-color:rgba(29,78,216,.55)}.border-blue-700\/60{border-color:rgba(29,78,216,.6)}.border-blue-700\/65{border-color:rgba(29,78,216,.65)}.border-blue-700\/70{border-color:rgba(29,78,216,.7)}.border-blue-700\/75{border-color:rgba(29,78,216,.75)}.border-blue-700\/80{border-color:rgba(29,78,216,.8)}.border-blue-700\/85{border-color:rgba(29,78,216,.85)}.border-blue-700\/90{border-color:rgba(29,78,216,.9)}.border-blue-700\/95{border-color:rgba(29,78,216,.95)}.border-blue-800{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.border-blue-800\/0{border-color:rgba(30,64,175,0)}.border-blue-800\/10{border-color:rgba(30,64,175,.1)}.border-blue-800\/100{border-color:#1e40af}.border-blue-800\/15{border-color:rgba(30,64,175,.15)}.border-blue-800\/20{border-color:rgba(30,64,175,.2)}.border-blue-800\/25{border-color:rgba(30,64,175,.25)}.border-blue-800\/30{border-color:rgba(30,64,175,.3)}.border-blue-800\/35{border-color:rgba(30,64,175,.35)}.border-blue-800\/40{border-color:rgba(30,64,175,.4)}.border-blue-800\/45{border-color:rgba(30,64,175,.45)}.border-blue-800\/5{border-color:rgba(30,64,175,.05)}.border-blue-800\/50{border-color:rgba(30,64,175,.5)}.border-blue-800\/55{border-color:rgba(30,64,175,.55)}.border-blue-800\/60{border-color:rgba(30,64,175,.6)}.border-blue-800\/65{border-color:rgba(30,64,175,.65)}.border-blue-800\/70{border-color:rgba(30,64,175,.7)}.border-blue-800\/75{border-color:rgba(30,64,175,.75)}.border-blue-800\/80{border-color:rgba(30,64,175,.8)}.border-blue-800\/85{border-color:rgba(30,64,175,.85)}.border-blue-800\/90{border-color:rgba(30,64,175,.9)}.border-blue-800\/95{border-color:rgba(30,64,175,.95)}.border-blue-900{--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity))}.border-blue-900\/0{border-color:rgba(30,58,138,0)}.border-blue-900\/10{border-color:rgba(30,58,138,.1)}.border-blue-900\/100{border-color:#1e3a8a}.border-blue-900\/15{border-color:rgba(30,58,138,.15)}.border-blue-900\/20{border-color:rgba(30,58,138,.2)}.border-blue-900\/25{border-color:rgba(30,58,138,.25)}.border-blue-900\/30{border-color:rgba(30,58,138,.3)}.border-blue-900\/35{border-color:rgba(30,58,138,.35)}.border-blue-900\/40{border-color:rgba(30,58,138,.4)}.border-blue-900\/45{border-color:rgba(30,58,138,.45)}.border-blue-900\/5{border-color:rgba(30,58,138,.05)}.border-blue-900\/50{border-color:rgba(30,58,138,.5)}.border-blue-900\/55{border-color:rgba(30,58,138,.55)}.border-blue-900\/60{border-color:rgba(30,58,138,.6)}.border-blue-900\/65{border-color:rgba(30,58,138,.65)}.border-blue-900\/70{border-color:rgba(30,58,138,.7)}.border-blue-900\/75{border-color:rgba(30,58,138,.75)}.border-blue-900\/80{border-color:rgba(30,58,138,.8)}.border-blue-900\/85{border-color:rgba(30,58,138,.85)}.border-blue-900\/90{border-color:rgba(30,58,138,.9)}.border-blue-900\/95{border-color:rgba(30,58,138,.95)}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-gray-100\/0{border-color:rgba(243,244,246,0)}.border-gray-100\/10{border-color:rgba(243,244,246,.1)}.border-gray-100\/100{border-color:#f3f4f6}.border-gray-100\/15{border-color:rgba(243,244,246,.15)}.border-gray-100\/20{border-color:rgba(243,244,246,.2)}.border-gray-100\/25{border-color:rgba(243,244,246,.25)}.border-gray-100\/30{border-color:rgba(243,244,246,.3)}.border-gray-100\/35{border-color:rgba(243,244,246,.35)}.border-gray-100\/40{border-color:rgba(243,244,246,.4)}.border-gray-100\/45{border-color:rgba(243,244,246,.45)}.border-gray-100\/5{border-color:rgba(243,244,246,.05)}.border-gray-100\/50{border-color:rgba(243,244,246,.5)}.border-gray-100\/55{border-color:rgba(243,244,246,.55)}.border-gray-100\/60{border-color:rgba(243,244,246,.6)}.border-gray-100\/65{border-color:rgba(243,244,246,.65)}.border-gray-100\/70{border-color:rgba(243,244,246,.7)}.border-gray-100\/75{border-color:rgba(243,244,246,.75)}.border-gray-100\/80{border-color:rgba(243,244,246,.8)}.border-gray-100\/85{border-color:rgba(243,244,246,.85)}.border-gray-100\/90{border-color:rgba(243,244,246,.9)}.border-gray-100\/95{border-color:rgba(243,244,246,.95)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-200\/0{border-color:rgba(229,231,235,0)}.border-gray-200\/10{border-color:rgba(229,231,235,.1)}.border-gray-200\/100{border-color:#e5e7eb}.border-gray-200\/15{border-color:rgba(229,231,235,.15)}.border-gray-200\/20{border-color:rgba(229,231,235,.2)}.border-gray-200\/25{border-color:rgba(229,231,235,.25)}.border-gray-200\/30{border-color:rgba(229,231,235,.3)}.border-gray-200\/35{border-color:rgba(229,231,235,.35)}.border-gray-200\/40{border-color:rgba(229,231,235,.4)}.border-gray-200\/45{border-color:rgba(229,231,235,.45)}.border-gray-200\/5{border-color:rgba(229,231,235,.05)}.border-gray-200\/50{border-color:rgba(229,231,235,.5)}.border-gray-200\/55{border-color:rgba(229,231,235,.55)}.border-gray-200\/60{border-color:rgba(229,231,235,.6)}.border-gray-200\/65{border-color:rgba(229,231,235,.65)}.border-gray-200\/70{border-color:rgba(229,231,235,.7)}.border-gray-200\/75{border-color:rgba(229,231,235,.75)}.border-gray-200\/80{border-color:rgba(229,231,235,.8)}.border-gray-200\/85{border-color:rgba(229,231,235,.85)}.border-gray-200\/90{border-color:rgba(229,231,235,.9)}.border-gray-200\/95{border-color:rgba(229,231,235,.95)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-300\/0{border-color:rgba(209,213,219,0)}.border-gray-300\/10{border-color:rgba(209,213,219,.1)}.border-gray-300\/100{border-color:#d1d5db}.border-gray-300\/15{border-color:rgba(209,213,219,.15)}.border-gray-300\/20{border-color:rgba(209,213,219,.2)}.border-gray-300\/25{border-color:rgba(209,213,219,.25)}.border-gray-300\/30{border-color:rgba(209,213,219,.3)}.border-gray-300\/35{border-color:rgba(209,213,219,.35)}.border-gray-300\/40{border-color:rgba(209,213,219,.4)}.border-gray-300\/45{border-color:rgba(209,213,219,.45)}.border-gray-300\/5{border-color:rgba(209,213,219,.05)}.border-gray-300\/50{border-color:rgba(209,213,219,.5)}.border-gray-300\/55{border-color:rgba(209,213,219,.55)}.border-gray-300\/60{border-color:rgba(209,213,219,.6)}.border-gray-300\/65{border-color:rgba(209,213,219,.65)}.border-gray-300\/70{border-color:rgba(209,213,219,.7)}.border-gray-300\/75{border-color:rgba(209,213,219,.75)}.border-gray-300\/80{border-color:rgba(209,213,219,.8)}.border-gray-300\/85{border-color:rgba(209,213,219,.85)}.border-gray-300\/90{border-color:rgba(209,213,219,.9)}.border-gray-300\/95{border-color:rgba(209,213,219,.95)}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-gray-400\/0{border-color:rgba(156,163,175,0)}.border-gray-400\/10{border-color:rgba(156,163,175,.1)}.border-gray-400\/100{border-color:#9ca3af}.border-gray-400\/15{border-color:rgba(156,163,175,.15)}.border-gray-400\/20{border-color:rgba(156,163,175,.2)}.border-gray-400\/25{border-color:rgba(156,163,175,.25)}.border-gray-400\/30{border-color:rgba(156,163,175,.3)}.border-gray-400\/35{border-color:rgba(156,163,175,.35)}.border-gray-400\/40{border-color:rgba(156,163,175,.4)}.border-gray-400\/45{border-color:rgba(156,163,175,.45)}.border-gray-400\/5{border-color:rgba(156,163,175,.05)}.border-gray-400\/50{border-color:rgba(156,163,175,.5)}.border-gray-400\/55{border-color:rgba(156,163,175,.55)}.border-gray-400\/60{border-color:rgba(156,163,175,.6)}.border-gray-400\/65{border-color:rgba(156,163,175,.65)}.border-gray-400\/70{border-color:rgba(156,163,175,.7)}.border-gray-400\/75{border-color:rgba(156,163,175,.75)}.border-gray-400\/80{border-color:rgba(156,163,175,.8)}.border-gray-400\/85{border-color:rgba(156,163,175,.85)}.border-gray-400\/90{border-color:rgba(156,163,175,.9)}.border-gray-400\/95{border-color:rgba(156,163,175,.95)}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.border-gray-50\/0{border-color:rgba(249,250,251,0)}.border-gray-50\/10{border-color:rgba(249,250,251,.1)}.border-gray-50\/100{border-color:#f9fafb}.border-gray-50\/15{border-color:rgba(249,250,251,.15)}.border-gray-50\/20{border-color:rgba(249,250,251,.2)}.border-gray-50\/25{border-color:rgba(249,250,251,.25)}.border-gray-50\/30{border-color:rgba(249,250,251,.3)}.border-gray-50\/35{border-color:rgba(249,250,251,.35)}.border-gray-50\/40{border-color:rgba(249,250,251,.4)}.border-gray-50\/45{border-color:rgba(249,250,251,.45)}.border-gray-50\/5{border-color:rgba(249,250,251,.05)}.border-gray-50\/50{border-color:rgba(249,250,251,.5)}.border-gray-50\/55{border-color:rgba(249,250,251,.55)}.border-gray-50\/60{border-color:rgba(249,250,251,.6)}.border-gray-50\/65{border-color:rgba(249,250,251,.65)}.border-gray-50\/70{border-color:rgba(249,250,251,.7)}.border-gray-50\/75{border-color:rgba(249,250,251,.75)}.border-gray-50\/80{border-color:rgba(249,250,251,.8)}.border-gray-50\/85{border-color:rgba(249,250,251,.85)}.border-gray-50\/90{border-color:rgba(249,250,251,.9)}.border-gray-50\/95{border-color:rgba(249,250,251,.95)}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-500\/0{border-color:hsla(220,9%,46%,0)}.border-gray-500\/10{border-color:hsla(220,9%,46%,.1)}.border-gray-500\/100{border-color:#6b7280}.border-gray-500\/15{border-color:hsla(220,9%,46%,.15)}.border-gray-500\/20{border-color:hsla(220,9%,46%,.2)}.border-gray-500\/25{border-color:hsla(220,9%,46%,.25)}.border-gray-500\/30{border-color:hsla(220,9%,46%,.3)}.border-gray-500\/35{border-color:hsla(220,9%,46%,.35)}.border-gray-500\/40{border-color:hsla(220,9%,46%,.4)}.border-gray-500\/45{border-color:hsla(220,9%,46%,.45)}.border-gray-500\/5{border-color:hsla(220,9%,46%,.05)}.border-gray-500\/50{border-color:hsla(220,9%,46%,.5)}.border-gray-500\/55{border-color:hsla(220,9%,46%,.55)}.border-gray-500\/60{border-color:hsla(220,9%,46%,.6)}.border-gray-500\/65{border-color:hsla(220,9%,46%,.65)}.border-gray-500\/70{border-color:hsla(220,9%,46%,.7)}.border-gray-500\/75{border-color:hsla(220,9%,46%,.75)}.border-gray-500\/80{border-color:hsla(220,9%,46%,.8)}.border-gray-500\/85{border-color:hsla(220,9%,46%,.85)}.border-gray-500\/90{border-color:hsla(220,9%,46%,.9)}.border-gray-500\/95{border-color:hsla(220,9%,46%,.95)}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-gray-600\/0{border-color:rgba(75,85,99,0)}.border-gray-600\/10{border-color:rgba(75,85,99,.1)}.border-gray-600\/100{border-color:#4b5563}.border-gray-600\/15{border-color:rgba(75,85,99,.15)}.border-gray-600\/20{border-color:rgba(75,85,99,.2)}.border-gray-600\/25{border-color:rgba(75,85,99,.25)}.border-gray-600\/30{border-color:rgba(75,85,99,.3)}.border-gray-600\/35{border-color:rgba(75,85,99,.35)}.border-gray-600\/40{border-color:rgba(75,85,99,.4)}.border-gray-600\/45{border-color:rgba(75,85,99,.45)}.border-gray-600\/5{border-color:rgba(75,85,99,.05)}.border-gray-600\/50{border-color:rgba(75,85,99,.5)}.border-gray-600\/55{border-color:rgba(75,85,99,.55)}.border-gray-600\/60{border-color:rgba(75,85,99,.6)}.border-gray-600\/65{border-color:rgba(75,85,99,.65)}.border-gray-600\/70{border-color:rgba(75,85,99,.7)}.border-gray-600\/75{border-color:rgba(75,85,99,.75)}.border-gray-600\/80{border-color:rgba(75,85,99,.8)}.border-gray-600\/85{border-color:rgba(75,85,99,.85)}.border-gray-600\/90{border-color:rgba(75,85,99,.9)}.border-gray-600\/95{border-color:rgba(75,85,99,.95)}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-gray-700\/0{border-color:rgba(55,65,81,0)}.border-gray-700\/10{border-color:rgba(55,65,81,.1)}.border-gray-700\/100{border-color:#374151}.border-gray-700\/15{border-color:rgba(55,65,81,.15)}.border-gray-700\/20{border-color:rgba(55,65,81,.2)}.border-gray-700\/25{border-color:rgba(55,65,81,.25)}.border-gray-700\/30{border-color:rgba(55,65,81,.3)}.border-gray-700\/35{border-color:rgba(55,65,81,.35)}.border-gray-700\/40{border-color:rgba(55,65,81,.4)}.border-gray-700\/45{border-color:rgba(55,65,81,.45)}.border-gray-700\/5{border-color:rgba(55,65,81,.05)}.border-gray-700\/50{border-color:rgba(55,65,81,.5)}.border-gray-700\/55{border-color:rgba(55,65,81,.55)}.border-gray-700\/60{border-color:rgba(55,65,81,.6)}.border-gray-700\/65{border-color:rgba(55,65,81,.65)}.border-gray-700\/70{border-color:rgba(55,65,81,.7)}.border-gray-700\/75{border-color:rgba(55,65,81,.75)}.border-gray-700\/80{border-color:rgba(55,65,81,.8)}.border-gray-700\/85{border-color:rgba(55,65,81,.85)}.border-gray-700\/90{border-color:rgba(55,65,81,.9)}.border-gray-700\/95{border-color:rgba(55,65,81,.95)}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.border-gray-800\/0{border-color:rgba(31,41,55,0)}.border-gray-800\/10{border-color:rgba(31,41,55,.1)}.border-gray-800\/100{border-color:#1f2937}.border-gray-800\/15{border-color:rgba(31,41,55,.15)}.border-gray-800\/20{border-color:rgba(31,41,55,.2)}.border-gray-800\/25{border-color:rgba(31,41,55,.25)}.border-gray-800\/30{border-color:rgba(31,41,55,.3)}.border-gray-800\/35{border-color:rgba(31,41,55,.35)}.border-gray-800\/40{border-color:rgba(31,41,55,.4)}.border-gray-800\/45{border-color:rgba(31,41,55,.45)}.border-gray-800\/5{border-color:rgba(31,41,55,.05)}.border-gray-800\/50{border-color:rgba(31,41,55,.5)}.border-gray-800\/55{border-color:rgba(31,41,55,.55)}.border-gray-800\/60{border-color:rgba(31,41,55,.6)}.border-gray-800\/65{border-color:rgba(31,41,55,.65)}.border-gray-800\/70{border-color:rgba(31,41,55,.7)}.border-gray-800\/75{border-color:rgba(31,41,55,.75)}.border-gray-800\/80{border-color:rgba(31,41,55,.8)}.border-gray-800\/85{border-color:rgba(31,41,55,.85)}.border-gray-800\/90{border-color:rgba(31,41,55,.9)}.border-gray-800\/95{border-color:rgba(31,41,55,.95)}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-gray-900\/0{border-color:rgba(17,24,39,0)}.border-gray-900\/10{border-color:rgba(17,24,39,.1)}.border-gray-900\/100{border-color:#111827}.border-gray-900\/15{border-color:rgba(17,24,39,.15)}.border-gray-900\/20{border-color:rgba(17,24,39,.2)}.border-gray-900\/25{border-color:rgba(17,24,39,.25)}.border-gray-900\/30{border-color:rgba(17,24,39,.3)}.border-gray-900\/35{border-color:rgba(17,24,39,.35)}.border-gray-900\/40{border-color:rgba(17,24,39,.4)}.border-gray-900\/45{border-color:rgba(17,24,39,.45)}.border-gray-900\/5{border-color:rgba(17,24,39,.05)}.border-gray-900\/50{border-color:rgba(17,24,39,.5)}.border-gray-900\/55{border-color:rgba(17,24,39,.55)}.border-gray-900\/60{border-color:rgba(17,24,39,.6)}.border-gray-900\/65{border-color:rgba(17,24,39,.65)}.border-gray-900\/70{border-color:rgba(17,24,39,.7)}.border-gray-900\/75{border-color:rgba(17,24,39,.75)}.border-gray-900\/80{border-color:rgba(17,24,39,.8)}.border-gray-900\/85{border-color:rgba(17,24,39,.85)}.border-gray-900\/90{border-color:rgba(17,24,39,.9)}.border-gray-900\/95{border-color:rgba(17,24,39,.95)}.border-green-100{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity))}.border-green-100\/0{border-color:rgba(220,252,231,0)}.border-green-100\/10{border-color:rgba(220,252,231,.1)}.border-green-100\/100{border-color:#dcfce7}.border-green-100\/15{border-color:rgba(220,252,231,.15)}.border-green-100\/20{border-color:rgba(220,252,231,.2)}.border-green-100\/25{border-color:rgba(220,252,231,.25)}.border-green-100\/30{border-color:rgba(220,252,231,.3)}.border-green-100\/35{border-color:rgba(220,252,231,.35)}.border-green-100\/40{border-color:rgba(220,252,231,.4)}.border-green-100\/45{border-color:rgba(220,252,231,.45)}.border-green-100\/5{border-color:rgba(220,252,231,.05)}.border-green-100\/50{border-color:rgba(220,252,231,.5)}.border-green-100\/55{border-color:rgba(220,252,231,.55)}.border-green-100\/60{border-color:rgba(220,252,231,.6)}.border-green-100\/65{border-color:rgba(220,252,231,.65)}.border-green-100\/70{border-color:rgba(220,252,231,.7)}.border-green-100\/75{border-color:rgba(220,252,231,.75)}.border-green-100\/80{border-color:rgba(220,252,231,.8)}.border-green-100\/85{border-color:rgba(220,252,231,.85)}.border-green-100\/90{border-color:rgba(220,252,231,.9)}.border-green-100\/95{border-color:rgba(220,252,231,.95)}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.border-green-200\/0{border-color:rgba(187,247,208,0)}.border-green-200\/10{border-color:rgba(187,247,208,.1)}.border-green-200\/100{border-color:#bbf7d0}.border-green-200\/15{border-color:rgba(187,247,208,.15)}.border-green-200\/20{border-color:rgba(187,247,208,.2)}.border-green-200\/25{border-color:rgba(187,247,208,.25)}.border-green-200\/30{border-color:rgba(187,247,208,.3)}.border-green-200\/35{border-color:rgba(187,247,208,.35)}.border-green-200\/40{border-color:rgba(187,247,208,.4)}.border-green-200\/45{border-color:rgba(187,247,208,.45)}.border-green-200\/5{border-color:rgba(187,247,208,.05)}.border-green-200\/50{border-color:rgba(187,247,208,.5)}.border-green-200\/55{border-color:rgba(187,247,208,.55)}.border-green-200\/60{border-color:rgba(187,247,208,.6)}.border-green-200\/65{border-color:rgba(187,247,208,.65)}.border-green-200\/70{border-color:rgba(187,247,208,.7)}.border-green-200\/75{border-color:rgba(187,247,208,.75)}.border-green-200\/80{border-color:rgba(187,247,208,.8)}.border-green-200\/85{border-color:rgba(187,247,208,.85)}.border-green-200\/90{border-color:rgba(187,247,208,.9)}.border-green-200\/95{border-color:rgba(187,247,208,.95)}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.border-green-300\/0{border-color:rgba(134,239,172,0)}.border-green-300\/10{border-color:rgba(134,239,172,.1)}.border-green-300\/100{border-color:#86efac}.border-green-300\/15{border-color:rgba(134,239,172,.15)}.border-green-300\/20{border-color:rgba(134,239,172,.2)}.border-green-300\/25{border-color:rgba(134,239,172,.25)}.border-green-300\/30{border-color:rgba(134,239,172,.3)}.border-green-300\/35{border-color:rgba(134,239,172,.35)}.border-green-300\/40{border-color:rgba(134,239,172,.4)}.border-green-300\/45{border-color:rgba(134,239,172,.45)}.border-green-300\/5{border-color:rgba(134,239,172,.05)}.border-green-300\/50{border-color:rgba(134,239,172,.5)}.border-green-300\/55{border-color:rgba(134,239,172,.55)}.border-green-300\/60{border-color:rgba(134,239,172,.6)}.border-green-300\/65{border-color:rgba(134,239,172,.65)}.border-green-300\/70{border-color:rgba(134,239,172,.7)}.border-green-300\/75{border-color:rgba(134,239,172,.75)}.border-green-300\/80{border-color:rgba(134,239,172,.8)}.border-green-300\/85{border-color:rgba(134,239,172,.85)}.border-green-300\/90{border-color:rgba(134,239,172,.9)}.border-green-300\/95{border-color:rgba(134,239,172,.95)}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.border-green-400\/0{border-color:rgba(74,222,128,0)}.border-green-400\/10{border-color:rgba(74,222,128,.1)}.border-green-400\/100{border-color:#4ade80}.border-green-400\/15{border-color:rgba(74,222,128,.15)}.border-green-400\/20{border-color:rgba(74,222,128,.2)}.border-green-400\/25{border-color:rgba(74,222,128,.25)}.border-green-400\/30{border-color:rgba(74,222,128,.3)}.border-green-400\/35{border-color:rgba(74,222,128,.35)}.border-green-400\/40{border-color:rgba(74,222,128,.4)}.border-green-400\/45{border-color:rgba(74,222,128,.45)}.border-green-400\/5{border-color:rgba(74,222,128,.05)}.border-green-400\/50{border-color:rgba(74,222,128,.5)}.border-green-400\/55{border-color:rgba(74,222,128,.55)}.border-green-400\/60{border-color:rgba(74,222,128,.6)}.border-green-400\/65{border-color:rgba(74,222,128,.65)}.border-green-400\/70{border-color:rgba(74,222,128,.7)}.border-green-400\/75{border-color:rgba(74,222,128,.75)}.border-green-400\/80{border-color:rgba(74,222,128,.8)}.border-green-400\/85{border-color:rgba(74,222,128,.85)}.border-green-400\/90{border-color:rgba(74,222,128,.9)}.border-green-400\/95{border-color:rgba(74,222,128,.95)}.border-green-50{--tw-border-opacity:1;border-color:rgb(240 253 244/var(--tw-border-opacity))}.border-green-50\/0{border-color:rgba(240,253,244,0)}.border-green-50\/10{border-color:rgba(240,253,244,.1)}.border-green-50\/100{border-color:#f0fdf4}.border-green-50\/15{border-color:rgba(240,253,244,.15)}.border-green-50\/20{border-color:rgba(240,253,244,.2)}.border-green-50\/25{border-color:rgba(240,253,244,.25)}.border-green-50\/30{border-color:rgba(240,253,244,.3)}.border-green-50\/35{border-color:rgba(240,253,244,.35)}.border-green-50\/40{border-color:rgba(240,253,244,.4)}.border-green-50\/45{border-color:rgba(240,253,244,.45)}.border-green-50\/5{border-color:rgba(240,253,244,.05)}.border-green-50\/50{border-color:rgba(240,253,244,.5)}.border-green-50\/55{border-color:rgba(240,253,244,.55)}.border-green-50\/60{border-color:rgba(240,253,244,.6)}.border-green-50\/65{border-color:rgba(240,253,244,.65)}.border-green-50\/70{border-color:rgba(240,253,244,.7)}.border-green-50\/75{border-color:rgba(240,253,244,.75)}.border-green-50\/80{border-color:rgba(240,253,244,.8)}.border-green-50\/85{border-color:rgba(240,253,244,.85)}.border-green-50\/90{border-color:rgba(240,253,244,.9)}.border-green-50\/95{border-color:rgba(240,253,244,.95)}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.border-green-500\/0{border-color:rgba(34,197,94,0)}.border-green-500\/10{border-color:rgba(34,197,94,.1)}.border-green-500\/100{border-color:#22c55e}.border-green-500\/15{border-color:rgba(34,197,94,.15)}.border-green-500\/20{border-color:rgba(34,197,94,.2)}.border-green-500\/25{border-color:rgba(34,197,94,.25)}.border-green-500\/30{border-color:rgba(34,197,94,.3)}.border-green-500\/35{border-color:rgba(34,197,94,.35)}.border-green-500\/40{border-color:rgba(34,197,94,.4)}.border-green-500\/45{border-color:rgba(34,197,94,.45)}.border-green-500\/5{border-color:rgba(34,197,94,.05)}.border-green-500\/50{border-color:rgba(34,197,94,.5)}.border-green-500\/55{border-color:rgba(34,197,94,.55)}.border-green-500\/60{border-color:rgba(34,197,94,.6)}.border-green-500\/65{border-color:rgba(34,197,94,.65)}.border-green-500\/70{border-color:rgba(34,197,94,.7)}.border-green-500\/75{border-color:rgba(34,197,94,.75)}.border-green-500\/80{border-color:rgba(34,197,94,.8)}.border-green-500\/85{border-color:rgba(34,197,94,.85)}.border-green-500\/90{border-color:rgba(34,197,94,.9)}.border-green-500\/95{border-color:rgba(34,197,94,.95)}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.border-green-600\/0{border-color:rgba(22,163,74,0)}.border-green-600\/10{border-color:rgba(22,163,74,.1)}.border-green-600\/100{border-color:#16a34a}.border-green-600\/15{border-color:rgba(22,163,74,.15)}.border-green-600\/20{border-color:rgba(22,163,74,.2)}.border-green-600\/25{border-color:rgba(22,163,74,.25)}.border-green-600\/30{border-color:rgba(22,163,74,.3)}.border-green-600\/35{border-color:rgba(22,163,74,.35)}.border-green-600\/40{border-color:rgba(22,163,74,.4)}.border-green-600\/45{border-color:rgba(22,163,74,.45)}.border-green-600\/5{border-color:rgba(22,163,74,.05)}.border-green-600\/50{border-color:rgba(22,163,74,.5)}.border-green-600\/55{border-color:rgba(22,163,74,.55)}.border-green-600\/60{border-color:rgba(22,163,74,.6)}.border-green-600\/65{border-color:rgba(22,163,74,.65)}.border-green-600\/70{border-color:rgba(22,163,74,.7)}.border-green-600\/75{border-color:rgba(22,163,74,.75)}.border-green-600\/80{border-color:rgba(22,163,74,.8)}.border-green-600\/85{border-color:rgba(22,163,74,.85)}.border-green-600\/90{border-color:rgba(22,163,74,.9)}.border-green-600\/95{border-color:rgba(22,163,74,.95)}.border-green-700{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.border-green-700\/0{border-color:rgba(21,128,61,0)}.border-green-700\/10{border-color:rgba(21,128,61,.1)}.border-green-700\/100{border-color:#15803d}.border-green-700\/15{border-color:rgba(21,128,61,.15)}.border-green-700\/20{border-color:rgba(21,128,61,.2)}.border-green-700\/25{border-color:rgba(21,128,61,.25)}.border-green-700\/30{border-color:rgba(21,128,61,.3)}.border-green-700\/35{border-color:rgba(21,128,61,.35)}.border-green-700\/40{border-color:rgba(21,128,61,.4)}.border-green-700\/45{border-color:rgba(21,128,61,.45)}.border-green-700\/5{border-color:rgba(21,128,61,.05)}.border-green-700\/50{border-color:rgba(21,128,61,.5)}.border-green-700\/55{border-color:rgba(21,128,61,.55)}.border-green-700\/60{border-color:rgba(21,128,61,.6)}.border-green-700\/65{border-color:rgba(21,128,61,.65)}.border-green-700\/70{border-color:rgba(21,128,61,.7)}.border-green-700\/75{border-color:rgba(21,128,61,.75)}.border-green-700\/80{border-color:rgba(21,128,61,.8)}.border-green-700\/85{border-color:rgba(21,128,61,.85)}.border-green-700\/90{border-color:rgba(21,128,61,.9)}.border-green-700\/95{border-color:rgba(21,128,61,.95)}.border-green-800{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity))}.border-green-800\/0{border-color:rgba(22,101,52,0)}.border-green-800\/10{border-color:rgba(22,101,52,.1)}.border-green-800\/100{border-color:#166534}.border-green-800\/15{border-color:rgba(22,101,52,.15)}.border-green-800\/20{border-color:rgba(22,101,52,.2)}.border-green-800\/25{border-color:rgba(22,101,52,.25)}.border-green-800\/30{border-color:rgba(22,101,52,.3)}.border-green-800\/35{border-color:rgba(22,101,52,.35)}.border-green-800\/40{border-color:rgba(22,101,52,.4)}.border-green-800\/45{border-color:rgba(22,101,52,.45)}.border-green-800\/5{border-color:rgba(22,101,52,.05)}.border-green-800\/50{border-color:rgba(22,101,52,.5)}.border-green-800\/55{border-color:rgba(22,101,52,.55)}.border-green-800\/60{border-color:rgba(22,101,52,.6)}.border-green-800\/65{border-color:rgba(22,101,52,.65)}.border-green-800\/70{border-color:rgba(22,101,52,.7)}.border-green-800\/75{border-color:rgba(22,101,52,.75)}.border-green-800\/80{border-color:rgba(22,101,52,.8)}.border-green-800\/85{border-color:rgba(22,101,52,.85)}.border-green-800\/90{border-color:rgba(22,101,52,.9)}.border-green-800\/95{border-color:rgba(22,101,52,.95)}.border-green-900{--tw-border-opacity:1;border-color:rgb(20 83 45/var(--tw-border-opacity))}.border-green-900\/0{border-color:rgba(20,83,45,0)}.border-green-900\/10{border-color:rgba(20,83,45,.1)}.border-green-900\/100{border-color:#14532d}.border-green-900\/15{border-color:rgba(20,83,45,.15)}.border-green-900\/20{border-color:rgba(20,83,45,.2)}.border-green-900\/25{border-color:rgba(20,83,45,.25)}.border-green-900\/30{border-color:rgba(20,83,45,.3)}.border-green-900\/35{border-color:rgba(20,83,45,.35)}.border-green-900\/40{border-color:rgba(20,83,45,.4)}.border-green-900\/45{border-color:rgba(20,83,45,.45)}.border-green-900\/5{border-color:rgba(20,83,45,.05)}.border-green-900\/50{border-color:rgba(20,83,45,.5)}.border-green-900\/55{border-color:rgba(20,83,45,.55)}.border-green-900\/60{border-color:rgba(20,83,45,.6)}.border-green-900\/65{border-color:rgba(20,83,45,.65)}.border-green-900\/70{border-color:rgba(20,83,45,.7)}.border-green-900\/75{border-color:rgba(20,83,45,.75)}.border-green-900\/80{border-color:rgba(20,83,45,.8)}.border-green-900\/85{border-color:rgba(20,83,45,.85)}.border-green-900\/90{border-color:rgba(20,83,45,.9)}.border-green-900\/95{border-color:rgba(20,83,45,.95)}.border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.border-indigo-100\/0{border-color:rgba(224,231,255,0)}.border-indigo-100\/10{border-color:rgba(224,231,255,.1)}.border-indigo-100\/100{border-color:#e0e7ff}.border-indigo-100\/15{border-color:rgba(224,231,255,.15)}.border-indigo-100\/20{border-color:rgba(224,231,255,.2)}.border-indigo-100\/25{border-color:rgba(224,231,255,.25)}.border-indigo-100\/30{border-color:rgba(224,231,255,.3)}.border-indigo-100\/35{border-color:rgba(224,231,255,.35)}.border-indigo-100\/40{border-color:rgba(224,231,255,.4)}.border-indigo-100\/45{border-color:rgba(224,231,255,.45)}.border-indigo-100\/5{border-color:rgba(224,231,255,.05)}.border-indigo-100\/50{border-color:rgba(224,231,255,.5)}.border-indigo-100\/55{border-color:rgba(224,231,255,.55)}.border-indigo-100\/60{border-color:rgba(224,231,255,.6)}.border-indigo-100\/65{border-color:rgba(224,231,255,.65)}.border-indigo-100\/70{border-color:rgba(224,231,255,.7)}.border-indigo-100\/75{border-color:rgba(224,231,255,.75)}.border-indigo-100\/80{border-color:rgba(224,231,255,.8)}.border-indigo-100\/85{border-color:rgba(224,231,255,.85)}.border-indigo-100\/90{border-color:rgba(224,231,255,.9)}.border-indigo-100\/95{border-color:rgba(224,231,255,.95)}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.border-indigo-200\/0{border-color:rgba(199,210,254,0)}.border-indigo-200\/10{border-color:rgba(199,210,254,.1)}.border-indigo-200\/100{border-color:#c7d2fe}.border-indigo-200\/15{border-color:rgba(199,210,254,.15)}.border-indigo-200\/20{border-color:rgba(199,210,254,.2)}.border-indigo-200\/25{border-color:rgba(199,210,254,.25)}.border-indigo-200\/30{border-color:rgba(199,210,254,.3)}.border-indigo-200\/35{border-color:rgba(199,210,254,.35)}.border-indigo-200\/40{border-color:rgba(199,210,254,.4)}.border-indigo-200\/45{border-color:rgba(199,210,254,.45)}.border-indigo-200\/5{border-color:rgba(199,210,254,.05)}.border-indigo-200\/50{border-color:rgba(199,210,254,.5)}.border-indigo-200\/55{border-color:rgba(199,210,254,.55)}.border-indigo-200\/60{border-color:rgba(199,210,254,.6)}.border-indigo-200\/65{border-color:rgba(199,210,254,.65)}.border-indigo-200\/70{border-color:rgba(199,210,254,.7)}.border-indigo-200\/75{border-color:rgba(199,210,254,.75)}.border-indigo-200\/80{border-color:rgba(199,210,254,.8)}.border-indigo-200\/85{border-color:rgba(199,210,254,.85)}.border-indigo-200\/90{border-color:rgba(199,210,254,.9)}.border-indigo-200\/95{border-color:rgba(199,210,254,.95)}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.border-indigo-300\/0{border-color:rgba(165,180,252,0)}.border-indigo-300\/10{border-color:rgba(165,180,252,.1)}.border-indigo-300\/100{border-color:#a5b4fc}.border-indigo-300\/15{border-color:rgba(165,180,252,.15)}.border-indigo-300\/20{border-color:rgba(165,180,252,.2)}.border-indigo-300\/25{border-color:rgba(165,180,252,.25)}.border-indigo-300\/30{border-color:rgba(165,180,252,.3)}.border-indigo-300\/35{border-color:rgba(165,180,252,.35)}.border-indigo-300\/40{border-color:rgba(165,180,252,.4)}.border-indigo-300\/45{border-color:rgba(165,180,252,.45)}.border-indigo-300\/5{border-color:rgba(165,180,252,.05)}.border-indigo-300\/50{border-color:rgba(165,180,252,.5)}.border-indigo-300\/55{border-color:rgba(165,180,252,.55)}.border-indigo-300\/60{border-color:rgba(165,180,252,.6)}.border-indigo-300\/65{border-color:rgba(165,180,252,.65)}.border-indigo-300\/70{border-color:rgba(165,180,252,.7)}.border-indigo-300\/75{border-color:rgba(165,180,252,.75)}.border-indigo-300\/80{border-color:rgba(165,180,252,.8)}.border-indigo-300\/85{border-color:rgba(165,180,252,.85)}.border-indigo-300\/90{border-color:rgba(165,180,252,.9)}.border-indigo-300\/95{border-color:rgba(165,180,252,.95)}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.border-indigo-400\/0{border-color:rgba(129,140,248,0)}.border-indigo-400\/10{border-color:rgba(129,140,248,.1)}.border-indigo-400\/100{border-color:#818cf8}.border-indigo-400\/15{border-color:rgba(129,140,248,.15)}.border-indigo-400\/20{border-color:rgba(129,140,248,.2)}.border-indigo-400\/25{border-color:rgba(129,140,248,.25)}.border-indigo-400\/30{border-color:rgba(129,140,248,.3)}.border-indigo-400\/35{border-color:rgba(129,140,248,.35)}.border-indigo-400\/40{border-color:rgba(129,140,248,.4)}.border-indigo-400\/45{border-color:rgba(129,140,248,.45)}.border-indigo-400\/5{border-color:rgba(129,140,248,.05)}.border-indigo-400\/50{border-color:rgba(129,140,248,.5)}.border-indigo-400\/55{border-color:rgba(129,140,248,.55)}.border-indigo-400\/60{border-color:rgba(129,140,248,.6)}.border-indigo-400\/65{border-color:rgba(129,140,248,.65)}.border-indigo-400\/70{border-color:rgba(129,140,248,.7)}.border-indigo-400\/75{border-color:rgba(129,140,248,.75)}.border-indigo-400\/80{border-color:rgba(129,140,248,.8)}.border-indigo-400\/85{border-color:rgba(129,140,248,.85)}.border-indigo-400\/90{border-color:rgba(129,140,248,.9)}.border-indigo-400\/95{border-color:rgba(129,140,248,.95)}.border-indigo-50{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity))}.border-indigo-50\/0{border-color:rgba(238,242,255,0)}.border-indigo-50\/10{border-color:rgba(238,242,255,.1)}.border-indigo-50\/100{border-color:#eef2ff}.border-indigo-50\/15{border-color:rgba(238,242,255,.15)}.border-indigo-50\/20{border-color:rgba(238,242,255,.2)}.border-indigo-50\/25{border-color:rgba(238,242,255,.25)}.border-indigo-50\/30{border-color:rgba(238,242,255,.3)}.border-indigo-50\/35{border-color:rgba(238,242,255,.35)}.border-indigo-50\/40{border-color:rgba(238,242,255,.4)}.border-indigo-50\/45{border-color:rgba(238,242,255,.45)}.border-indigo-50\/5{border-color:rgba(238,242,255,.05)}.border-indigo-50\/50{border-color:rgba(238,242,255,.5)}.border-indigo-50\/55{border-color:rgba(238,242,255,.55)}.border-indigo-50\/60{border-color:rgba(238,242,255,.6)}.border-indigo-50\/65{border-color:rgba(238,242,255,.65)}.border-indigo-50\/70{border-color:rgba(238,242,255,.7)}.border-indigo-50\/75{border-color:rgba(238,242,255,.75)}.border-indigo-50\/80{border-color:rgba(238,242,255,.8)}.border-indigo-50\/85{border-color:rgba(238,242,255,.85)}.border-indigo-50\/90{border-color:rgba(238,242,255,.9)}.border-indigo-50\/95{border-color:rgba(238,242,255,.95)}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.border-indigo-500\/0{border-color:rgba(99,102,241,0)}.border-indigo-500\/10{border-color:rgba(99,102,241,.1)}.border-indigo-500\/100{border-color:#6366f1}.border-indigo-500\/15{border-color:rgba(99,102,241,.15)}.border-indigo-500\/20{border-color:rgba(99,102,241,.2)}.border-indigo-500\/25{border-color:rgba(99,102,241,.25)}.border-indigo-500\/30{border-color:rgba(99,102,241,.3)}.border-indigo-500\/35{border-color:rgba(99,102,241,.35)}.border-indigo-500\/40{border-color:rgba(99,102,241,.4)}.border-indigo-500\/45{border-color:rgba(99,102,241,.45)}.border-indigo-500\/5{border-color:rgba(99,102,241,.05)}.border-indigo-500\/50{border-color:rgba(99,102,241,.5)}.border-indigo-500\/55{border-color:rgba(99,102,241,.55)}.border-indigo-500\/60{border-color:rgba(99,102,241,.6)}.border-indigo-500\/65{border-color:rgba(99,102,241,.65)}.border-indigo-500\/70{border-color:rgba(99,102,241,.7)}.border-indigo-500\/75{border-color:rgba(99,102,241,.75)}.border-indigo-500\/80{border-color:rgba(99,102,241,.8)}.border-indigo-500\/85{border-color:rgba(99,102,241,.85)}.border-indigo-500\/90{border-color:rgba(99,102,241,.9)}.border-indigo-500\/95{border-color:rgba(99,102,241,.95)}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.border-indigo-600\/0{border-color:rgba(79,70,229,0)}.border-indigo-600\/10{border-color:rgba(79,70,229,.1)}.border-indigo-600\/100{border-color:#4f46e5}.border-indigo-600\/15{border-color:rgba(79,70,229,.15)}.border-indigo-600\/20{border-color:rgba(79,70,229,.2)}.border-indigo-600\/25{border-color:rgba(79,70,229,.25)}.border-indigo-600\/30{border-color:rgba(79,70,229,.3)}.border-indigo-600\/35{border-color:rgba(79,70,229,.35)}.border-indigo-600\/40{border-color:rgba(79,70,229,.4)}.border-indigo-600\/45{border-color:rgba(79,70,229,.45)}.border-indigo-600\/5{border-color:rgba(79,70,229,.05)}.border-indigo-600\/50{border-color:rgba(79,70,229,.5)}.border-indigo-600\/55{border-color:rgba(79,70,229,.55)}.border-indigo-600\/60{border-color:rgba(79,70,229,.6)}.border-indigo-600\/65{border-color:rgba(79,70,229,.65)}.border-indigo-600\/70{border-color:rgba(79,70,229,.7)}.border-indigo-600\/75{border-color:rgba(79,70,229,.75)}.border-indigo-600\/80{border-color:rgba(79,70,229,.8)}.border-indigo-600\/85{border-color:rgba(79,70,229,.85)}.border-indigo-600\/90{border-color:rgba(79,70,229,.9)}.border-indigo-600\/95{border-color:rgba(79,70,229,.95)}.border-indigo-700{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.border-indigo-700\/0{border-color:rgba(67,56,202,0)}.border-indigo-700\/10{border-color:rgba(67,56,202,.1)}.border-indigo-700\/100{border-color:#4338ca}.border-indigo-700\/15{border-color:rgba(67,56,202,.15)}.border-indigo-700\/20{border-color:rgba(67,56,202,.2)}.border-indigo-700\/25{border-color:rgba(67,56,202,.25)}.border-indigo-700\/30{border-color:rgba(67,56,202,.3)}.border-indigo-700\/35{border-color:rgba(67,56,202,.35)}.border-indigo-700\/40{border-color:rgba(67,56,202,.4)}.border-indigo-700\/45{border-color:rgba(67,56,202,.45)}.border-indigo-700\/5{border-color:rgba(67,56,202,.05)}.border-indigo-700\/50{border-color:rgba(67,56,202,.5)}.border-indigo-700\/55{border-color:rgba(67,56,202,.55)}.border-indigo-700\/60{border-color:rgba(67,56,202,.6)}.border-indigo-700\/65{border-color:rgba(67,56,202,.65)}.border-indigo-700\/70{border-color:rgba(67,56,202,.7)}.border-indigo-700\/75{border-color:rgba(67,56,202,.75)}.border-indigo-700\/80{border-color:rgba(67,56,202,.8)}.border-indigo-700\/85{border-color:rgba(67,56,202,.85)}.border-indigo-700\/90{border-color:rgba(67,56,202,.9)}.border-indigo-700\/95{border-color:rgba(67,56,202,.95)}.border-indigo-800{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity))}.border-indigo-800\/0{border-color:rgba(55,48,163,0)}.border-indigo-800\/10{border-color:rgba(55,48,163,.1)}.border-indigo-800\/100{border-color:#3730a3}.border-indigo-800\/15{border-color:rgba(55,48,163,.15)}.border-indigo-800\/20{border-color:rgba(55,48,163,.2)}.border-indigo-800\/25{border-color:rgba(55,48,163,.25)}.border-indigo-800\/30{border-color:rgba(55,48,163,.3)}.border-indigo-800\/35{border-color:rgba(55,48,163,.35)}.border-indigo-800\/40{border-color:rgba(55,48,163,.4)}.border-indigo-800\/45{border-color:rgba(55,48,163,.45)}.border-indigo-800\/5{border-color:rgba(55,48,163,.05)}.border-indigo-800\/50{border-color:rgba(55,48,163,.5)}.border-indigo-800\/55{border-color:rgba(55,48,163,.55)}.border-indigo-800\/60{border-color:rgba(55,48,163,.6)}.border-indigo-800\/65{border-color:rgba(55,48,163,.65)}.border-indigo-800\/70{border-color:rgba(55,48,163,.7)}.border-indigo-800\/75{border-color:rgba(55,48,163,.75)}.border-indigo-800\/80{border-color:rgba(55,48,163,.8)}.border-indigo-800\/85{border-color:rgba(55,48,163,.85)}.border-indigo-800\/90{border-color:rgba(55,48,163,.9)}.border-indigo-800\/95{border-color:rgba(55,48,163,.95)}.border-indigo-900{--tw-border-opacity:1;border-color:rgb(49 46 129/var(--tw-border-opacity))}.border-indigo-900\/0{border-color:rgba(49,46,129,0)}.border-indigo-900\/10{border-color:rgba(49,46,129,.1)}.border-indigo-900\/100{border-color:#312e81}.border-indigo-900\/15{border-color:rgba(49,46,129,.15)}.border-indigo-900\/20{border-color:rgba(49,46,129,.2)}.border-indigo-900\/25{border-color:rgba(49,46,129,.25)}.border-indigo-900\/30{border-color:rgba(49,46,129,.3)}.border-indigo-900\/35{border-color:rgba(49,46,129,.35)}.border-indigo-900\/40{border-color:rgba(49,46,129,.4)}.border-indigo-900\/45{border-color:rgba(49,46,129,.45)}.border-indigo-900\/5{border-color:rgba(49,46,129,.05)}.border-indigo-900\/50{border-color:rgba(49,46,129,.5)}.border-indigo-900\/55{border-color:rgba(49,46,129,.55)}.border-indigo-900\/60{border-color:rgba(49,46,129,.6)}.border-indigo-900\/65{border-color:rgba(49,46,129,.65)}.border-indigo-900\/70{border-color:rgba(49,46,129,.7)}.border-indigo-900\/75{border-color:rgba(49,46,129,.75)}.border-indigo-900\/80{border-color:rgba(49,46,129,.8)}.border-indigo-900\/85{border-color:rgba(49,46,129,.85)}.border-indigo-900\/90{border-color:rgba(49,46,129,.9)}.border-indigo-900\/95{border-color:rgba(49,46,129,.95)}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity))}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.border-red-100\/0{border-color:hsla(0,93%,94%,0)}.border-red-100\/10{border-color:hsla(0,93%,94%,.1)}.border-red-100\/100{border-color:#fee2e2}.border-red-100\/15{border-color:hsla(0,93%,94%,.15)}.border-red-100\/20{border-color:hsla(0,93%,94%,.2)}.border-red-100\/25{border-color:hsla(0,93%,94%,.25)}.border-red-100\/30{border-color:hsla(0,93%,94%,.3)}.border-red-100\/35{border-color:hsla(0,93%,94%,.35)}.border-red-100\/40{border-color:hsla(0,93%,94%,.4)}.border-red-100\/45{border-color:hsla(0,93%,94%,.45)}.border-red-100\/5{border-color:hsla(0,93%,94%,.05)}.border-red-100\/50{border-color:hsla(0,93%,94%,.5)}.border-red-100\/55{border-color:hsla(0,93%,94%,.55)}.border-red-100\/60{border-color:hsla(0,93%,94%,.6)}.border-red-100\/65{border-color:hsla(0,93%,94%,.65)}.border-red-100\/70{border-color:hsla(0,93%,94%,.7)}.border-red-100\/75{border-color:hsla(0,93%,94%,.75)}.border-red-100\/80{border-color:hsla(0,93%,94%,.8)}.border-red-100\/85{border-color:hsla(0,93%,94%,.85)}.border-red-100\/90{border-color:hsla(0,93%,94%,.9)}.border-red-100\/95{border-color:hsla(0,93%,94%,.95)}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-200\/0{border-color:hsla(0,96%,89%,0)}.border-red-200\/10{border-color:hsla(0,96%,89%,.1)}.border-red-200\/100{border-color:#fecaca}.border-red-200\/15{border-color:hsla(0,96%,89%,.15)}.border-red-200\/20{border-color:hsla(0,96%,89%,.2)}.border-red-200\/25{border-color:hsla(0,96%,89%,.25)}.border-red-200\/30{border-color:hsla(0,96%,89%,.3)}.border-red-200\/35{border-color:hsla(0,96%,89%,.35)}.border-red-200\/40{border-color:hsla(0,96%,89%,.4)}.border-red-200\/45{border-color:hsla(0,96%,89%,.45)}.border-red-200\/5{border-color:hsla(0,96%,89%,.05)}.border-red-200\/50{border-color:hsla(0,96%,89%,.5)}.border-red-200\/55{border-color:hsla(0,96%,89%,.55)}.border-red-200\/60{border-color:hsla(0,96%,89%,.6)}.border-red-200\/65{border-color:hsla(0,96%,89%,.65)}.border-red-200\/70{border-color:hsla(0,96%,89%,.7)}.border-red-200\/75{border-color:hsla(0,96%,89%,.75)}.border-red-200\/80{border-color:hsla(0,96%,89%,.8)}.border-red-200\/85{border-color:hsla(0,96%,89%,.85)}.border-red-200\/90{border-color:hsla(0,96%,89%,.9)}.border-red-200\/95{border-color:hsla(0,96%,89%,.95)}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-300\/0{border-color:hsla(0,94%,82%,0)}.border-red-300\/10{border-color:hsla(0,94%,82%,.1)}.border-red-300\/100{border-color:#fca5a5}.border-red-300\/15{border-color:hsla(0,94%,82%,.15)}.border-red-300\/20{border-color:hsla(0,94%,82%,.2)}.border-red-300\/25{border-color:hsla(0,94%,82%,.25)}.border-red-300\/30{border-color:hsla(0,94%,82%,.3)}.border-red-300\/35{border-color:hsla(0,94%,82%,.35)}.border-red-300\/40{border-color:hsla(0,94%,82%,.4)}.border-red-300\/45{border-color:hsla(0,94%,82%,.45)}.border-red-300\/5{border-color:hsla(0,94%,82%,.05)}.border-red-300\/50{border-color:hsla(0,94%,82%,.5)}.border-red-300\/55{border-color:hsla(0,94%,82%,.55)}.border-red-300\/60{border-color:hsla(0,94%,82%,.6)}.border-red-300\/65{border-color:hsla(0,94%,82%,.65)}.border-red-300\/70{border-color:hsla(0,94%,82%,.7)}.border-red-300\/75{border-color:hsla(0,94%,82%,.75)}.border-red-300\/80{border-color:hsla(0,94%,82%,.8)}.border-red-300\/85{border-color:hsla(0,94%,82%,.85)}.border-red-300\/90{border-color:hsla(0,94%,82%,.9)}.border-red-300\/95{border-color:hsla(0,94%,82%,.95)}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-red-400\/0{border-color:hsla(0,91%,71%,0)}.border-red-400\/10{border-color:hsla(0,91%,71%,.1)}.border-red-400\/100{border-color:#f87171}.border-red-400\/15{border-color:hsla(0,91%,71%,.15)}.border-red-400\/20{border-color:hsla(0,91%,71%,.2)}.border-red-400\/25{border-color:hsla(0,91%,71%,.25)}.border-red-400\/30{border-color:hsla(0,91%,71%,.3)}.border-red-400\/35{border-color:hsla(0,91%,71%,.35)}.border-red-400\/40{border-color:hsla(0,91%,71%,.4)}.border-red-400\/45{border-color:hsla(0,91%,71%,.45)}.border-red-400\/5{border-color:hsla(0,91%,71%,.05)}.border-red-400\/50{border-color:hsla(0,91%,71%,.5)}.border-red-400\/55{border-color:hsla(0,91%,71%,.55)}.border-red-400\/60{border-color:hsla(0,91%,71%,.6)}.border-red-400\/65{border-color:hsla(0,91%,71%,.65)}.border-red-400\/70{border-color:hsla(0,91%,71%,.7)}.border-red-400\/75{border-color:hsla(0,91%,71%,.75)}.border-red-400\/80{border-color:hsla(0,91%,71%,.8)}.border-red-400\/85{border-color:hsla(0,91%,71%,.85)}.border-red-400\/90{border-color:hsla(0,91%,71%,.9)}.border-red-400\/95{border-color:hsla(0,91%,71%,.95)}.border-red-50{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.border-red-50\/0{border-color:hsla(0,86%,97%,0)}.border-red-50\/10{border-color:hsla(0,86%,97%,.1)}.border-red-50\/100{border-color:#fef2f2}.border-red-50\/15{border-color:hsla(0,86%,97%,.15)}.border-red-50\/20{border-color:hsla(0,86%,97%,.2)}.border-red-50\/25{border-color:hsla(0,86%,97%,.25)}.border-red-50\/30{border-color:hsla(0,86%,97%,.3)}.border-red-50\/35{border-color:hsla(0,86%,97%,.35)}.border-red-50\/40{border-color:hsla(0,86%,97%,.4)}.border-red-50\/45{border-color:hsla(0,86%,97%,.45)}.border-red-50\/5{border-color:hsla(0,86%,97%,.05)}.border-red-50\/50{border-color:hsla(0,86%,97%,.5)}.border-red-50\/55{border-color:hsla(0,86%,97%,.55)}.border-red-50\/60{border-color:hsla(0,86%,97%,.6)}.border-red-50\/65{border-color:hsla(0,86%,97%,.65)}.border-red-50\/70{border-color:hsla(0,86%,97%,.7)}.border-red-50\/75{border-color:hsla(0,86%,97%,.75)}.border-red-50\/80{border-color:hsla(0,86%,97%,.8)}.border-red-50\/85{border-color:hsla(0,86%,97%,.85)}.border-red-50\/90{border-color:hsla(0,86%,97%,.9)}.border-red-50\/95{border-color:hsla(0,86%,97%,.95)}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-500\/0{border-color:rgba(239,68,68,0)}.border-red-500\/10{border-color:rgba(239,68,68,.1)}.border-red-500\/100{border-color:#ef4444}.border-red-500\/15{border-color:rgba(239,68,68,.15)}.border-red-500\/20{border-color:rgba(239,68,68,.2)}.border-red-500\/25{border-color:rgba(239,68,68,.25)}.border-red-500\/30{border-color:rgba(239,68,68,.3)}.border-red-500\/35{border-color:rgba(239,68,68,.35)}.border-red-500\/40{border-color:rgba(239,68,68,.4)}.border-red-500\/45{border-color:rgba(239,68,68,.45)}.border-red-500\/5{border-color:rgba(239,68,68,.05)}.border-red-500\/50{border-color:rgba(239,68,68,.5)}.border-red-500\/55{border-color:rgba(239,68,68,.55)}.border-red-500\/60{border-color:rgba(239,68,68,.6)}.border-red-500\/65{border-color:rgba(239,68,68,.65)}.border-red-500\/70{border-color:rgba(239,68,68,.7)}.border-red-500\/75{border-color:rgba(239,68,68,.75)}.border-red-500\/80{border-color:rgba(239,68,68,.8)}.border-red-500\/85{border-color:rgba(239,68,68,.85)}.border-red-500\/90{border-color:rgba(239,68,68,.9)}.border-red-500\/95{border-color:rgba(239,68,68,.95)}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.border-red-600\/0{border-color:rgba(220,38,38,0)}.border-red-600\/10{border-color:rgba(220,38,38,.1)}.border-red-600\/100{border-color:#dc2626}.border-red-600\/15{border-color:rgba(220,38,38,.15)}.border-red-600\/20{border-color:rgba(220,38,38,.2)}.border-red-600\/25{border-color:rgba(220,38,38,.25)}.border-red-600\/30{border-color:rgba(220,38,38,.3)}.border-red-600\/35{border-color:rgba(220,38,38,.35)}.border-red-600\/40{border-color:rgba(220,38,38,.4)}.border-red-600\/45{border-color:rgba(220,38,38,.45)}.border-red-600\/5{border-color:rgba(220,38,38,.05)}.border-red-600\/50{border-color:rgba(220,38,38,.5)}.border-red-600\/55{border-color:rgba(220,38,38,.55)}.border-red-600\/60{border-color:rgba(220,38,38,.6)}.border-red-600\/65{border-color:rgba(220,38,38,.65)}.border-red-600\/70{border-color:rgba(220,38,38,.7)}.border-red-600\/75{border-color:rgba(220,38,38,.75)}.border-red-600\/80{border-color:rgba(220,38,38,.8)}.border-red-600\/85{border-color:rgba(220,38,38,.85)}.border-red-600\/90{border-color:rgba(220,38,38,.9)}.border-red-600\/95{border-color:rgba(220,38,38,.95)}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.border-red-700\/0{border-color:rgba(185,28,28,0)}.border-red-700\/10{border-color:rgba(185,28,28,.1)}.border-red-700\/100{border-color:#b91c1c}.border-red-700\/15{border-color:rgba(185,28,28,.15)}.border-red-700\/20{border-color:rgba(185,28,28,.2)}.border-red-700\/25{border-color:rgba(185,28,28,.25)}.border-red-700\/30{border-color:rgba(185,28,28,.3)}.border-red-700\/35{border-color:rgba(185,28,28,.35)}.border-red-700\/40{border-color:rgba(185,28,28,.4)}.border-red-700\/45{border-color:rgba(185,28,28,.45)}.border-red-700\/5{border-color:rgba(185,28,28,.05)}.border-red-700\/50{border-color:rgba(185,28,28,.5)}.border-red-700\/55{border-color:rgba(185,28,28,.55)}.border-red-700\/60{border-color:rgba(185,28,28,.6)}.border-red-700\/65{border-color:rgba(185,28,28,.65)}.border-red-700\/70{border-color:rgba(185,28,28,.7)}.border-red-700\/75{border-color:rgba(185,28,28,.75)}.border-red-700\/80{border-color:rgba(185,28,28,.8)}.border-red-700\/85{border-color:rgba(185,28,28,.85)}.border-red-700\/90{border-color:rgba(185,28,28,.9)}.border-red-700\/95{border-color:rgba(185,28,28,.95)}.border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.border-red-800\/0{border-color:rgba(153,27,27,0)}.border-red-800\/10{border-color:rgba(153,27,27,.1)}.border-red-800\/100{border-color:#991b1b}.border-red-800\/15{border-color:rgba(153,27,27,.15)}.border-red-800\/20{border-color:rgba(153,27,27,.2)}.border-red-800\/25{border-color:rgba(153,27,27,.25)}.border-red-800\/30{border-color:rgba(153,27,27,.3)}.border-red-800\/35{border-color:rgba(153,27,27,.35)}.border-red-800\/40{border-color:rgba(153,27,27,.4)}.border-red-800\/45{border-color:rgba(153,27,27,.45)}.border-red-800\/5{border-color:rgba(153,27,27,.05)}.border-red-800\/50{border-color:rgba(153,27,27,.5)}.border-red-800\/55{border-color:rgba(153,27,27,.55)}.border-red-800\/60{border-color:rgba(153,27,27,.6)}.border-red-800\/65{border-color:rgba(153,27,27,.65)}.border-red-800\/70{border-color:rgba(153,27,27,.7)}.border-red-800\/75{border-color:rgba(153,27,27,.75)}.border-red-800\/80{border-color:rgba(153,27,27,.8)}.border-red-800\/85{border-color:rgba(153,27,27,.85)}.border-red-800\/90{border-color:rgba(153,27,27,.9)}.border-red-800\/95{border-color:rgba(153,27,27,.95)}.border-red-900{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.border-red-900\/0{border-color:rgba(127,29,29,0)}.border-red-900\/10{border-color:rgba(127,29,29,.1)}.border-red-900\/100{border-color:#7f1d1d}.border-red-900\/15{border-color:rgba(127,29,29,.15)}.border-red-900\/20{border-color:rgba(127,29,29,.2)}.border-red-900\/25{border-color:rgba(127,29,29,.25)}.border-red-900\/30{border-color:rgba(127,29,29,.3)}.border-red-900\/35{border-color:rgba(127,29,29,.35)}.border-red-900\/40{border-color:rgba(127,29,29,.4)}.border-red-900\/45{border-color:rgba(127,29,29,.45)}.border-red-900\/5{border-color:rgba(127,29,29,.05)}.border-red-900\/50{border-color:rgba(127,29,29,.5)}.border-red-900\/55{border-color:rgba(127,29,29,.55)}.border-red-900\/60{border-color:rgba(127,29,29,.6)}.border-red-900\/65{border-color:rgba(127,29,29,.65)}.border-red-900\/70{border-color:rgba(127,29,29,.7)}.border-red-900\/75{border-color:rgba(127,29,29,.75)}.border-red-900\/80{border-color:rgba(127,29,29,.8)}.border-red-900\/85{border-color:rgba(127,29,29,.85)}.border-red-900\/90{border-color:rgba(127,29,29,.9)}.border-red-900\/95{border-color:rgba(127,29,29,.95)}.border-transparent{border-color:transparent}.border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity))}.border-yellow-100\/0{border-color:hsla(55,97%,88%,0)}.border-yellow-100\/10{border-color:hsla(55,97%,88%,.1)}.border-yellow-100\/100{border-color:#fef9c3}.border-yellow-100\/15{border-color:hsla(55,97%,88%,.15)}.border-yellow-100\/20{border-color:hsla(55,97%,88%,.2)}.border-yellow-100\/25{border-color:hsla(55,97%,88%,.25)}.border-yellow-100\/30{border-color:hsla(55,97%,88%,.3)}.border-yellow-100\/35{border-color:hsla(55,97%,88%,.35)}.border-yellow-100\/40{border-color:hsla(55,97%,88%,.4)}.border-yellow-100\/45{border-color:hsla(55,97%,88%,.45)}.border-yellow-100\/5{border-color:hsla(55,97%,88%,.05)}.border-yellow-100\/50{border-color:hsla(55,97%,88%,.5)}.border-yellow-100\/55{border-color:hsla(55,97%,88%,.55)}.border-yellow-100\/60{border-color:hsla(55,97%,88%,.6)}.border-yellow-100\/65{border-color:hsla(55,97%,88%,.65)}.border-yellow-100\/70{border-color:hsla(55,97%,88%,.7)}.border-yellow-100\/75{border-color:hsla(55,97%,88%,.75)}.border-yellow-100\/80{border-color:hsla(55,97%,88%,.8)}.border-yellow-100\/85{border-color:hsla(55,97%,88%,.85)}.border-yellow-100\/90{border-color:hsla(55,97%,88%,.9)}.border-yellow-100\/95{border-color:hsla(55,97%,88%,.95)}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.border-yellow-200\/0{border-color:hsla(53,98%,77%,0)}.border-yellow-200\/10{border-color:hsla(53,98%,77%,.1)}.border-yellow-200\/100{border-color:#fef08a}.border-yellow-200\/15{border-color:hsla(53,98%,77%,.15)}.border-yellow-200\/20{border-color:hsla(53,98%,77%,.2)}.border-yellow-200\/25{border-color:hsla(53,98%,77%,.25)}.border-yellow-200\/30{border-color:hsla(53,98%,77%,.3)}.border-yellow-200\/35{border-color:hsla(53,98%,77%,.35)}.border-yellow-200\/40{border-color:hsla(53,98%,77%,.4)}.border-yellow-200\/45{border-color:hsla(53,98%,77%,.45)}.border-yellow-200\/5{border-color:hsla(53,98%,77%,.05)}.border-yellow-200\/50{border-color:hsla(53,98%,77%,.5)}.border-yellow-200\/55{border-color:hsla(53,98%,77%,.55)}.border-yellow-200\/60{border-color:hsla(53,98%,77%,.6)}.border-yellow-200\/65{border-color:hsla(53,98%,77%,.65)}.border-yellow-200\/70{border-color:hsla(53,98%,77%,.7)}.border-yellow-200\/75{border-color:hsla(53,98%,77%,.75)}.border-yellow-200\/80{border-color:hsla(53,98%,77%,.8)}.border-yellow-200\/85{border-color:hsla(53,98%,77%,.85)}.border-yellow-200\/90{border-color:hsla(53,98%,77%,.9)}.border-yellow-200\/95{border-color:hsla(53,98%,77%,.95)}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.border-yellow-300\/0{border-color:rgba(253,224,71,0)}.border-yellow-300\/10{border-color:rgba(253,224,71,.1)}.border-yellow-300\/100{border-color:#fde047}.border-yellow-300\/15{border-color:rgba(253,224,71,.15)}.border-yellow-300\/20{border-color:rgba(253,224,71,.2)}.border-yellow-300\/25{border-color:rgba(253,224,71,.25)}.border-yellow-300\/30{border-color:rgba(253,224,71,.3)}.border-yellow-300\/35{border-color:rgba(253,224,71,.35)}.border-yellow-300\/40{border-color:rgba(253,224,71,.4)}.border-yellow-300\/45{border-color:rgba(253,224,71,.45)}.border-yellow-300\/5{border-color:rgba(253,224,71,.05)}.border-yellow-300\/50{border-color:rgba(253,224,71,.5)}.border-yellow-300\/55{border-color:rgba(253,224,71,.55)}.border-yellow-300\/60{border-color:rgba(253,224,71,.6)}.border-yellow-300\/65{border-color:rgba(253,224,71,.65)}.border-yellow-300\/70{border-color:rgba(253,224,71,.7)}.border-yellow-300\/75{border-color:rgba(253,224,71,.75)}.border-yellow-300\/80{border-color:rgba(253,224,71,.8)}.border-yellow-300\/85{border-color:rgba(253,224,71,.85)}.border-yellow-300\/90{border-color:rgba(253,224,71,.9)}.border-yellow-300\/95{border-color:rgba(253,224,71,.95)}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.border-yellow-400\/0{border-color:rgba(250,204,21,0)}.border-yellow-400\/10{border-color:rgba(250,204,21,.1)}.border-yellow-400\/100{border-color:#facc15}.border-yellow-400\/15{border-color:rgba(250,204,21,.15)}.border-yellow-400\/20{border-color:rgba(250,204,21,.2)}.border-yellow-400\/25{border-color:rgba(250,204,21,.25)}.border-yellow-400\/30{border-color:rgba(250,204,21,.3)}.border-yellow-400\/35{border-color:rgba(250,204,21,.35)}.border-yellow-400\/40{border-color:rgba(250,204,21,.4)}.border-yellow-400\/45{border-color:rgba(250,204,21,.45)}.border-yellow-400\/5{border-color:rgba(250,204,21,.05)}.border-yellow-400\/50{border-color:rgba(250,204,21,.5)}.border-yellow-400\/55{border-color:rgba(250,204,21,.55)}.border-yellow-400\/60{border-color:rgba(250,204,21,.6)}.border-yellow-400\/65{border-color:rgba(250,204,21,.65)}.border-yellow-400\/70{border-color:rgba(250,204,21,.7)}.border-yellow-400\/75{border-color:rgba(250,204,21,.75)}.border-yellow-400\/80{border-color:rgba(250,204,21,.8)}.border-yellow-400\/85{border-color:rgba(250,204,21,.85)}.border-yellow-400\/90{border-color:rgba(250,204,21,.9)}.border-yellow-400\/95{border-color:rgba(250,204,21,.95)}.border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity))}.border-yellow-50\/0{border-color:hsla(55,92%,95%,0)}.border-yellow-50\/10{border-color:hsla(55,92%,95%,.1)}.border-yellow-50\/100{border-color:#fefce8}.border-yellow-50\/15{border-color:hsla(55,92%,95%,.15)}.border-yellow-50\/20{border-color:hsla(55,92%,95%,.2)}.border-yellow-50\/25{border-color:hsla(55,92%,95%,.25)}.border-yellow-50\/30{border-color:hsla(55,92%,95%,.3)}.border-yellow-50\/35{border-color:hsla(55,92%,95%,.35)}.border-yellow-50\/40{border-color:hsla(55,92%,95%,.4)}.border-yellow-50\/45{border-color:hsla(55,92%,95%,.45)}.border-yellow-50\/5{border-color:hsla(55,92%,95%,.05)}.border-yellow-50\/50{border-color:hsla(55,92%,95%,.5)}.border-yellow-50\/55{border-color:hsla(55,92%,95%,.55)}.border-yellow-50\/60{border-color:hsla(55,92%,95%,.6)}.border-yellow-50\/65{border-color:hsla(55,92%,95%,.65)}.border-yellow-50\/70{border-color:hsla(55,92%,95%,.7)}.border-yellow-50\/75{border-color:hsla(55,92%,95%,.75)}.border-yellow-50\/80{border-color:hsla(55,92%,95%,.8)}.border-yellow-50\/85{border-color:hsla(55,92%,95%,.85)}.border-yellow-50\/90{border-color:hsla(55,92%,95%,.9)}.border-yellow-50\/95{border-color:hsla(55,92%,95%,.95)}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.border-yellow-500\/0{border-color:rgba(234,179,8,0)}.border-yellow-500\/10{border-color:rgba(234,179,8,.1)}.border-yellow-500\/100{border-color:#eab308}.border-yellow-500\/15{border-color:rgba(234,179,8,.15)}.border-yellow-500\/20{border-color:rgba(234,179,8,.2)}.border-yellow-500\/25{border-color:rgba(234,179,8,.25)}.border-yellow-500\/30{border-color:rgba(234,179,8,.3)}.border-yellow-500\/35{border-color:rgba(234,179,8,.35)}.border-yellow-500\/40{border-color:rgba(234,179,8,.4)}.border-yellow-500\/45{border-color:rgba(234,179,8,.45)}.border-yellow-500\/5{border-color:rgba(234,179,8,.05)}.border-yellow-500\/50{border-color:rgba(234,179,8,.5)}.border-yellow-500\/55{border-color:rgba(234,179,8,.55)}.border-yellow-500\/60{border-color:rgba(234,179,8,.6)}.border-yellow-500\/65{border-color:rgba(234,179,8,.65)}.border-yellow-500\/70{border-color:rgba(234,179,8,.7)}.border-yellow-500\/75{border-color:rgba(234,179,8,.75)}.border-yellow-500\/80{border-color:rgba(234,179,8,.8)}.border-yellow-500\/85{border-color:rgba(234,179,8,.85)}.border-yellow-500\/90{border-color:rgba(234,179,8,.9)}.border-yellow-500\/95{border-color:rgba(234,179,8,.95)}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.border-yellow-600\/0{border-color:rgba(202,138,4,0)}.border-yellow-600\/10{border-color:rgba(202,138,4,.1)}.border-yellow-600\/100{border-color:#ca8a04}.border-yellow-600\/15{border-color:rgba(202,138,4,.15)}.border-yellow-600\/20{border-color:rgba(202,138,4,.2)}.border-yellow-600\/25{border-color:rgba(202,138,4,.25)}.border-yellow-600\/30{border-color:rgba(202,138,4,.3)}.border-yellow-600\/35{border-color:rgba(202,138,4,.35)}.border-yellow-600\/40{border-color:rgba(202,138,4,.4)}.border-yellow-600\/45{border-color:rgba(202,138,4,.45)}.border-yellow-600\/5{border-color:rgba(202,138,4,.05)}.border-yellow-600\/50{border-color:rgba(202,138,4,.5)}.border-yellow-600\/55{border-color:rgba(202,138,4,.55)}.border-yellow-600\/60{border-color:rgba(202,138,4,.6)}.border-yellow-600\/65{border-color:rgba(202,138,4,.65)}.border-yellow-600\/70{border-color:rgba(202,138,4,.7)}.border-yellow-600\/75{border-color:rgba(202,138,4,.75)}.border-yellow-600\/80{border-color:rgba(202,138,4,.8)}.border-yellow-600\/85{border-color:rgba(202,138,4,.85)}.border-yellow-600\/90{border-color:rgba(202,138,4,.9)}.border-yellow-600\/95{border-color:rgba(202,138,4,.95)}.border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.border-yellow-700\/0{border-color:rgba(161,98,7,0)}.border-yellow-700\/10{border-color:rgba(161,98,7,.1)}.border-yellow-700\/100{border-color:#a16207}.border-yellow-700\/15{border-color:rgba(161,98,7,.15)}.border-yellow-700\/20{border-color:rgba(161,98,7,.2)}.border-yellow-700\/25{border-color:rgba(161,98,7,.25)}.border-yellow-700\/30{border-color:rgba(161,98,7,.3)}.border-yellow-700\/35{border-color:rgba(161,98,7,.35)}.border-yellow-700\/40{border-color:rgba(161,98,7,.4)}.border-yellow-700\/45{border-color:rgba(161,98,7,.45)}.border-yellow-700\/5{border-color:rgba(161,98,7,.05)}.border-yellow-700\/50{border-color:rgba(161,98,7,.5)}.border-yellow-700\/55{border-color:rgba(161,98,7,.55)}.border-yellow-700\/60{border-color:rgba(161,98,7,.6)}.border-yellow-700\/65{border-color:rgba(161,98,7,.65)}.border-yellow-700\/70{border-color:rgba(161,98,7,.7)}.border-yellow-700\/75{border-color:rgba(161,98,7,.75)}.border-yellow-700\/80{border-color:rgba(161,98,7,.8)}.border-yellow-700\/85{border-color:rgba(161,98,7,.85)}.border-yellow-700\/90{border-color:rgba(161,98,7,.9)}.border-yellow-700\/95{border-color:rgba(161,98,7,.95)}.border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.border-yellow-800\/0{border-color:rgba(133,77,14,0)}.border-yellow-800\/10{border-color:rgba(133,77,14,.1)}.border-yellow-800\/100{border-color:#854d0e}.border-yellow-800\/15{border-color:rgba(133,77,14,.15)}.border-yellow-800\/20{border-color:rgba(133,77,14,.2)}.border-yellow-800\/25{border-color:rgba(133,77,14,.25)}.border-yellow-800\/30{border-color:rgba(133,77,14,.3)}.border-yellow-800\/35{border-color:rgba(133,77,14,.35)}.border-yellow-800\/40{border-color:rgba(133,77,14,.4)}.border-yellow-800\/45{border-color:rgba(133,77,14,.45)}.border-yellow-800\/5{border-color:rgba(133,77,14,.05)}.border-yellow-800\/50{border-color:rgba(133,77,14,.5)}.border-yellow-800\/55{border-color:rgba(133,77,14,.55)}.border-yellow-800\/60{border-color:rgba(133,77,14,.6)}.border-yellow-800\/65{border-color:rgba(133,77,14,.65)}.border-yellow-800\/70{border-color:rgba(133,77,14,.7)}.border-yellow-800\/75{border-color:rgba(133,77,14,.75)}.border-yellow-800\/80{border-color:rgba(133,77,14,.8)}.border-yellow-800\/85{border-color:rgba(133,77,14,.85)}.border-yellow-800\/90{border-color:rgba(133,77,14,.9)}.border-yellow-800\/95{border-color:rgba(133,77,14,.95)}.border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity))}.border-yellow-900\/0{border-color:rgba(113,63,18,0)}.border-yellow-900\/10{border-color:rgba(113,63,18,.1)}.border-yellow-900\/100{border-color:#713f12}.border-yellow-900\/15{border-color:rgba(113,63,18,.15)}.border-yellow-900\/20{border-color:rgba(113,63,18,.2)}.border-yellow-900\/25{border-color:rgba(113,63,18,.25)}.border-yellow-900\/30{border-color:rgba(113,63,18,.3)}.border-yellow-900\/35{border-color:rgba(113,63,18,.35)}.border-yellow-900\/40{border-color:rgba(113,63,18,.4)}.border-yellow-900\/45{border-color:rgba(113,63,18,.45)}.border-yellow-900\/5{border-color:rgba(113,63,18,.05)}.border-yellow-900\/50{border-color:rgba(113,63,18,.5)}.border-yellow-900\/55{border-color:rgba(113,63,18,.55)}.border-yellow-900\/60{border-color:rgba(113,63,18,.6)}.border-yellow-900\/65{border-color:rgba(113,63,18,.65)}.border-yellow-900\/70{border-color:rgba(113,63,18,.7)}.border-yellow-900\/75{border-color:rgba(113,63,18,.75)}.border-yellow-900\/80{border-color:rgba(113,63,18,.8)}.border-yellow-900\/85{border-color:rgba(113,63,18,.85)}.border-yellow-900\/90{border-color:rgba(113,63,18,.9)}.border-yellow-900\/95{border-color:rgba(113,63,18,.95)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-blue-100\/0{background-color:rgba(219,234,254,0)}.bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.bg-blue-100\/100{background-color:#dbeafe}.bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.bg-blue-200\/0{background-color:rgba(191,219,254,0)}.bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.bg-blue-200\/100{background-color:#bfdbfe}.bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.bg-blue-300\/0{background-color:rgba(147,197,253,0)}.bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.bg-blue-300\/100{background-color:#93c5fd}.bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.bg-blue-400\/0{background-color:rgba(96,165,250,0)}.bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.bg-blue-400\/100{background-color:#60a5fa}.bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-blue-50\/0{background-color:rgba(239,246,255,0)}.bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.bg-blue-50\/100{background-color:#eff6ff}.bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-blue-500\/0{background-color:rgba(59,130,246,0)}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-blue-500\/100{background-color:#3b82f6}.bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-blue-600\/0{background-color:rgba(37,99,235,0)}.bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.bg-blue-600\/100{background-color:#2563eb}.bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.bg-blue-700\/0{background-color:rgba(29,78,216,0)}.bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.bg-blue-700\/100{background-color:#1d4ed8}.bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.bg-blue-800\/0{background-color:rgba(30,64,175,0)}.bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.bg-blue-800\/100{background-color:#1e40af}.bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.bg-blue-900\/0{background-color:rgba(30,58,138,0)}.bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.bg-blue-900\/100{background-color:#1e3a8a}.bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-100\/0{background-color:rgba(243,244,246,0)}.bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.bg-gray-100\/100{background-color:#f3f4f6}.bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-200\/0{background-color:rgba(229,231,235,0)}.bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.bg-gray-200\/100{background-color:#e5e7eb}.bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-300\/0{background-color:rgba(209,213,219,0)}.bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.bg-gray-300\/100{background-color:#d1d5db}.bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-400\/0{background-color:rgba(156,163,175,0)}.bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.bg-gray-400\/100{background-color:#9ca3af}.bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-50\/0{background-color:rgba(249,250,251,0)}.bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.bg-gray-50\/100{background-color:#f9fafb}.bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.bg-gray-500\/100{background-color:#6b7280}.bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.bg-gray-600\/0{background-color:rgba(75,85,99,0)}.bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.bg-gray-600\/100{background-color:#4b5563}.bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-gray-700\/0{background-color:rgba(55,65,81,0)}.bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.bg-gray-700\/100{background-color:#374151}.bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-gray-800\/0{background-color:rgba(31,41,55,0)}.bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.bg-gray-800\/100{background-color:#1f2937}.bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-gray-900\/0{background-color:rgba(17,24,39,0)}.bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.bg-gray-900\/100{background-color:#111827}.bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-100\/0{background-color:rgba(220,252,231,0)}.bg-green-100\/10{background-color:rgba(220,252,231,.1)}.bg-green-100\/100{background-color:#dcfce7}.bg-green-100\/15{background-color:rgba(220,252,231,.15)}.bg-green-100\/20{background-color:rgba(220,252,231,.2)}.bg-green-100\/25{background-color:rgba(220,252,231,.25)}.bg-green-100\/30{background-color:rgba(220,252,231,.3)}.bg-green-100\/35{background-color:rgba(220,252,231,.35)}.bg-green-100\/40{background-color:rgba(220,252,231,.4)}.bg-green-100\/45{background-color:rgba(220,252,231,.45)}.bg-green-100\/5{background-color:rgba(220,252,231,.05)}.bg-green-100\/50{background-color:rgba(220,252,231,.5)}.bg-green-100\/55{background-color:rgba(220,252,231,.55)}.bg-green-100\/60{background-color:rgba(220,252,231,.6)}.bg-green-100\/65{background-color:rgba(220,252,231,.65)}.bg-green-100\/70{background-color:rgba(220,252,231,.7)}.bg-green-100\/75{background-color:rgba(220,252,231,.75)}.bg-green-100\/80{background-color:rgba(220,252,231,.8)}.bg-green-100\/85{background-color:rgba(220,252,231,.85)}.bg-green-100\/90{background-color:rgba(220,252,231,.9)}.bg-green-100\/95{background-color:rgba(220,252,231,.95)}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-green-200\/0{background-color:rgba(187,247,208,0)}.bg-green-200\/10{background-color:rgba(187,247,208,.1)}.bg-green-200\/100{background-color:#bbf7d0}.bg-green-200\/15{background-color:rgba(187,247,208,.15)}.bg-green-200\/20{background-color:rgba(187,247,208,.2)}.bg-green-200\/25{background-color:rgba(187,247,208,.25)}.bg-green-200\/30{background-color:rgba(187,247,208,.3)}.bg-green-200\/35{background-color:rgba(187,247,208,.35)}.bg-green-200\/40{background-color:rgba(187,247,208,.4)}.bg-green-200\/45{background-color:rgba(187,247,208,.45)}.bg-green-200\/5{background-color:rgba(187,247,208,.05)}.bg-green-200\/50{background-color:rgba(187,247,208,.5)}.bg-green-200\/55{background-color:rgba(187,247,208,.55)}.bg-green-200\/60{background-color:rgba(187,247,208,.6)}.bg-green-200\/65{background-color:rgba(187,247,208,.65)}.bg-green-200\/70{background-color:rgba(187,247,208,.7)}.bg-green-200\/75{background-color:rgba(187,247,208,.75)}.bg-green-200\/80{background-color:rgba(187,247,208,.8)}.bg-green-200\/85{background-color:rgba(187,247,208,.85)}.bg-green-200\/90{background-color:rgba(187,247,208,.9)}.bg-green-200\/95{background-color:rgba(187,247,208,.95)}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity))}.bg-green-300\/0{background-color:rgba(134,239,172,0)}.bg-green-300\/10{background-color:rgba(134,239,172,.1)}.bg-green-300\/100{background-color:#86efac}.bg-green-300\/15{background-color:rgba(134,239,172,.15)}.bg-green-300\/20{background-color:rgba(134,239,172,.2)}.bg-green-300\/25{background-color:rgba(134,239,172,.25)}.bg-green-300\/30{background-color:rgba(134,239,172,.3)}.bg-green-300\/35{background-color:rgba(134,239,172,.35)}.bg-green-300\/40{background-color:rgba(134,239,172,.4)}.bg-green-300\/45{background-color:rgba(134,239,172,.45)}.bg-green-300\/5{background-color:rgba(134,239,172,.05)}.bg-green-300\/50{background-color:rgba(134,239,172,.5)}.bg-green-300\/55{background-color:rgba(134,239,172,.55)}.bg-green-300\/60{background-color:rgba(134,239,172,.6)}.bg-green-300\/65{background-color:rgba(134,239,172,.65)}.bg-green-300\/70{background-color:rgba(134,239,172,.7)}.bg-green-300\/75{background-color:rgba(134,239,172,.75)}.bg-green-300\/80{background-color:rgba(134,239,172,.8)}.bg-green-300\/85{background-color:rgba(134,239,172,.85)}.bg-green-300\/90{background-color:rgba(134,239,172,.9)}.bg-green-300\/95{background-color:rgba(134,239,172,.95)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.bg-green-400\/0{background-color:rgba(74,222,128,0)}.bg-green-400\/10{background-color:rgba(74,222,128,.1)}.bg-green-400\/100{background-color:#4ade80}.bg-green-400\/15{background-color:rgba(74,222,128,.15)}.bg-green-400\/20{background-color:rgba(74,222,128,.2)}.bg-green-400\/25{background-color:rgba(74,222,128,.25)}.bg-green-400\/30{background-color:rgba(74,222,128,.3)}.bg-green-400\/35{background-color:rgba(74,222,128,.35)}.bg-green-400\/40{background-color:rgba(74,222,128,.4)}.bg-green-400\/45{background-color:rgba(74,222,128,.45)}.bg-green-400\/5{background-color:rgba(74,222,128,.05)}.bg-green-400\/50{background-color:rgba(74,222,128,.5)}.bg-green-400\/55{background-color:rgba(74,222,128,.55)}.bg-green-400\/60{background-color:rgba(74,222,128,.6)}.bg-green-400\/65{background-color:rgba(74,222,128,.65)}.bg-green-400\/70{background-color:rgba(74,222,128,.7)}.bg-green-400\/75{background-color:rgba(74,222,128,.75)}.bg-green-400\/80{background-color:rgba(74,222,128,.8)}.bg-green-400\/85{background-color:rgba(74,222,128,.85)}.bg-green-400\/90{background-color:rgba(74,222,128,.9)}.bg-green-400\/95{background-color:rgba(74,222,128,.95)}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.bg-green-50\/0{background-color:rgba(240,253,244,0)}.bg-green-50\/10{background-color:rgba(240,253,244,.1)}.bg-green-50\/100{background-color:#f0fdf4}.bg-green-50\/15{background-color:rgba(240,253,244,.15)}.bg-green-50\/20{background-color:rgba(240,253,244,.2)}.bg-green-50\/25{background-color:rgba(240,253,244,.25)}.bg-green-50\/30{background-color:rgba(240,253,244,.3)}.bg-green-50\/35{background-color:rgba(240,253,244,.35)}.bg-green-50\/40{background-color:rgba(240,253,244,.4)}.bg-green-50\/45{background-color:rgba(240,253,244,.45)}.bg-green-50\/5{background-color:rgba(240,253,244,.05)}.bg-green-50\/50{background-color:rgba(240,253,244,.5)}.bg-green-50\/55{background-color:rgba(240,253,244,.55)}.bg-green-50\/60{background-color:rgba(240,253,244,.6)}.bg-green-50\/65{background-color:rgba(240,253,244,.65)}.bg-green-50\/70{background-color:rgba(240,253,244,.7)}.bg-green-50\/75{background-color:rgba(240,253,244,.75)}.bg-green-50\/80{background-color:rgba(240,253,244,.8)}.bg-green-50\/85{background-color:rgba(240,253,244,.85)}.bg-green-50\/90{background-color:rgba(240,253,244,.9)}.bg-green-50\/95{background-color:rgba(240,253,244,.95)}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-green-500\/0{background-color:rgba(34,197,94,0)}.bg-green-500\/10{background-color:rgba(34,197,94,.1)}.bg-green-500\/100{background-color:#22c55e}.bg-green-500\/15{background-color:rgba(34,197,94,.15)}.bg-green-500\/20{background-color:rgba(34,197,94,.2)}.bg-green-500\/25{background-color:rgba(34,197,94,.25)}.bg-green-500\/30{background-color:rgba(34,197,94,.3)}.bg-green-500\/35{background-color:rgba(34,197,94,.35)}.bg-green-500\/40{background-color:rgba(34,197,94,.4)}.bg-green-500\/45{background-color:rgba(34,197,94,.45)}.bg-green-500\/5{background-color:rgba(34,197,94,.05)}.bg-green-500\/50{background-color:rgba(34,197,94,.5)}.bg-green-500\/55{background-color:rgba(34,197,94,.55)}.bg-green-500\/60{background-color:rgba(34,197,94,.6)}.bg-green-500\/65{background-color:rgba(34,197,94,.65)}.bg-green-500\/70{background-color:rgba(34,197,94,.7)}.bg-green-500\/75{background-color:rgba(34,197,94,.75)}.bg-green-500\/80{background-color:rgba(34,197,94,.8)}.bg-green-500\/85{background-color:rgba(34,197,94,.85)}.bg-green-500\/90{background-color:rgba(34,197,94,.9)}.bg-green-500\/95{background-color:rgba(34,197,94,.95)}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.bg-green-600\/0{background-color:rgba(22,163,74,0)}.bg-green-600\/10{background-color:rgba(22,163,74,.1)}.bg-green-600\/100{background-color:#16a34a}.bg-green-600\/15{background-color:rgba(22,163,74,.15)}.bg-green-600\/20{background-color:rgba(22,163,74,.2)}.bg-green-600\/25{background-color:rgba(22,163,74,.25)}.bg-green-600\/30{background-color:rgba(22,163,74,.3)}.bg-green-600\/35{background-color:rgba(22,163,74,.35)}.bg-green-600\/40{background-color:rgba(22,163,74,.4)}.bg-green-600\/45{background-color:rgba(22,163,74,.45)}.bg-green-600\/5{background-color:rgba(22,163,74,.05)}.bg-green-600\/50{background-color:rgba(22,163,74,.5)}.bg-green-600\/55{background-color:rgba(22,163,74,.55)}.bg-green-600\/60{background-color:rgba(22,163,74,.6)}.bg-green-600\/65{background-color:rgba(22,163,74,.65)}.bg-green-600\/70{background-color:rgba(22,163,74,.7)}.bg-green-600\/75{background-color:rgba(22,163,74,.75)}.bg-green-600\/80{background-color:rgba(22,163,74,.8)}.bg-green-600\/85{background-color:rgba(22,163,74,.85)}.bg-green-600\/90{background-color:rgba(22,163,74,.9)}.bg-green-600\/95{background-color:rgba(22,163,74,.95)}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.bg-green-700\/0{background-color:rgba(21,128,61,0)}.bg-green-700\/10{background-color:rgba(21,128,61,.1)}.bg-green-700\/100{background-color:#15803d}.bg-green-700\/15{background-color:rgba(21,128,61,.15)}.bg-green-700\/20{background-color:rgba(21,128,61,.2)}.bg-green-700\/25{background-color:rgba(21,128,61,.25)}.bg-green-700\/30{background-color:rgba(21,128,61,.3)}.bg-green-700\/35{background-color:rgba(21,128,61,.35)}.bg-green-700\/40{background-color:rgba(21,128,61,.4)}.bg-green-700\/45{background-color:rgba(21,128,61,.45)}.bg-green-700\/5{background-color:rgba(21,128,61,.05)}.bg-green-700\/50{background-color:rgba(21,128,61,.5)}.bg-green-700\/55{background-color:rgba(21,128,61,.55)}.bg-green-700\/60{background-color:rgba(21,128,61,.6)}.bg-green-700\/65{background-color:rgba(21,128,61,.65)}.bg-green-700\/70{background-color:rgba(21,128,61,.7)}.bg-green-700\/75{background-color:rgba(21,128,61,.75)}.bg-green-700\/80{background-color:rgba(21,128,61,.8)}.bg-green-700\/85{background-color:rgba(21,128,61,.85)}.bg-green-700\/90{background-color:rgba(21,128,61,.9)}.bg-green-700\/95{background-color:rgba(21,128,61,.95)}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.bg-green-800\/0{background-color:rgba(22,101,52,0)}.bg-green-800\/10{background-color:rgba(22,101,52,.1)}.bg-green-800\/100{background-color:#166534}.bg-green-800\/15{background-color:rgba(22,101,52,.15)}.bg-green-800\/20{background-color:rgba(22,101,52,.2)}.bg-green-800\/25{background-color:rgba(22,101,52,.25)}.bg-green-800\/30{background-color:rgba(22,101,52,.3)}.bg-green-800\/35{background-color:rgba(22,101,52,.35)}.bg-green-800\/40{background-color:rgba(22,101,52,.4)}.bg-green-800\/45{background-color:rgba(22,101,52,.45)}.bg-green-800\/5{background-color:rgba(22,101,52,.05)}.bg-green-800\/50{background-color:rgba(22,101,52,.5)}.bg-green-800\/55{background-color:rgba(22,101,52,.55)}.bg-green-800\/60{background-color:rgba(22,101,52,.6)}.bg-green-800\/65{background-color:rgba(22,101,52,.65)}.bg-green-800\/70{background-color:rgba(22,101,52,.7)}.bg-green-800\/75{background-color:rgba(22,101,52,.75)}.bg-green-800\/80{background-color:rgba(22,101,52,.8)}.bg-green-800\/85{background-color:rgba(22,101,52,.85)}.bg-green-800\/90{background-color:rgba(22,101,52,.9)}.bg-green-800\/95{background-color:rgba(22,101,52,.95)}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity))}.bg-green-900\/0{background-color:rgba(20,83,45,0)}.bg-green-900\/10{background-color:rgba(20,83,45,.1)}.bg-green-900\/100{background-color:#14532d}.bg-green-900\/15{background-color:rgba(20,83,45,.15)}.bg-green-900\/20{background-color:rgba(20,83,45,.2)}.bg-green-900\/25{background-color:rgba(20,83,45,.25)}.bg-green-900\/30{background-color:rgba(20,83,45,.3)}.bg-green-900\/35{background-color:rgba(20,83,45,.35)}.bg-green-900\/40{background-color:rgba(20,83,45,.4)}.bg-green-900\/45{background-color:rgba(20,83,45,.45)}.bg-green-900\/5{background-color:rgba(20,83,45,.05)}.bg-green-900\/50{background-color:rgba(20,83,45,.5)}.bg-green-900\/55{background-color:rgba(20,83,45,.55)}.bg-green-900\/60{background-color:rgba(20,83,45,.6)}.bg-green-900\/65{background-color:rgba(20,83,45,.65)}.bg-green-900\/70{background-color:rgba(20,83,45,.7)}.bg-green-900\/75{background-color:rgba(20,83,45,.75)}.bg-green-900\/80{background-color:rgba(20,83,45,.8)}.bg-green-900\/85{background-color:rgba(20,83,45,.85)}.bg-green-900\/90{background-color:rgba(20,83,45,.9)}.bg-green-900\/95{background-color:rgba(20,83,45,.95)}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.bg-indigo-100\/100{background-color:#e0e7ff}.bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.bg-indigo-200\/100{background-color:#c7d2fe}.bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.bg-indigo-300\/100{background-color:#a5b4fc}.bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.bg-indigo-400\/100{background-color:#818cf8}.bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.bg-indigo-50\/100{background-color:#eef2ff}.bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.bg-indigo-500\/100{background-color:#6366f1}.bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.bg-indigo-600\/100{background-color:#4f46e5}.bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.bg-indigo-700\/100{background-color:#4338ca}.bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.bg-indigo-800\/100{background-color:#3730a3}.bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.bg-indigo-900\/100{background-color:#312e81}.bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.bg-primary{--tw-bg-opacity:1;background-color:rgb(163 198 18/var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.bg-red-50\/100{background-color:#fef2f2}.bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-500\/0{background-color:rgba(239,68,68,0)}.bg-red-500\/10{background-color:rgba(239,68,68,.1)}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/15{background-color:rgba(239,68,68,.15)}.bg-red-500\/20{background-color:rgba(239,68,68,.2)}.bg-red-500\/25{background-color:rgba(239,68,68,.25)}.bg-red-500\/30{background-color:rgba(239,68,68,.3)}.bg-red-500\/35{background-color:rgba(239,68,68,.35)}.bg-red-500\/40{background-color:rgba(239,68,68,.4)}.bg-red-500\/45{background-color:rgba(239,68,68,.45)}.bg-red-500\/5{background-color:rgba(239,68,68,.05)}.bg-red-500\/50{background-color:rgba(239,68,68,.5)}.bg-red-500\/55{background-color:rgba(239,68,68,.55)}.bg-red-500\/60{background-color:rgba(239,68,68,.6)}.bg-red-500\/65{background-color:rgba(239,68,68,.65)}.bg-red-500\/70{background-color:rgba(239,68,68,.7)}.bg-red-500\/75{background-color:rgba(239,68,68,.75)}.bg-red-500\/80{background-color:rgba(239,68,68,.8)}.bg-red-500\/85{background-color:rgba(239,68,68,.85)}.bg-red-500\/90{background-color:rgba(239,68,68,.9)}.bg-red-500\/95{background-color:rgba(239,68,68,.95)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-red-600\/0{background-color:rgba(220,38,38,0)}.bg-red-600\/10{background-color:rgba(220,38,38,.1)}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/15{background-color:rgba(220,38,38,.15)}.bg-red-600\/20{background-color:rgba(220,38,38,.2)}.bg-red-600\/25{background-color:rgba(220,38,38,.25)}.bg-red-600\/30{background-color:rgba(220,38,38,.3)}.bg-red-600\/35{background-color:rgba(220,38,38,.35)}.bg-red-600\/40{background-color:rgba(220,38,38,.4)}.bg-red-600\/45{background-color:rgba(220,38,38,.45)}.bg-red-600\/5{background-color:rgba(220,38,38,.05)}.bg-red-600\/50{background-color:rgba(220,38,38,.5)}.bg-red-600\/55{background-color:rgba(220,38,38,.55)}.bg-red-600\/60{background-color:rgba(220,38,38,.6)}.bg-red-600\/65{background-color:rgba(220,38,38,.65)}.bg-red-600\/70{background-color:rgba(220,38,38,.7)}.bg-red-600\/75{background-color:rgba(220,38,38,.75)}.bg-red-600\/80{background-color:rgba(220,38,38,.8)}.bg-red-600\/85{background-color:rgba(220,38,38,.85)}.bg-red-600\/90{background-color:rgba(220,38,38,.9)}.bg-red-600\/95{background-color:rgba(220,38,38,.95)}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-red-700\/0{background-color:rgba(185,28,28,0)}.bg-red-700\/10{background-color:rgba(185,28,28,.1)}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/15{background-color:rgba(185,28,28,.15)}.bg-red-700\/20{background-color:rgba(185,28,28,.2)}.bg-red-700\/25{background-color:rgba(185,28,28,.25)}.bg-red-700\/30{background-color:rgba(185,28,28,.3)}.bg-red-700\/35{background-color:rgba(185,28,28,.35)}.bg-red-700\/40{background-color:rgba(185,28,28,.4)}.bg-red-700\/45{background-color:rgba(185,28,28,.45)}.bg-red-700\/5{background-color:rgba(185,28,28,.05)}.bg-red-700\/50{background-color:rgba(185,28,28,.5)}.bg-red-700\/55{background-color:rgba(185,28,28,.55)}.bg-red-700\/60{background-color:rgba(185,28,28,.6)}.bg-red-700\/65{background-color:rgba(185,28,28,.65)}.bg-red-700\/70{background-color:rgba(185,28,28,.7)}.bg-red-700\/75{background-color:rgba(185,28,28,.75)}.bg-red-700\/80{background-color:rgba(185,28,28,.8)}.bg-red-700\/85{background-color:rgba(185,28,28,.85)}.bg-red-700\/90{background-color:rgba(185,28,28,.9)}.bg-red-700\/95{background-color:rgba(185,28,28,.95)}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.bg-red-800\/0{background-color:rgba(153,27,27,0)}.bg-red-800\/10{background-color:rgba(153,27,27,.1)}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/15{background-color:rgba(153,27,27,.15)}.bg-red-800\/20{background-color:rgba(153,27,27,.2)}.bg-red-800\/25{background-color:rgba(153,27,27,.25)}.bg-red-800\/30{background-color:rgba(153,27,27,.3)}.bg-red-800\/35{background-color:rgba(153,27,27,.35)}.bg-red-800\/40{background-color:rgba(153,27,27,.4)}.bg-red-800\/45{background-color:rgba(153,27,27,.45)}.bg-red-800\/5{background-color:rgba(153,27,27,.05)}.bg-red-800\/50{background-color:rgba(153,27,27,.5)}.bg-red-800\/55{background-color:rgba(153,27,27,.55)}.bg-red-800\/60{background-color:rgba(153,27,27,.6)}.bg-red-800\/65{background-color:rgba(153,27,27,.65)}.bg-red-800\/70{background-color:rgba(153,27,27,.7)}.bg-red-800\/75{background-color:rgba(153,27,27,.75)}.bg-red-800\/80{background-color:rgba(153,27,27,.8)}.bg-red-800\/85{background-color:rgba(153,27,27,.85)}.bg-red-800\/90{background-color:rgba(153,27,27,.9)}.bg-red-800\/95{background-color:rgba(153,27,27,.95)}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.bg-red-900\/0{background-color:rgba(127,29,29,0)}.bg-red-900\/10{background-color:rgba(127,29,29,.1)}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/15{background-color:rgba(127,29,29,.15)}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-red-900\/25{background-color:rgba(127,29,29,.25)}.bg-red-900\/30{background-color:rgba(127,29,29,.3)}.bg-red-900\/35{background-color:rgba(127,29,29,.35)}.bg-red-900\/40{background-color:rgba(127,29,29,.4)}.bg-red-900\/45{background-color:rgba(127,29,29,.45)}.bg-red-900\/5{background-color:rgba(127,29,29,.05)}.bg-red-900\/50{background-color:rgba(127,29,29,.5)}.bg-red-900\/55{background-color:rgba(127,29,29,.55)}.bg-red-900\/60{background-color:rgba(127,29,29,.6)}.bg-red-900\/65{background-color:rgba(127,29,29,.65)}.bg-red-900\/70{background-color:rgba(127,29,29,.7)}.bg-red-900\/75{background-color:rgba(127,29,29,.75)}.bg-red-900\/80{background-color:rgba(127,29,29,.8)}.bg-red-900\/85{background-color:rgba(127,29,29,.85)}.bg-red-900\/90{background-color:rgba(127,29,29,.9)}.bg-red-900\/95{background-color:rgba(127,29,29,.95)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-700{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(29,78,216,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,244,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-700{--tw-gradient-from:#374151 var(--tw-gradient-from-position);--tw-gradient-to:rgba(55,65,81,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:rgba(31,41,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-900{--tw-gradient-from:#312e81 var(--tw-gradient-from-position);--tw-gradient-to:rgba(49,46,129,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-gray-200{--tw-gradient-to:#e5e7eb var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to:#4b5563 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to:#374151 var(--tw-gradient-to-position)}.to-indigo-800{--tw-gradient-to:#3730a3 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.pb-3{padding-bottom:.75rem}.pl-5{padding-left:1.25rem}.pt-1{padding-top:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.text-blue-100\/0{color:rgba(219,234,254,0)}.text-blue-100\/10{color:rgba(219,234,254,.1)}.text-blue-100\/100{color:#dbeafe}.text-blue-100\/15{color:rgba(219,234,254,.15)}.text-blue-100\/20{color:rgba(219,234,254,.2)}.text-blue-100\/25{color:rgba(219,234,254,.25)}.text-blue-100\/30{color:rgba(219,234,254,.3)}.text-blue-100\/35{color:rgba(219,234,254,.35)}.text-blue-100\/40{color:rgba(219,234,254,.4)}.text-blue-100\/45{color:rgba(219,234,254,.45)}.text-blue-100\/5{color:rgba(219,234,254,.05)}.text-blue-100\/50{color:rgba(219,234,254,.5)}.text-blue-100\/55{color:rgba(219,234,254,.55)}.text-blue-100\/60{color:rgba(219,234,254,.6)}.text-blue-100\/65{color:rgba(219,234,254,.65)}.text-blue-100\/70{color:rgba(219,234,254,.7)}.text-blue-100\/75{color:rgba(219,234,254,.75)}.text-blue-100\/80{color:rgba(219,234,254,.8)}.text-blue-100\/85{color:rgba(219,234,254,.85)}.text-blue-100\/90{color:rgba(219,234,254,.9)}.text-blue-100\/95{color:rgba(219,234,254,.95)}.text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.text-blue-200\/0{color:rgba(191,219,254,0)}.text-blue-200\/10{color:rgba(191,219,254,.1)}.text-blue-200\/100{color:#bfdbfe}.text-blue-200\/15{color:rgba(191,219,254,.15)}.text-blue-200\/20{color:rgba(191,219,254,.2)}.text-blue-200\/25{color:rgba(191,219,254,.25)}.text-blue-200\/30{color:rgba(191,219,254,.3)}.text-blue-200\/35{color:rgba(191,219,254,.35)}.text-blue-200\/40{color:rgba(191,219,254,.4)}.text-blue-200\/45{color:rgba(191,219,254,.45)}.text-blue-200\/5{color:rgba(191,219,254,.05)}.text-blue-200\/50{color:rgba(191,219,254,.5)}.text-blue-200\/55{color:rgba(191,219,254,.55)}.text-blue-200\/60{color:rgba(191,219,254,.6)}.text-blue-200\/65{color:rgba(191,219,254,.65)}.text-blue-200\/70{color:rgba(191,219,254,.7)}.text-blue-200\/75{color:rgba(191,219,254,.75)}.text-blue-200\/80{color:rgba(191,219,254,.8)}.text-blue-200\/85{color:rgba(191,219,254,.85)}.text-blue-200\/90{color:rgba(191,219,254,.9)}.text-blue-200\/95{color:rgba(191,219,254,.95)}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.text-blue-300\/0{color:rgba(147,197,253,0)}.text-blue-300\/10{color:rgba(147,197,253,.1)}.text-blue-300\/100{color:#93c5fd}.text-blue-300\/15{color:rgba(147,197,253,.15)}.text-blue-300\/20{color:rgba(147,197,253,.2)}.text-blue-300\/25{color:rgba(147,197,253,.25)}.text-blue-300\/30{color:rgba(147,197,253,.3)}.text-blue-300\/35{color:rgba(147,197,253,.35)}.text-blue-300\/40{color:rgba(147,197,253,.4)}.text-blue-300\/45{color:rgba(147,197,253,.45)}.text-blue-300\/5{color:rgba(147,197,253,.05)}.text-blue-300\/50{color:rgba(147,197,253,.5)}.text-blue-300\/55{color:rgba(147,197,253,.55)}.text-blue-300\/60{color:rgba(147,197,253,.6)}.text-blue-300\/65{color:rgba(147,197,253,.65)}.text-blue-300\/70{color:rgba(147,197,253,.7)}.text-blue-300\/75{color:rgba(147,197,253,.75)}.text-blue-300\/80{color:rgba(147,197,253,.8)}.text-blue-300\/85{color:rgba(147,197,253,.85)}.text-blue-300\/90{color:rgba(147,197,253,.9)}.text-blue-300\/95{color:rgba(147,197,253,.95)}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-blue-400\/0{color:rgba(96,165,250,0)}.text-blue-400\/10{color:rgba(96,165,250,.1)}.text-blue-400\/100{color:#60a5fa}.text-blue-400\/15{color:rgba(96,165,250,.15)}.text-blue-400\/20{color:rgba(96,165,250,.2)}.text-blue-400\/25{color:rgba(96,165,250,.25)}.text-blue-400\/30{color:rgba(96,165,250,.3)}.text-blue-400\/35{color:rgba(96,165,250,.35)}.text-blue-400\/40{color:rgba(96,165,250,.4)}.text-blue-400\/45{color:rgba(96,165,250,.45)}.text-blue-400\/5{color:rgba(96,165,250,.05)}.text-blue-400\/50{color:rgba(96,165,250,.5)}.text-blue-400\/55{color:rgba(96,165,250,.55)}.text-blue-400\/60{color:rgba(96,165,250,.6)}.text-blue-400\/65{color:rgba(96,165,250,.65)}.text-blue-400\/70{color:rgba(96,165,250,.7)}.text-blue-400\/75{color:rgba(96,165,250,.75)}.text-blue-400\/80{color:rgba(96,165,250,.8)}.text-blue-400\/85{color:rgba(96,165,250,.85)}.text-blue-400\/90{color:rgba(96,165,250,.9)}.text-blue-400\/95{color:rgba(96,165,250,.95)}.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity))}.text-blue-50\/0{color:rgba(239,246,255,0)}.text-blue-50\/10{color:rgba(239,246,255,.1)}.text-blue-50\/100{color:#eff6ff}.text-blue-50\/15{color:rgba(239,246,255,.15)}.text-blue-50\/20{color:rgba(239,246,255,.2)}.text-blue-50\/25{color:rgba(239,246,255,.25)}.text-blue-50\/30{color:rgba(239,246,255,.3)}.text-blue-50\/35{color:rgba(239,246,255,.35)}.text-blue-50\/40{color:rgba(239,246,255,.4)}.text-blue-50\/45{color:rgba(239,246,255,.45)}.text-blue-50\/5{color:rgba(239,246,255,.05)}.text-blue-50\/50{color:rgba(239,246,255,.5)}.text-blue-50\/55{color:rgba(239,246,255,.55)}.text-blue-50\/60{color:rgba(239,246,255,.6)}.text-blue-50\/65{color:rgba(239,246,255,.65)}.text-blue-50\/70{color:rgba(239,246,255,.7)}.text-blue-50\/75{color:rgba(239,246,255,.75)}.text-blue-50\/80{color:rgba(239,246,255,.8)}.text-blue-50\/85{color:rgba(239,246,255,.85)}.text-blue-50\/90{color:rgba(239,246,255,.9)}.text-blue-50\/95{color:rgba(239,246,255,.95)}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-500\/0{color:rgba(59,130,246,0)}.text-blue-500\/10{color:rgba(59,130,246,.1)}.text-blue-500\/100{color:#3b82f6}.text-blue-500\/15{color:rgba(59,130,246,.15)}.text-blue-500\/20{color:rgba(59,130,246,.2)}.text-blue-500\/25{color:rgba(59,130,246,.25)}.text-blue-500\/30{color:rgba(59,130,246,.3)}.text-blue-500\/35{color:rgba(59,130,246,.35)}.text-blue-500\/40{color:rgba(59,130,246,.4)}.text-blue-500\/45{color:rgba(59,130,246,.45)}.text-blue-500\/5{color:rgba(59,130,246,.05)}.text-blue-500\/50{color:rgba(59,130,246,.5)}.text-blue-500\/55{color:rgba(59,130,246,.55)}.text-blue-500\/60{color:rgba(59,130,246,.6)}.text-blue-500\/65{color:rgba(59,130,246,.65)}.text-blue-500\/70{color:rgba(59,130,246,.7)}.text-blue-500\/75{color:rgba(59,130,246,.75)}.text-blue-500\/80{color:rgba(59,130,246,.8)}.text-blue-500\/85{color:rgba(59,130,246,.85)}.text-blue-500\/90{color:rgba(59,130,246,.9)}.text-blue-500\/95{color:rgba(59,130,246,.95)}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-600\/0{color:rgba(37,99,235,0)}.text-blue-600\/10{color:rgba(37,99,235,.1)}.text-blue-600\/100{color:#2563eb}.text-blue-600\/15{color:rgba(37,99,235,.15)}.text-blue-600\/20{color:rgba(37,99,235,.2)}.text-blue-600\/25{color:rgba(37,99,235,.25)}.text-blue-600\/30{color:rgba(37,99,235,.3)}.text-blue-600\/35{color:rgba(37,99,235,.35)}.text-blue-600\/40{color:rgba(37,99,235,.4)}.text-blue-600\/45{color:rgba(37,99,235,.45)}.text-blue-600\/5{color:rgba(37,99,235,.05)}.text-blue-600\/50{color:rgba(37,99,235,.5)}.text-blue-600\/55{color:rgba(37,99,235,.55)}.text-blue-600\/60{color:rgba(37,99,235,.6)}.text-blue-600\/65{color:rgba(37,99,235,.65)}.text-blue-600\/70{color:rgba(37,99,235,.7)}.text-blue-600\/75{color:rgba(37,99,235,.75)}.text-blue-600\/80{color:rgba(37,99,235,.8)}.text-blue-600\/85{color:rgba(37,99,235,.85)}.text-blue-600\/90{color:rgba(37,99,235,.9)}.text-blue-600\/95{color:rgba(37,99,235,.95)}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-blue-700\/0{color:rgba(29,78,216,0)}.text-blue-700\/10{color:rgba(29,78,216,.1)}.text-blue-700\/100{color:#1d4ed8}.text-blue-700\/15{color:rgba(29,78,216,.15)}.text-blue-700\/20{color:rgba(29,78,216,.2)}.text-blue-700\/25{color:rgba(29,78,216,.25)}.text-blue-700\/30{color:rgba(29,78,216,.3)}.text-blue-700\/35{color:rgba(29,78,216,.35)}.text-blue-700\/40{color:rgba(29,78,216,.4)}.text-blue-700\/45{color:rgba(29,78,216,.45)}.text-blue-700\/5{color:rgba(29,78,216,.05)}.text-blue-700\/50{color:rgba(29,78,216,.5)}.text-blue-700\/55{color:rgba(29,78,216,.55)}.text-blue-700\/60{color:rgba(29,78,216,.6)}.text-blue-700\/65{color:rgba(29,78,216,.65)}.text-blue-700\/70{color:rgba(29,78,216,.7)}.text-blue-700\/75{color:rgba(29,78,216,.75)}.text-blue-700\/80{color:rgba(29,78,216,.8)}.text-blue-700\/85{color:rgba(29,78,216,.85)}.text-blue-700\/90{color:rgba(29,78,216,.9)}.text-blue-700\/95{color:rgba(29,78,216,.95)}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-blue-800\/0{color:rgba(30,64,175,0)}.text-blue-800\/10{color:rgba(30,64,175,.1)}.text-blue-800\/100{color:#1e40af}.text-blue-800\/15{color:rgba(30,64,175,.15)}.text-blue-800\/20{color:rgba(30,64,175,.2)}.text-blue-800\/25{color:rgba(30,64,175,.25)}.text-blue-800\/30{color:rgba(30,64,175,.3)}.text-blue-800\/35{color:rgba(30,64,175,.35)}.text-blue-800\/40{color:rgba(30,64,175,.4)}.text-blue-800\/45{color:rgba(30,64,175,.45)}.text-blue-800\/5{color:rgba(30,64,175,.05)}.text-blue-800\/50{color:rgba(30,64,175,.5)}.text-blue-800\/55{color:rgba(30,64,175,.55)}.text-blue-800\/60{color:rgba(30,64,175,.6)}.text-blue-800\/65{color:rgba(30,64,175,.65)}.text-blue-800\/70{color:rgba(30,64,175,.7)}.text-blue-800\/75{color:rgba(30,64,175,.75)}.text-blue-800\/80{color:rgba(30,64,175,.8)}.text-blue-800\/85{color:rgba(30,64,175,.85)}.text-blue-800\/90{color:rgba(30,64,175,.9)}.text-blue-800\/95{color:rgba(30,64,175,.95)}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.text-blue-900\/0{color:rgba(30,58,138,0)}.text-blue-900\/10{color:rgba(30,58,138,.1)}.text-blue-900\/100{color:#1e3a8a}.text-blue-900\/15{color:rgba(30,58,138,.15)}.text-blue-900\/20{color:rgba(30,58,138,.2)}.text-blue-900\/25{color:rgba(30,58,138,.25)}.text-blue-900\/30{color:rgba(30,58,138,.3)}.text-blue-900\/35{color:rgba(30,58,138,.35)}.text-blue-900\/40{color:rgba(30,58,138,.4)}.text-blue-900\/45{color:rgba(30,58,138,.45)}.text-blue-900\/5{color:rgba(30,58,138,.05)}.text-blue-900\/50{color:rgba(30,58,138,.5)}.text-blue-900\/55{color:rgba(30,58,138,.55)}.text-blue-900\/60{color:rgba(30,58,138,.6)}.text-blue-900\/65{color:rgba(30,58,138,.65)}.text-blue-900\/70{color:rgba(30,58,138,.7)}.text-blue-900\/75{color:rgba(30,58,138,.75)}.text-blue-900\/80{color:rgba(30,58,138,.8)}.text-blue-900\/85{color:rgba(30,58,138,.85)}.text-blue-900\/90{color:rgba(30,58,138,.9)}.text-blue-900\/95{color:rgba(30,58,138,.95)}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-gray-100\/0{color:rgba(243,244,246,0)}.text-gray-100\/10{color:rgba(243,244,246,.1)}.text-gray-100\/100{color:#f3f4f6}.text-gray-100\/15{color:rgba(243,244,246,.15)}.text-gray-100\/20{color:rgba(243,244,246,.2)}.text-gray-100\/25{color:rgba(243,244,246,.25)}.text-gray-100\/30{color:rgba(243,244,246,.3)}.text-gray-100\/35{color:rgba(243,244,246,.35)}.text-gray-100\/40{color:rgba(243,244,246,.4)}.text-gray-100\/45{color:rgba(243,244,246,.45)}.text-gray-100\/5{color:rgba(243,244,246,.05)}.text-gray-100\/50{color:rgba(243,244,246,.5)}.text-gray-100\/55{color:rgba(243,244,246,.55)}.text-gray-100\/60{color:rgba(243,244,246,.6)}.text-gray-100\/65{color:rgba(243,244,246,.65)}.text-gray-100\/70{color:rgba(243,244,246,.7)}.text-gray-100\/75{color:rgba(243,244,246,.75)}.text-gray-100\/80{color:rgba(243,244,246,.8)}.text-gray-100\/85{color:rgba(243,244,246,.85)}.text-gray-100\/90{color:rgba(243,244,246,.9)}.text-gray-100\/95{color:rgba(243,244,246,.95)}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-200\/0{color:rgba(229,231,235,0)}.text-gray-200\/10{color:rgba(229,231,235,.1)}.text-gray-200\/100{color:#e5e7eb}.text-gray-200\/15{color:rgba(229,231,235,.15)}.text-gray-200\/20{color:rgba(229,231,235,.2)}.text-gray-200\/25{color:rgba(229,231,235,.25)}.text-gray-200\/30{color:rgba(229,231,235,.3)}.text-gray-200\/35{color:rgba(229,231,235,.35)}.text-gray-200\/40{color:rgba(229,231,235,.4)}.text-gray-200\/45{color:rgba(229,231,235,.45)}.text-gray-200\/5{color:rgba(229,231,235,.05)}.text-gray-200\/50{color:rgba(229,231,235,.5)}.text-gray-200\/55{color:rgba(229,231,235,.55)}.text-gray-200\/60{color:rgba(229,231,235,.6)}.text-gray-200\/65{color:rgba(229,231,235,.65)}.text-gray-200\/70{color:rgba(229,231,235,.7)}.text-gray-200\/75{color:rgba(229,231,235,.75)}.text-gray-200\/80{color:rgba(229,231,235,.8)}.text-gray-200\/85{color:rgba(229,231,235,.85)}.text-gray-200\/90{color:rgba(229,231,235,.9)}.text-gray-200\/95{color:rgba(229,231,235,.95)}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-300\/0{color:rgba(209,213,219,0)}.text-gray-300\/10{color:rgba(209,213,219,.1)}.text-gray-300\/100{color:#d1d5db}.text-gray-300\/15{color:rgba(209,213,219,.15)}.text-gray-300\/20{color:rgba(209,213,219,.2)}.text-gray-300\/25{color:rgba(209,213,219,.25)}.text-gray-300\/30{color:rgba(209,213,219,.3)}.text-gray-300\/35{color:rgba(209,213,219,.35)}.text-gray-300\/40{color:rgba(209,213,219,.4)}.text-gray-300\/45{color:rgba(209,213,219,.45)}.text-gray-300\/5{color:rgba(209,213,219,.05)}.text-gray-300\/50{color:rgba(209,213,219,.5)}.text-gray-300\/55{color:rgba(209,213,219,.55)}.text-gray-300\/60{color:rgba(209,213,219,.6)}.text-gray-300\/65{color:rgba(209,213,219,.65)}.text-gray-300\/70{color:rgba(209,213,219,.7)}.text-gray-300\/75{color:rgba(209,213,219,.75)}.text-gray-300\/80{color:rgba(209,213,219,.8)}.text-gray-300\/85{color:rgba(209,213,219,.85)}.text-gray-300\/90{color:rgba(209,213,219,.9)}.text-gray-300\/95{color:rgba(209,213,219,.95)}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-400\/0{color:rgba(156,163,175,0)}.text-gray-400\/10{color:rgba(156,163,175,.1)}.text-gray-400\/100{color:#9ca3af}.text-gray-400\/15{color:rgba(156,163,175,.15)}.text-gray-400\/20{color:rgba(156,163,175,.2)}.text-gray-400\/25{color:rgba(156,163,175,.25)}.text-gray-400\/30{color:rgba(156,163,175,.3)}.text-gray-400\/35{color:rgba(156,163,175,.35)}.text-gray-400\/40{color:rgba(156,163,175,.4)}.text-gray-400\/45{color:rgba(156,163,175,.45)}.text-gray-400\/5{color:rgba(156,163,175,.05)}.text-gray-400\/50{color:rgba(156,163,175,.5)}.text-gray-400\/55{color:rgba(156,163,175,.55)}.text-gray-400\/60{color:rgba(156,163,175,.6)}.text-gray-400\/65{color:rgba(156,163,175,.65)}.text-gray-400\/70{color:rgba(156,163,175,.7)}.text-gray-400\/75{color:rgba(156,163,175,.75)}.text-gray-400\/80{color:rgba(156,163,175,.8)}.text-gray-400\/85{color:rgba(156,163,175,.85)}.text-gray-400\/90{color:rgba(156,163,175,.9)}.text-gray-400\/95{color:rgba(156,163,175,.95)}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-gray-50\/0{color:rgba(249,250,251,0)}.text-gray-50\/10{color:rgba(249,250,251,.1)}.text-gray-50\/100{color:#f9fafb}.text-gray-50\/15{color:rgba(249,250,251,.15)}.text-gray-50\/20{color:rgba(249,250,251,.2)}.text-gray-50\/25{color:rgba(249,250,251,.25)}.text-gray-50\/30{color:rgba(249,250,251,.3)}.text-gray-50\/35{color:rgba(249,250,251,.35)}.text-gray-50\/40{color:rgba(249,250,251,.4)}.text-gray-50\/45{color:rgba(249,250,251,.45)}.text-gray-50\/5{color:rgba(249,250,251,.05)}.text-gray-50\/50{color:rgba(249,250,251,.5)}.text-gray-50\/55{color:rgba(249,250,251,.55)}.text-gray-50\/60{color:rgba(249,250,251,.6)}.text-gray-50\/65{color:rgba(249,250,251,.65)}.text-gray-50\/70{color:rgba(249,250,251,.7)}.text-gray-50\/75{color:rgba(249,250,251,.75)}.text-gray-50\/80{color:rgba(249,250,251,.8)}.text-gray-50\/85{color:rgba(249,250,251,.85)}.text-gray-50\/90{color:rgba(249,250,251,.9)}.text-gray-50\/95{color:rgba(249,250,251,.95)}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-500\/0{color:hsla(220,9%,46%,0)}.text-gray-500\/10{color:hsla(220,9%,46%,.1)}.text-gray-500\/100{color:#6b7280}.text-gray-500\/15{color:hsla(220,9%,46%,.15)}.text-gray-500\/20{color:hsla(220,9%,46%,.2)}.text-gray-500\/25{color:hsla(220,9%,46%,.25)}.text-gray-500\/30{color:hsla(220,9%,46%,.3)}.text-gray-500\/35{color:hsla(220,9%,46%,.35)}.text-gray-500\/40{color:hsla(220,9%,46%,.4)}.text-gray-500\/45{color:hsla(220,9%,46%,.45)}.text-gray-500\/5{color:hsla(220,9%,46%,.05)}.text-gray-500\/50{color:hsla(220,9%,46%,.5)}.text-gray-500\/55{color:hsla(220,9%,46%,.55)}.text-gray-500\/60{color:hsla(220,9%,46%,.6)}.text-gray-500\/65{color:hsla(220,9%,46%,.65)}.text-gray-500\/70{color:hsla(220,9%,46%,.7)}.text-gray-500\/75{color:hsla(220,9%,46%,.75)}.text-gray-500\/80{color:hsla(220,9%,46%,.8)}.text-gray-500\/85{color:hsla(220,9%,46%,.85)}.text-gray-500\/90{color:hsla(220,9%,46%,.9)}.text-gray-500\/95{color:hsla(220,9%,46%,.95)}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-600\/0{color:rgba(75,85,99,0)}.text-gray-600\/10{color:rgba(75,85,99,.1)}.text-gray-600\/100{color:#4b5563}.text-gray-600\/15{color:rgba(75,85,99,.15)}.text-gray-600\/20{color:rgba(75,85,99,.2)}.text-gray-600\/25{color:rgba(75,85,99,.25)}.text-gray-600\/30{color:rgba(75,85,99,.3)}.text-gray-600\/35{color:rgba(75,85,99,.35)}.text-gray-600\/40{color:rgba(75,85,99,.4)}.text-gray-600\/45{color:rgba(75,85,99,.45)}.text-gray-600\/5{color:rgba(75,85,99,.05)}.text-gray-600\/50{color:rgba(75,85,99,.5)}.text-gray-600\/55{color:rgba(75,85,99,.55)}.text-gray-600\/60{color:rgba(75,85,99,.6)}.text-gray-600\/65{color:rgba(75,85,99,.65)}.text-gray-600\/70{color:rgba(75,85,99,.7)}.text-gray-600\/75{color:rgba(75,85,99,.75)}.text-gray-600\/80{color:rgba(75,85,99,.8)}.text-gray-600\/85{color:rgba(75,85,99,.85)}.text-gray-600\/90{color:rgba(75,85,99,.9)}.text-gray-600\/95{color:rgba(75,85,99,.95)}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-700\/0{color:rgba(55,65,81,0)}.text-gray-700\/10{color:rgba(55,65,81,.1)}.text-gray-700\/100{color:#374151}.text-gray-700\/15{color:rgba(55,65,81,.15)}.text-gray-700\/20{color:rgba(55,65,81,.2)}.text-gray-700\/25{color:rgba(55,65,81,.25)}.text-gray-700\/30{color:rgba(55,65,81,.3)}.text-gray-700\/35{color:rgba(55,65,81,.35)}.text-gray-700\/40{color:rgba(55,65,81,.4)}.text-gray-700\/45{color:rgba(55,65,81,.45)}.text-gray-700\/5{color:rgba(55,65,81,.05)}.text-gray-700\/50{color:rgba(55,65,81,.5)}.text-gray-700\/55{color:rgba(55,65,81,.55)}.text-gray-700\/60{color:rgba(55,65,81,.6)}.text-gray-700\/65{color:rgba(55,65,81,.65)}.text-gray-700\/70{color:rgba(55,65,81,.7)}.text-gray-700\/75{color:rgba(55,65,81,.75)}.text-gray-700\/80{color:rgba(55,65,81,.8)}.text-gray-700\/85{color:rgba(55,65,81,.85)}.text-gray-700\/90{color:rgba(55,65,81,.9)}.text-gray-700\/95{color:rgba(55,65,81,.95)}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-800\/0{color:rgba(31,41,55,0)}.text-gray-800\/10{color:rgba(31,41,55,.1)}.text-gray-800\/100{color:#1f2937}.text-gray-800\/15{color:rgba(31,41,55,.15)}.text-gray-800\/20{color:rgba(31,41,55,.2)}.text-gray-800\/25{color:rgba(31,41,55,.25)}.text-gray-800\/30{color:rgba(31,41,55,.3)}.text-gray-800\/35{color:rgba(31,41,55,.35)}.text-gray-800\/40{color:rgba(31,41,55,.4)}.text-gray-800\/45{color:rgba(31,41,55,.45)}.text-gray-800\/5{color:rgba(31,41,55,.05)}.text-gray-800\/50{color:rgba(31,41,55,.5)}.text-gray-800\/55{color:rgba(31,41,55,.55)}.text-gray-800\/60{color:rgba(31,41,55,.6)}.text-gray-800\/65{color:rgba(31,41,55,.65)}.text-gray-800\/70{color:rgba(31,41,55,.7)}.text-gray-800\/75{color:rgba(31,41,55,.75)}.text-gray-800\/80{color:rgba(31,41,55,.8)}.text-gray-800\/85{color:rgba(31,41,55,.85)}.text-gray-800\/90{color:rgba(31,41,55,.9)}.text-gray-800\/95{color:rgba(31,41,55,.95)}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-900\/0{color:rgba(17,24,39,0)}.text-gray-900\/10{color:rgba(17,24,39,.1)}.text-gray-900\/100{color:#111827}.text-gray-900\/15{color:rgba(17,24,39,.15)}.text-gray-900\/20{color:rgba(17,24,39,.2)}.text-gray-900\/25{color:rgba(17,24,39,.25)}.text-gray-900\/30{color:rgba(17,24,39,.3)}.text-gray-900\/35{color:rgba(17,24,39,.35)}.text-gray-900\/40{color:rgba(17,24,39,.4)}.text-gray-900\/45{color:rgba(17,24,39,.45)}.text-gray-900\/5{color:rgba(17,24,39,.05)}.text-gray-900\/50{color:rgba(17,24,39,.5)}.text-gray-900\/55{color:rgba(17,24,39,.55)}.text-gray-900\/60{color:rgba(17,24,39,.6)}.text-gray-900\/65{color:rgba(17,24,39,.65)}.text-gray-900\/70{color:rgba(17,24,39,.7)}.text-gray-900\/75{color:rgba(17,24,39,.75)}.text-gray-900\/80{color:rgba(17,24,39,.8)}.text-gray-900\/85{color:rgba(17,24,39,.85)}.text-gray-900\/90{color:rgba(17,24,39,.9)}.text-gray-900\/95{color:rgba(17,24,39,.95)}.text-green-100{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity))}.text-green-100\/0{color:rgba(220,252,231,0)}.text-green-100\/10{color:rgba(220,252,231,.1)}.text-green-100\/100{color:#dcfce7}.text-green-100\/15{color:rgba(220,252,231,.15)}.text-green-100\/20{color:rgba(220,252,231,.2)}.text-green-100\/25{color:rgba(220,252,231,.25)}.text-green-100\/30{color:rgba(220,252,231,.3)}.text-green-100\/35{color:rgba(220,252,231,.35)}.text-green-100\/40{color:rgba(220,252,231,.4)}.text-green-100\/45{color:rgba(220,252,231,.45)}.text-green-100\/5{color:rgba(220,252,231,.05)}.text-green-100\/50{color:rgba(220,252,231,.5)}.text-green-100\/55{color:rgba(220,252,231,.55)}.text-green-100\/60{color:rgba(220,252,231,.6)}.text-green-100\/65{color:rgba(220,252,231,.65)}.text-green-100\/70{color:rgba(220,252,231,.7)}.text-green-100\/75{color:rgba(220,252,231,.75)}.text-green-100\/80{color:rgba(220,252,231,.8)}.text-green-100\/85{color:rgba(220,252,231,.85)}.text-green-100\/90{color:rgba(220,252,231,.9)}.text-green-100\/95{color:rgba(220,252,231,.95)}.text-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.text-green-200\/0{color:rgba(187,247,208,0)}.text-green-200\/10{color:rgba(187,247,208,.1)}.text-green-200\/100{color:#bbf7d0}.text-green-200\/15{color:rgba(187,247,208,.15)}.text-green-200\/20{color:rgba(187,247,208,.2)}.text-green-200\/25{color:rgba(187,247,208,.25)}.text-green-200\/30{color:rgba(187,247,208,.3)}.text-green-200\/35{color:rgba(187,247,208,.35)}.text-green-200\/40{color:rgba(187,247,208,.4)}.text-green-200\/45{color:rgba(187,247,208,.45)}.text-green-200\/5{color:rgba(187,247,208,.05)}.text-green-200\/50{color:rgba(187,247,208,.5)}.text-green-200\/55{color:rgba(187,247,208,.55)}.text-green-200\/60{color:rgba(187,247,208,.6)}.text-green-200\/65{color:rgba(187,247,208,.65)}.text-green-200\/70{color:rgba(187,247,208,.7)}.text-green-200\/75{color:rgba(187,247,208,.75)}.text-green-200\/80{color:rgba(187,247,208,.8)}.text-green-200\/85{color:rgba(187,247,208,.85)}.text-green-200\/90{color:rgba(187,247,208,.9)}.text-green-200\/95{color:rgba(187,247,208,.95)}.text-green-300{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.text-green-300\/0{color:rgba(134,239,172,0)}.text-green-300\/10{color:rgba(134,239,172,.1)}.text-green-300\/100{color:#86efac}.text-green-300\/15{color:rgba(134,239,172,.15)}.text-green-300\/20{color:rgba(134,239,172,.2)}.text-green-300\/25{color:rgba(134,239,172,.25)}.text-green-300\/30{color:rgba(134,239,172,.3)}.text-green-300\/35{color:rgba(134,239,172,.35)}.text-green-300\/40{color:rgba(134,239,172,.4)}.text-green-300\/45{color:rgba(134,239,172,.45)}.text-green-300\/5{color:rgba(134,239,172,.05)}.text-green-300\/50{color:rgba(134,239,172,.5)}.text-green-300\/55{color:rgba(134,239,172,.55)}.text-green-300\/60{color:rgba(134,239,172,.6)}.text-green-300\/65{color:rgba(134,239,172,.65)}.text-green-300\/70{color:rgba(134,239,172,.7)}.text-green-300\/75{color:rgba(134,239,172,.75)}.text-green-300\/80{color:rgba(134,239,172,.8)}.text-green-300\/85{color:rgba(134,239,172,.85)}.text-green-300\/90{color:rgba(134,239,172,.9)}.text-green-300\/95{color:rgba(134,239,172,.95)}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.text-green-400\/0{color:rgba(74,222,128,0)}.text-green-400\/10{color:rgba(74,222,128,.1)}.text-green-400\/100{color:#4ade80}.text-green-400\/15{color:rgba(74,222,128,.15)}.text-green-400\/20{color:rgba(74,222,128,.2)}.text-green-400\/25{color:rgba(74,222,128,.25)}.text-green-400\/30{color:rgba(74,222,128,.3)}.text-green-400\/35{color:rgba(74,222,128,.35)}.text-green-400\/40{color:rgba(74,222,128,.4)}.text-green-400\/45{color:rgba(74,222,128,.45)}.text-green-400\/5{color:rgba(74,222,128,.05)}.text-green-400\/50{color:rgba(74,222,128,.5)}.text-green-400\/55{color:rgba(74,222,128,.55)}.text-green-400\/60{color:rgba(74,222,128,.6)}.text-green-400\/65{color:rgba(74,222,128,.65)}.text-green-400\/70{color:rgba(74,222,128,.7)}.text-green-400\/75{color:rgba(74,222,128,.75)}.text-green-400\/80{color:rgba(74,222,128,.8)}.text-green-400\/85{color:rgba(74,222,128,.85)}.text-green-400\/90{color:rgba(74,222,128,.9)}.text-green-400\/95{color:rgba(74,222,128,.95)}.text-green-50{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity))}.text-green-50\/0{color:rgba(240,253,244,0)}.text-green-50\/10{color:rgba(240,253,244,.1)}.text-green-50\/100{color:#f0fdf4}.text-green-50\/15{color:rgba(240,253,244,.15)}.text-green-50\/20{color:rgba(240,253,244,.2)}.text-green-50\/25{color:rgba(240,253,244,.25)}.text-green-50\/30{color:rgba(240,253,244,.3)}.text-green-50\/35{color:rgba(240,253,244,.35)}.text-green-50\/40{color:rgba(240,253,244,.4)}.text-green-50\/45{color:rgba(240,253,244,.45)}.text-green-50\/5{color:rgba(240,253,244,.05)}.text-green-50\/50{color:rgba(240,253,244,.5)}.text-green-50\/55{color:rgba(240,253,244,.55)}.text-green-50\/60{color:rgba(240,253,244,.6)}.text-green-50\/65{color:rgba(240,253,244,.65)}.text-green-50\/70{color:rgba(240,253,244,.7)}.text-green-50\/75{color:rgba(240,253,244,.75)}.text-green-50\/80{color:rgba(240,253,244,.8)}.text-green-50\/85{color:rgba(240,253,244,.85)}.text-green-50\/90{color:rgba(240,253,244,.9)}.text-green-50\/95{color:rgba(240,253,244,.95)}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-500\/0{color:rgba(34,197,94,0)}.text-green-500\/10{color:rgba(34,197,94,.1)}.text-green-500\/100{color:#22c55e}.text-green-500\/15{color:rgba(34,197,94,.15)}.text-green-500\/20{color:rgba(34,197,94,.2)}.text-green-500\/25{color:rgba(34,197,94,.25)}.text-green-500\/30{color:rgba(34,197,94,.3)}.text-green-500\/35{color:rgba(34,197,94,.35)}.text-green-500\/40{color:rgba(34,197,94,.4)}.text-green-500\/45{color:rgba(34,197,94,.45)}.text-green-500\/5{color:rgba(34,197,94,.05)}.text-green-500\/50{color:rgba(34,197,94,.5)}.text-green-500\/55{color:rgba(34,197,94,.55)}.text-green-500\/60{color:rgba(34,197,94,.6)}.text-green-500\/65{color:rgba(34,197,94,.65)}.text-green-500\/70{color:rgba(34,197,94,.7)}.text-green-500\/75{color:rgba(34,197,94,.75)}.text-green-500\/80{color:rgba(34,197,94,.8)}.text-green-500\/85{color:rgba(34,197,94,.85)}.text-green-500\/90{color:rgba(34,197,94,.9)}.text-green-500\/95{color:rgba(34,197,94,.95)}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-green-600\/0{color:rgba(22,163,74,0)}.text-green-600\/10{color:rgba(22,163,74,.1)}.text-green-600\/100{color:#16a34a}.text-green-600\/15{color:rgba(22,163,74,.15)}.text-green-600\/20{color:rgba(22,163,74,.2)}.text-green-600\/25{color:rgba(22,163,74,.25)}.text-green-600\/30{color:rgba(22,163,74,.3)}.text-green-600\/35{color:rgba(22,163,74,.35)}.text-green-600\/40{color:rgba(22,163,74,.4)}.text-green-600\/45{color:rgba(22,163,74,.45)}.text-green-600\/5{color:rgba(22,163,74,.05)}.text-green-600\/50{color:rgba(22,163,74,.5)}.text-green-600\/55{color:rgba(22,163,74,.55)}.text-green-600\/60{color:rgba(22,163,74,.6)}.text-green-600\/65{color:rgba(22,163,74,.65)}.text-green-600\/70{color:rgba(22,163,74,.7)}.text-green-600\/75{color:rgba(22,163,74,.75)}.text-green-600\/80{color:rgba(22,163,74,.8)}.text-green-600\/85{color:rgba(22,163,74,.85)}.text-green-600\/90{color:rgba(22,163,74,.9)}.text-green-600\/95{color:rgba(22,163,74,.95)}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-green-700\/0{color:rgba(21,128,61,0)}.text-green-700\/10{color:rgba(21,128,61,.1)}.text-green-700\/100{color:#15803d}.text-green-700\/15{color:rgba(21,128,61,.15)}.text-green-700\/20{color:rgba(21,128,61,.2)}.text-green-700\/25{color:rgba(21,128,61,.25)}.text-green-700\/30{color:rgba(21,128,61,.3)}.text-green-700\/35{color:rgba(21,128,61,.35)}.text-green-700\/40{color:rgba(21,128,61,.4)}.text-green-700\/45{color:rgba(21,128,61,.45)}.text-green-700\/5{color:rgba(21,128,61,.05)}.text-green-700\/50{color:rgba(21,128,61,.5)}.text-green-700\/55{color:rgba(21,128,61,.55)}.text-green-700\/60{color:rgba(21,128,61,.6)}.text-green-700\/65{color:rgba(21,128,61,.65)}.text-green-700\/70{color:rgba(21,128,61,.7)}.text-green-700\/75{color:rgba(21,128,61,.75)}.text-green-700\/80{color:rgba(21,128,61,.8)}.text-green-700\/85{color:rgba(21,128,61,.85)}.text-green-700\/90{color:rgba(21,128,61,.9)}.text-green-700\/95{color:rgba(21,128,61,.95)}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.text-green-800\/0{color:rgba(22,101,52,0)}.text-green-800\/10{color:rgba(22,101,52,.1)}.text-green-800\/100{color:#166534}.text-green-800\/15{color:rgba(22,101,52,.15)}.text-green-800\/20{color:rgba(22,101,52,.2)}.text-green-800\/25{color:rgba(22,101,52,.25)}.text-green-800\/30{color:rgba(22,101,52,.3)}.text-green-800\/35{color:rgba(22,101,52,.35)}.text-green-800\/40{color:rgba(22,101,52,.4)}.text-green-800\/45{color:rgba(22,101,52,.45)}.text-green-800\/5{color:rgba(22,101,52,.05)}.text-green-800\/50{color:rgba(22,101,52,.5)}.text-green-800\/55{color:rgba(22,101,52,.55)}.text-green-800\/60{color:rgba(22,101,52,.6)}.text-green-800\/65{color:rgba(22,101,52,.65)}.text-green-800\/70{color:rgba(22,101,52,.7)}.text-green-800\/75{color:rgba(22,101,52,.75)}.text-green-800\/80{color:rgba(22,101,52,.8)}.text-green-800\/85{color:rgba(22,101,52,.85)}.text-green-800\/90{color:rgba(22,101,52,.9)}.text-green-800\/95{color:rgba(22,101,52,.95)}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.text-green-900\/0{color:rgba(20,83,45,0)}.text-green-900\/10{color:rgba(20,83,45,.1)}.text-green-900\/100{color:#14532d}.text-green-900\/15{color:rgba(20,83,45,.15)}.text-green-900\/20{color:rgba(20,83,45,.2)}.text-green-900\/25{color:rgba(20,83,45,.25)}.text-green-900\/30{color:rgba(20,83,45,.3)}.text-green-900\/35{color:rgba(20,83,45,.35)}.text-green-900\/40{color:rgba(20,83,45,.4)}.text-green-900\/45{color:rgba(20,83,45,.45)}.text-green-900\/5{color:rgba(20,83,45,.05)}.text-green-900\/50{color:rgba(20,83,45,.5)}.text-green-900\/55{color:rgba(20,83,45,.55)}.text-green-900\/60{color:rgba(20,83,45,.6)}.text-green-900\/65{color:rgba(20,83,45,.65)}.text-green-900\/70{color:rgba(20,83,45,.7)}.text-green-900\/75{color:rgba(20,83,45,.75)}.text-green-900\/80{color:rgba(20,83,45,.8)}.text-green-900\/85{color:rgba(20,83,45,.85)}.text-green-900\/90{color:rgba(20,83,45,.9)}.text-green-900\/95{color:rgba(20,83,45,.95)}.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.text-indigo-100\/0{color:rgba(224,231,255,0)}.text-indigo-100\/10{color:rgba(224,231,255,.1)}.text-indigo-100\/100{color:#e0e7ff}.text-indigo-100\/15{color:rgba(224,231,255,.15)}.text-indigo-100\/20{color:rgba(224,231,255,.2)}.text-indigo-100\/25{color:rgba(224,231,255,.25)}.text-indigo-100\/30{color:rgba(224,231,255,.3)}.text-indigo-100\/35{color:rgba(224,231,255,.35)}.text-indigo-100\/40{color:rgba(224,231,255,.4)}.text-indigo-100\/45{color:rgba(224,231,255,.45)}.text-indigo-100\/5{color:rgba(224,231,255,.05)}.text-indigo-100\/50{color:rgba(224,231,255,.5)}.text-indigo-100\/55{color:rgba(224,231,255,.55)}.text-indigo-100\/60{color:rgba(224,231,255,.6)}.text-indigo-100\/65{color:rgba(224,231,255,.65)}.text-indigo-100\/70{color:rgba(224,231,255,.7)}.text-indigo-100\/75{color:rgba(224,231,255,.75)}.text-indigo-100\/80{color:rgba(224,231,255,.8)}.text-indigo-100\/85{color:rgba(224,231,255,.85)}.text-indigo-100\/90{color:rgba(224,231,255,.9)}.text-indigo-100\/95{color:rgba(224,231,255,.95)}.text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.text-indigo-200\/0{color:rgba(199,210,254,0)}.text-indigo-200\/10{color:rgba(199,210,254,.1)}.text-indigo-200\/100{color:#c7d2fe}.text-indigo-200\/15{color:rgba(199,210,254,.15)}.text-indigo-200\/20{color:rgba(199,210,254,.2)}.text-indigo-200\/25{color:rgba(199,210,254,.25)}.text-indigo-200\/30{color:rgba(199,210,254,.3)}.text-indigo-200\/35{color:rgba(199,210,254,.35)}.text-indigo-200\/40{color:rgba(199,210,254,.4)}.text-indigo-200\/45{color:rgba(199,210,254,.45)}.text-indigo-200\/5{color:rgba(199,210,254,.05)}.text-indigo-200\/50{color:rgba(199,210,254,.5)}.text-indigo-200\/55{color:rgba(199,210,254,.55)}.text-indigo-200\/60{color:rgba(199,210,254,.6)}.text-indigo-200\/65{color:rgba(199,210,254,.65)}.text-indigo-200\/70{color:rgba(199,210,254,.7)}.text-indigo-200\/75{color:rgba(199,210,254,.75)}.text-indigo-200\/80{color:rgba(199,210,254,.8)}.text-indigo-200\/85{color:rgba(199,210,254,.85)}.text-indigo-200\/90{color:rgba(199,210,254,.9)}.text-indigo-200\/95{color:rgba(199,210,254,.95)}.text-indigo-300{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.text-indigo-300\/0{color:rgba(165,180,252,0)}.text-indigo-300\/10{color:rgba(165,180,252,.1)}.text-indigo-300\/100{color:#a5b4fc}.text-indigo-300\/15{color:rgba(165,180,252,.15)}.text-indigo-300\/20{color:rgba(165,180,252,.2)}.text-indigo-300\/25{color:rgba(165,180,252,.25)}.text-indigo-300\/30{color:rgba(165,180,252,.3)}.text-indigo-300\/35{color:rgba(165,180,252,.35)}.text-indigo-300\/40{color:rgba(165,180,252,.4)}.text-indigo-300\/45{color:rgba(165,180,252,.45)}.text-indigo-300\/5{color:rgba(165,180,252,.05)}.text-indigo-300\/50{color:rgba(165,180,252,.5)}.text-indigo-300\/55{color:rgba(165,180,252,.55)}.text-indigo-300\/60{color:rgba(165,180,252,.6)}.text-indigo-300\/65{color:rgba(165,180,252,.65)}.text-indigo-300\/70{color:rgba(165,180,252,.7)}.text-indigo-300\/75{color:rgba(165,180,252,.75)}.text-indigo-300\/80{color:rgba(165,180,252,.8)}.text-indigo-300\/85{color:rgba(165,180,252,.85)}.text-indigo-300\/90{color:rgba(165,180,252,.9)}.text-indigo-300\/95{color:rgba(165,180,252,.95)}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.text-indigo-400\/0{color:rgba(129,140,248,0)}.text-indigo-400\/10{color:rgba(129,140,248,.1)}.text-indigo-400\/100{color:#818cf8}.text-indigo-400\/15{color:rgba(129,140,248,.15)}.text-indigo-400\/20{color:rgba(129,140,248,.2)}.text-indigo-400\/25{color:rgba(129,140,248,.25)}.text-indigo-400\/30{color:rgba(129,140,248,.3)}.text-indigo-400\/35{color:rgba(129,140,248,.35)}.text-indigo-400\/40{color:rgba(129,140,248,.4)}.text-indigo-400\/45{color:rgba(129,140,248,.45)}.text-indigo-400\/5{color:rgba(129,140,248,.05)}.text-indigo-400\/50{color:rgba(129,140,248,.5)}.text-indigo-400\/55{color:rgba(129,140,248,.55)}.text-indigo-400\/60{color:rgba(129,140,248,.6)}.text-indigo-400\/65{color:rgba(129,140,248,.65)}.text-indigo-400\/70{color:rgba(129,140,248,.7)}.text-indigo-400\/75{color:rgba(129,140,248,.75)}.text-indigo-400\/80{color:rgba(129,140,248,.8)}.text-indigo-400\/85{color:rgba(129,140,248,.85)}.text-indigo-400\/90{color:rgba(129,140,248,.9)}.text-indigo-400\/95{color:rgba(129,140,248,.95)}.text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity))}.text-indigo-50\/0{color:rgba(238,242,255,0)}.text-indigo-50\/10{color:rgba(238,242,255,.1)}.text-indigo-50\/100{color:#eef2ff}.text-indigo-50\/15{color:rgba(238,242,255,.15)}.text-indigo-50\/20{color:rgba(238,242,255,.2)}.text-indigo-50\/25{color:rgba(238,242,255,.25)}.text-indigo-50\/30{color:rgba(238,242,255,.3)}.text-indigo-50\/35{color:rgba(238,242,255,.35)}.text-indigo-50\/40{color:rgba(238,242,255,.4)}.text-indigo-50\/45{color:rgba(238,242,255,.45)}.text-indigo-50\/5{color:rgba(238,242,255,.05)}.text-indigo-50\/50{color:rgba(238,242,255,.5)}.text-indigo-50\/55{color:rgba(238,242,255,.55)}.text-indigo-50\/60{color:rgba(238,242,255,.6)}.text-indigo-50\/65{color:rgba(238,242,255,.65)}.text-indigo-50\/70{color:rgba(238,242,255,.7)}.text-indigo-50\/75{color:rgba(238,242,255,.75)}.text-indigo-50\/80{color:rgba(238,242,255,.8)}.text-indigo-50\/85{color:rgba(238,242,255,.85)}.text-indigo-50\/90{color:rgba(238,242,255,.9)}.text-indigo-50\/95{color:rgba(238,242,255,.95)}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-500\/0{color:rgba(99,102,241,0)}.text-indigo-500\/10{color:rgba(99,102,241,.1)}.text-indigo-500\/100{color:#6366f1}.text-indigo-500\/15{color:rgba(99,102,241,.15)}.text-indigo-500\/20{color:rgba(99,102,241,.2)}.text-indigo-500\/25{color:rgba(99,102,241,.25)}.text-indigo-500\/30{color:rgba(99,102,241,.3)}.text-indigo-500\/35{color:rgba(99,102,241,.35)}.text-indigo-500\/40{color:rgba(99,102,241,.4)}.text-indigo-500\/45{color:rgba(99,102,241,.45)}.text-indigo-500\/5{color:rgba(99,102,241,.05)}.text-indigo-500\/50{color:rgba(99,102,241,.5)}.text-indigo-500\/55{color:rgba(99,102,241,.55)}.text-indigo-500\/60{color:rgba(99,102,241,.6)}.text-indigo-500\/65{color:rgba(99,102,241,.65)}.text-indigo-500\/70{color:rgba(99,102,241,.7)}.text-indigo-500\/75{color:rgba(99,102,241,.75)}.text-indigo-500\/80{color:rgba(99,102,241,.8)}.text-indigo-500\/85{color:rgba(99,102,241,.85)}.text-indigo-500\/90{color:rgba(99,102,241,.9)}.text-indigo-500\/95{color:rgba(99,102,241,.95)}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-indigo-600\/0{color:rgba(79,70,229,0)}.text-indigo-600\/10{color:rgba(79,70,229,.1)}.text-indigo-600\/100{color:#4f46e5}.text-indigo-600\/15{color:rgba(79,70,229,.15)}.text-indigo-600\/20{color:rgba(79,70,229,.2)}.text-indigo-600\/25{color:rgba(79,70,229,.25)}.text-indigo-600\/30{color:rgba(79,70,229,.3)}.text-indigo-600\/35{color:rgba(79,70,229,.35)}.text-indigo-600\/40{color:rgba(79,70,229,.4)}.text-indigo-600\/45{color:rgba(79,70,229,.45)}.text-indigo-600\/5{color:rgba(79,70,229,.05)}.text-indigo-600\/50{color:rgba(79,70,229,.5)}.text-indigo-600\/55{color:rgba(79,70,229,.55)}.text-indigo-600\/60{color:rgba(79,70,229,.6)}.text-indigo-600\/65{color:rgba(79,70,229,.65)}.text-indigo-600\/70{color:rgba(79,70,229,.7)}.text-indigo-600\/75{color:rgba(79,70,229,.75)}.text-indigo-600\/80{color:rgba(79,70,229,.8)}.text-indigo-600\/85{color:rgba(79,70,229,.85)}.text-indigo-600\/90{color:rgba(79,70,229,.9)}.text-indigo-600\/95{color:rgba(79,70,229,.95)}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.text-indigo-700\/0{color:rgba(67,56,202,0)}.text-indigo-700\/10{color:rgba(67,56,202,.1)}.text-indigo-700\/100{color:#4338ca}.text-indigo-700\/15{color:rgba(67,56,202,.15)}.text-indigo-700\/20{color:rgba(67,56,202,.2)}.text-indigo-700\/25{color:rgba(67,56,202,.25)}.text-indigo-700\/30{color:rgba(67,56,202,.3)}.text-indigo-700\/35{color:rgba(67,56,202,.35)}.text-indigo-700\/40{color:rgba(67,56,202,.4)}.text-indigo-700\/45{color:rgba(67,56,202,.45)}.text-indigo-700\/5{color:rgba(67,56,202,.05)}.text-indigo-700\/50{color:rgba(67,56,202,.5)}.text-indigo-700\/55{color:rgba(67,56,202,.55)}.text-indigo-700\/60{color:rgba(67,56,202,.6)}.text-indigo-700\/65{color:rgba(67,56,202,.65)}.text-indigo-700\/70{color:rgba(67,56,202,.7)}.text-indigo-700\/75{color:rgba(67,56,202,.75)}.text-indigo-700\/80{color:rgba(67,56,202,.8)}.text-indigo-700\/85{color:rgba(67,56,202,.85)}.text-indigo-700\/90{color:rgba(67,56,202,.9)}.text-indigo-700\/95{color:rgba(67,56,202,.95)}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.text-indigo-800\/0{color:rgba(55,48,163,0)}.text-indigo-800\/10{color:rgba(55,48,163,.1)}.text-indigo-800\/100{color:#3730a3}.text-indigo-800\/15{color:rgba(55,48,163,.15)}.text-indigo-800\/20{color:rgba(55,48,163,.2)}.text-indigo-800\/25{color:rgba(55,48,163,.25)}.text-indigo-800\/30{color:rgba(55,48,163,.3)}.text-indigo-800\/35{color:rgba(55,48,163,.35)}.text-indigo-800\/40{color:rgba(55,48,163,.4)}.text-indigo-800\/45{color:rgba(55,48,163,.45)}.text-indigo-800\/5{color:rgba(55,48,163,.05)}.text-indigo-800\/50{color:rgba(55,48,163,.5)}.text-indigo-800\/55{color:rgba(55,48,163,.55)}.text-indigo-800\/60{color:rgba(55,48,163,.6)}.text-indigo-800\/65{color:rgba(55,48,163,.65)}.text-indigo-800\/70{color:rgba(55,48,163,.7)}.text-indigo-800\/75{color:rgba(55,48,163,.75)}.text-indigo-800\/80{color:rgba(55,48,163,.8)}.text-indigo-800\/85{color:rgba(55,48,163,.85)}.text-indigo-800\/90{color:rgba(55,48,163,.9)}.text-indigo-800\/95{color:rgba(55,48,163,.95)}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.text-indigo-900\/0{color:rgba(49,46,129,0)}.text-indigo-900\/10{color:rgba(49,46,129,.1)}.text-indigo-900\/100{color:#312e81}.text-indigo-900\/15{color:rgba(49,46,129,.15)}.text-indigo-900\/20{color:rgba(49,46,129,.2)}.text-indigo-900\/25{color:rgba(49,46,129,.25)}.text-indigo-900\/30{color:rgba(49,46,129,.3)}.text-indigo-900\/35{color:rgba(49,46,129,.35)}.text-indigo-900\/40{color:rgba(49,46,129,.4)}.text-indigo-900\/45{color:rgba(49,46,129,.45)}.text-indigo-900\/5{color:rgba(49,46,129,.05)}.text-indigo-900\/50{color:rgba(49,46,129,.5)}.text-indigo-900\/55{color:rgba(49,46,129,.55)}.text-indigo-900\/60{color:rgba(49,46,129,.6)}.text-indigo-900\/65{color:rgba(49,46,129,.65)}.text-indigo-900\/70{color:rgba(49,46,129,.7)}.text-indigo-900\/75{color:rgba(49,46,129,.75)}.text-indigo-900\/80{color:rgba(49,46,129,.8)}.text-indigo-900\/85{color:rgba(49,46,129,.85)}.text-indigo-900\/90{color:rgba(49,46,129,.9)}.text-indigo-900\/95{color:rgba(49,46,129,.95)}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity))}.text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.text-red-100\/0{color:hsla(0,93%,94%,0)}.text-red-100\/10{color:hsla(0,93%,94%,.1)}.text-red-100\/100{color:#fee2e2}.text-red-100\/15{color:hsla(0,93%,94%,.15)}.text-red-100\/20{color:hsla(0,93%,94%,.2)}.text-red-100\/25{color:hsla(0,93%,94%,.25)}.text-red-100\/30{color:hsla(0,93%,94%,.3)}.text-red-100\/35{color:hsla(0,93%,94%,.35)}.text-red-100\/40{color:hsla(0,93%,94%,.4)}.text-red-100\/45{color:hsla(0,93%,94%,.45)}.text-red-100\/5{color:hsla(0,93%,94%,.05)}.text-red-100\/50{color:hsla(0,93%,94%,.5)}.text-red-100\/55{color:hsla(0,93%,94%,.55)}.text-red-100\/60{color:hsla(0,93%,94%,.6)}.text-red-100\/65{color:hsla(0,93%,94%,.65)}.text-red-100\/70{color:hsla(0,93%,94%,.7)}.text-red-100\/75{color:hsla(0,93%,94%,.75)}.text-red-100\/80{color:hsla(0,93%,94%,.8)}.text-red-100\/85{color:hsla(0,93%,94%,.85)}.text-red-100\/90{color:hsla(0,93%,94%,.9)}.text-red-100\/95{color:hsla(0,93%,94%,.95)}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.text-red-200\/0{color:hsla(0,96%,89%,0)}.text-red-200\/10{color:hsla(0,96%,89%,.1)}.text-red-200\/100{color:#fecaca}.text-red-200\/15{color:hsla(0,96%,89%,.15)}.text-red-200\/20{color:hsla(0,96%,89%,.2)}.text-red-200\/25{color:hsla(0,96%,89%,.25)}.text-red-200\/30{color:hsla(0,96%,89%,.3)}.text-red-200\/35{color:hsla(0,96%,89%,.35)}.text-red-200\/40{color:hsla(0,96%,89%,.4)}.text-red-200\/45{color:hsla(0,96%,89%,.45)}.text-red-200\/5{color:hsla(0,96%,89%,.05)}.text-red-200\/50{color:hsla(0,96%,89%,.5)}.text-red-200\/55{color:hsla(0,96%,89%,.55)}.text-red-200\/60{color:hsla(0,96%,89%,.6)}.text-red-200\/65{color:hsla(0,96%,89%,.65)}.text-red-200\/70{color:hsla(0,96%,89%,.7)}.text-red-200\/75{color:hsla(0,96%,89%,.75)}.text-red-200\/80{color:hsla(0,96%,89%,.8)}.text-red-200\/85{color:hsla(0,96%,89%,.85)}.text-red-200\/90{color:hsla(0,96%,89%,.9)}.text-red-200\/95{color:hsla(0,96%,89%,.95)}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.text-red-300\/0{color:hsla(0,94%,82%,0)}.text-red-300\/10{color:hsla(0,94%,82%,.1)}.text-red-300\/100{color:#fca5a5}.text-red-300\/15{color:hsla(0,94%,82%,.15)}.text-red-300\/20{color:hsla(0,94%,82%,.2)}.text-red-300\/25{color:hsla(0,94%,82%,.25)}.text-red-300\/30{color:hsla(0,94%,82%,.3)}.text-red-300\/35{color:hsla(0,94%,82%,.35)}.text-red-300\/40{color:hsla(0,94%,82%,.4)}.text-red-300\/45{color:hsla(0,94%,82%,.45)}.text-red-300\/5{color:hsla(0,94%,82%,.05)}.text-red-300\/50{color:hsla(0,94%,82%,.5)}.text-red-300\/55{color:hsla(0,94%,82%,.55)}.text-red-300\/60{color:hsla(0,94%,82%,.6)}.text-red-300\/65{color:hsla(0,94%,82%,.65)}.text-red-300\/70{color:hsla(0,94%,82%,.7)}.text-red-300\/75{color:hsla(0,94%,82%,.75)}.text-red-300\/80{color:hsla(0,94%,82%,.8)}.text-red-300\/85{color:hsla(0,94%,82%,.85)}.text-red-300\/90{color:hsla(0,94%,82%,.9)}.text-red-300\/95{color:hsla(0,94%,82%,.95)}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-400\/0{color:hsla(0,91%,71%,0)}.text-red-400\/10{color:hsla(0,91%,71%,.1)}.text-red-400\/100{color:#f87171}.text-red-400\/15{color:hsla(0,91%,71%,.15)}.text-red-400\/20{color:hsla(0,91%,71%,.2)}.text-red-400\/25{color:hsla(0,91%,71%,.25)}.text-red-400\/30{color:hsla(0,91%,71%,.3)}.text-red-400\/35{color:hsla(0,91%,71%,.35)}.text-red-400\/40{color:hsla(0,91%,71%,.4)}.text-red-400\/45{color:hsla(0,91%,71%,.45)}.text-red-400\/5{color:hsla(0,91%,71%,.05)}.text-red-400\/50{color:hsla(0,91%,71%,.5)}.text-red-400\/55{color:hsla(0,91%,71%,.55)}.text-red-400\/60{color:hsla(0,91%,71%,.6)}.text-red-400\/65{color:hsla(0,91%,71%,.65)}.text-red-400\/70{color:hsla(0,91%,71%,.7)}.text-red-400\/75{color:hsla(0,91%,71%,.75)}.text-red-400\/80{color:hsla(0,91%,71%,.8)}.text-red-400\/85{color:hsla(0,91%,71%,.85)}.text-red-400\/90{color:hsla(0,91%,71%,.9)}.text-red-400\/95{color:hsla(0,91%,71%,.95)}.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.text-red-50\/0{color:hsla(0,86%,97%,0)}.text-red-50\/10{color:hsla(0,86%,97%,.1)}.text-red-50\/100{color:#fef2f2}.text-red-50\/15{color:hsla(0,86%,97%,.15)}.text-red-50\/20{color:hsla(0,86%,97%,.2)}.text-red-50\/25{color:hsla(0,86%,97%,.25)}.text-red-50\/30{color:hsla(0,86%,97%,.3)}.text-red-50\/35{color:hsla(0,86%,97%,.35)}.text-red-50\/40{color:hsla(0,86%,97%,.4)}.text-red-50\/45{color:hsla(0,86%,97%,.45)}.text-red-50\/5{color:hsla(0,86%,97%,.05)}.text-red-50\/50{color:hsla(0,86%,97%,.5)}.text-red-50\/55{color:hsla(0,86%,97%,.55)}.text-red-50\/60{color:hsla(0,86%,97%,.6)}.text-red-50\/65{color:hsla(0,86%,97%,.65)}.text-red-50\/70{color:hsla(0,86%,97%,.7)}.text-red-50\/75{color:hsla(0,86%,97%,.75)}.text-red-50\/80{color:hsla(0,86%,97%,.8)}.text-red-50\/85{color:hsla(0,86%,97%,.85)}.text-red-50\/90{color:hsla(0,86%,97%,.9)}.text-red-50\/95{color:hsla(0,86%,97%,.95)}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-500\/0{color:rgba(239,68,68,0)}.text-red-500\/10{color:rgba(239,68,68,.1)}.text-red-500\/100{color:#ef4444}.text-red-500\/15{color:rgba(239,68,68,.15)}.text-red-500\/20{color:rgba(239,68,68,.2)}.text-red-500\/25{color:rgba(239,68,68,.25)}.text-red-500\/30{color:rgba(239,68,68,.3)}.text-red-500\/35{color:rgba(239,68,68,.35)}.text-red-500\/40{color:rgba(239,68,68,.4)}.text-red-500\/45{color:rgba(239,68,68,.45)}.text-red-500\/5{color:rgba(239,68,68,.05)}.text-red-500\/50{color:rgba(239,68,68,.5)}.text-red-500\/55{color:rgba(239,68,68,.55)}.text-red-500\/60{color:rgba(239,68,68,.6)}.text-red-500\/65{color:rgba(239,68,68,.65)}.text-red-500\/70{color:rgba(239,68,68,.7)}.text-red-500\/75{color:rgba(239,68,68,.75)}.text-red-500\/80{color:rgba(239,68,68,.8)}.text-red-500\/85{color:rgba(239,68,68,.85)}.text-red-500\/90{color:rgba(239,68,68,.9)}.text-red-500\/95{color:rgba(239,68,68,.95)}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-600\/0{color:rgba(220,38,38,0)}.text-red-600\/10{color:rgba(220,38,38,.1)}.text-red-600\/100{color:#dc2626}.text-red-600\/15{color:rgba(220,38,38,.15)}.text-red-600\/20{color:rgba(220,38,38,.2)}.text-red-600\/25{color:rgba(220,38,38,.25)}.text-red-600\/30{color:rgba(220,38,38,.3)}.text-red-600\/35{color:rgba(220,38,38,.35)}.text-red-600\/40{color:rgba(220,38,38,.4)}.text-red-600\/45{color:rgba(220,38,38,.45)}.text-red-600\/5{color:rgba(220,38,38,.05)}.text-red-600\/50{color:rgba(220,38,38,.5)}.text-red-600\/55{color:rgba(220,38,38,.55)}.text-red-600\/60{color:rgba(220,38,38,.6)}.text-red-600\/65{color:rgba(220,38,38,.65)}.text-red-600\/70{color:rgba(220,38,38,.7)}.text-red-600\/75{color:rgba(220,38,38,.75)}.text-red-600\/80{color:rgba(220,38,38,.8)}.text-red-600\/85{color:rgba(220,38,38,.85)}.text-red-600\/90{color:rgba(220,38,38,.9)}.text-red-600\/95{color:rgba(220,38,38,.95)}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-700\/0{color:rgba(185,28,28,0)}.text-red-700\/10{color:rgba(185,28,28,.1)}.text-red-700\/100{color:#b91c1c}.text-red-700\/15{color:rgba(185,28,28,.15)}.text-red-700\/20{color:rgba(185,28,28,.2)}.text-red-700\/25{color:rgba(185,28,28,.25)}.text-red-700\/30{color:rgba(185,28,28,.3)}.text-red-700\/35{color:rgba(185,28,28,.35)}.text-red-700\/40{color:rgba(185,28,28,.4)}.text-red-700\/45{color:rgba(185,28,28,.45)}.text-red-700\/5{color:rgba(185,28,28,.05)}.text-red-700\/50{color:rgba(185,28,28,.5)}.text-red-700\/55{color:rgba(185,28,28,.55)}.text-red-700\/60{color:rgba(185,28,28,.6)}.text-red-700\/65{color:rgba(185,28,28,.65)}.text-red-700\/70{color:rgba(185,28,28,.7)}.text-red-700\/75{color:rgba(185,28,28,.75)}.text-red-700\/80{color:rgba(185,28,28,.8)}.text-red-700\/85{color:rgba(185,28,28,.85)}.text-red-700\/90{color:rgba(185,28,28,.9)}.text-red-700\/95{color:rgba(185,28,28,.95)}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-red-800\/0{color:rgba(153,27,27,0)}.text-red-800\/10{color:rgba(153,27,27,.1)}.text-red-800\/100{color:#991b1b}.text-red-800\/15{color:rgba(153,27,27,.15)}.text-red-800\/20{color:rgba(153,27,27,.2)}.text-red-800\/25{color:rgba(153,27,27,.25)}.text-red-800\/30{color:rgba(153,27,27,.3)}.text-red-800\/35{color:rgba(153,27,27,.35)}.text-red-800\/40{color:rgba(153,27,27,.4)}.text-red-800\/45{color:rgba(153,27,27,.45)}.text-red-800\/5{color:rgba(153,27,27,.05)}.text-red-800\/50{color:rgba(153,27,27,.5)}.text-red-800\/55{color:rgba(153,27,27,.55)}.text-red-800\/60{color:rgba(153,27,27,.6)}.text-red-800\/65{color:rgba(153,27,27,.65)}.text-red-800\/70{color:rgba(153,27,27,.7)}.text-red-800\/75{color:rgba(153,27,27,.75)}.text-red-800\/80{color:rgba(153,27,27,.8)}.text-red-800\/85{color:rgba(153,27,27,.85)}.text-red-800\/90{color:rgba(153,27,27,.9)}.text-red-800\/95{color:rgba(153,27,27,.95)}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.text-red-900\/0{color:rgba(127,29,29,0)}.text-red-900\/10{color:rgba(127,29,29,.1)}.text-red-900\/100{color:#7f1d1d}.text-red-900\/15{color:rgba(127,29,29,.15)}.text-red-900\/20{color:rgba(127,29,29,.2)}.text-red-900\/25{color:rgba(127,29,29,.25)}.text-red-900\/30{color:rgba(127,29,29,.3)}.text-red-900\/35{color:rgba(127,29,29,.35)}.text-red-900\/40{color:rgba(127,29,29,.4)}.text-red-900\/45{color:rgba(127,29,29,.45)}.text-red-900\/5{color:rgba(127,29,29,.05)}.text-red-900\/50{color:rgba(127,29,29,.5)}.text-red-900\/55{color:rgba(127,29,29,.55)}.text-red-900\/60{color:rgba(127,29,29,.6)}.text-red-900\/65{color:rgba(127,29,29,.65)}.text-red-900\/70{color:rgba(127,29,29,.7)}.text-red-900\/75{color:rgba(127,29,29,.75)}.text-red-900\/80{color:rgba(127,29,29,.8)}.text-red-900\/85{color:rgba(127,29,29,.85)}.text-red-900\/90{color:rgba(127,29,29,.9)}.text-red-900\/95{color:rgba(127,29,29,.95)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.text-yellow-100\/0{color:hsla(55,97%,88%,0)}.text-yellow-100\/10{color:hsla(55,97%,88%,.1)}.text-yellow-100\/100{color:#fef9c3}.text-yellow-100\/15{color:hsla(55,97%,88%,.15)}.text-yellow-100\/20{color:hsla(55,97%,88%,.2)}.text-yellow-100\/25{color:hsla(55,97%,88%,.25)}.text-yellow-100\/30{color:hsla(55,97%,88%,.3)}.text-yellow-100\/35{color:hsla(55,97%,88%,.35)}.text-yellow-100\/40{color:hsla(55,97%,88%,.4)}.text-yellow-100\/45{color:hsla(55,97%,88%,.45)}.text-yellow-100\/5{color:hsla(55,97%,88%,.05)}.text-yellow-100\/50{color:hsla(55,97%,88%,.5)}.text-yellow-100\/55{color:hsla(55,97%,88%,.55)}.text-yellow-100\/60{color:hsla(55,97%,88%,.6)}.text-yellow-100\/65{color:hsla(55,97%,88%,.65)}.text-yellow-100\/70{color:hsla(55,97%,88%,.7)}.text-yellow-100\/75{color:hsla(55,97%,88%,.75)}.text-yellow-100\/80{color:hsla(55,97%,88%,.8)}.text-yellow-100\/85{color:hsla(55,97%,88%,.85)}.text-yellow-100\/90{color:hsla(55,97%,88%,.9)}.text-yellow-100\/95{color:hsla(55,97%,88%,.95)}.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.text-yellow-200\/0{color:hsla(53,98%,77%,0)}.text-yellow-200\/10{color:hsla(53,98%,77%,.1)}.text-yellow-200\/100{color:#fef08a}.text-yellow-200\/15{color:hsla(53,98%,77%,.15)}.text-yellow-200\/20{color:hsla(53,98%,77%,.2)}.text-yellow-200\/25{color:hsla(53,98%,77%,.25)}.text-yellow-200\/30{color:hsla(53,98%,77%,.3)}.text-yellow-200\/35{color:hsla(53,98%,77%,.35)}.text-yellow-200\/40{color:hsla(53,98%,77%,.4)}.text-yellow-200\/45{color:hsla(53,98%,77%,.45)}.text-yellow-200\/5{color:hsla(53,98%,77%,.05)}.text-yellow-200\/50{color:hsla(53,98%,77%,.5)}.text-yellow-200\/55{color:hsla(53,98%,77%,.55)}.text-yellow-200\/60{color:hsla(53,98%,77%,.6)}.text-yellow-200\/65{color:hsla(53,98%,77%,.65)}.text-yellow-200\/70{color:hsla(53,98%,77%,.7)}.text-yellow-200\/75{color:hsla(53,98%,77%,.75)}.text-yellow-200\/80{color:hsla(53,98%,77%,.8)}.text-yellow-200\/85{color:hsla(53,98%,77%,.85)}.text-yellow-200\/90{color:hsla(53,98%,77%,.9)}.text-yellow-200\/95{color:hsla(53,98%,77%,.95)}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.text-yellow-300\/0{color:rgba(253,224,71,0)}.text-yellow-300\/10{color:rgba(253,224,71,.1)}.text-yellow-300\/100{color:#fde047}.text-yellow-300\/15{color:rgba(253,224,71,.15)}.text-yellow-300\/20{color:rgba(253,224,71,.2)}.text-yellow-300\/25{color:rgba(253,224,71,.25)}.text-yellow-300\/30{color:rgba(253,224,71,.3)}.text-yellow-300\/35{color:rgba(253,224,71,.35)}.text-yellow-300\/40{color:rgba(253,224,71,.4)}.text-yellow-300\/45{color:rgba(253,224,71,.45)}.text-yellow-300\/5{color:rgba(253,224,71,.05)}.text-yellow-300\/50{color:rgba(253,224,71,.5)}.text-yellow-300\/55{color:rgba(253,224,71,.55)}.text-yellow-300\/60{color:rgba(253,224,71,.6)}.text-yellow-300\/65{color:rgba(253,224,71,.65)}.text-yellow-300\/70{color:rgba(253,224,71,.7)}.text-yellow-300\/75{color:rgba(253,224,71,.75)}.text-yellow-300\/80{color:rgba(253,224,71,.8)}.text-yellow-300\/85{color:rgba(253,224,71,.85)}.text-yellow-300\/90{color:rgba(253,224,71,.9)}.text-yellow-300\/95{color:rgba(253,224,71,.95)}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-yellow-400\/0{color:rgba(250,204,21,0)}.text-yellow-400\/10{color:rgba(250,204,21,.1)}.text-yellow-400\/100{color:#facc15}.text-yellow-400\/15{color:rgba(250,204,21,.15)}.text-yellow-400\/20{color:rgba(250,204,21,.2)}.text-yellow-400\/25{color:rgba(250,204,21,.25)}.text-yellow-400\/30{color:rgba(250,204,21,.3)}.text-yellow-400\/35{color:rgba(250,204,21,.35)}.text-yellow-400\/40{color:rgba(250,204,21,.4)}.text-yellow-400\/45{color:rgba(250,204,21,.45)}.text-yellow-400\/5{color:rgba(250,204,21,.05)}.text-yellow-400\/50{color:rgba(250,204,21,.5)}.text-yellow-400\/55{color:rgba(250,204,21,.55)}.text-yellow-400\/60{color:rgba(250,204,21,.6)}.text-yellow-400\/65{color:rgba(250,204,21,.65)}.text-yellow-400\/70{color:rgba(250,204,21,.7)}.text-yellow-400\/75{color:rgba(250,204,21,.75)}.text-yellow-400\/80{color:rgba(250,204,21,.8)}.text-yellow-400\/85{color:rgba(250,204,21,.85)}.text-yellow-400\/90{color:rgba(250,204,21,.9)}.text-yellow-400\/95{color:rgba(250,204,21,.95)}.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.text-yellow-50\/0{color:hsla(55,92%,95%,0)}.text-yellow-50\/10{color:hsla(55,92%,95%,.1)}.text-yellow-50\/100{color:#fefce8}.text-yellow-50\/15{color:hsla(55,92%,95%,.15)}.text-yellow-50\/20{color:hsla(55,92%,95%,.2)}.text-yellow-50\/25{color:hsla(55,92%,95%,.25)}.text-yellow-50\/30{color:hsla(55,92%,95%,.3)}.text-yellow-50\/35{color:hsla(55,92%,95%,.35)}.text-yellow-50\/40{color:hsla(55,92%,95%,.4)}.text-yellow-50\/45{color:hsla(55,92%,95%,.45)}.text-yellow-50\/5{color:hsla(55,92%,95%,.05)}.text-yellow-50\/50{color:hsla(55,92%,95%,.5)}.text-yellow-50\/55{color:hsla(55,92%,95%,.55)}.text-yellow-50\/60{color:hsla(55,92%,95%,.6)}.text-yellow-50\/65{color:hsla(55,92%,95%,.65)}.text-yellow-50\/70{color:hsla(55,92%,95%,.7)}.text-yellow-50\/75{color:hsla(55,92%,95%,.75)}.text-yellow-50\/80{color:hsla(55,92%,95%,.8)}.text-yellow-50\/85{color:hsla(55,92%,95%,.85)}.text-yellow-50\/90{color:hsla(55,92%,95%,.9)}.text-yellow-50\/95{color:hsla(55,92%,95%,.95)}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.text-yellow-500\/0{color:rgba(234,179,8,0)}.text-yellow-500\/10{color:rgba(234,179,8,.1)}.text-yellow-500\/100{color:#eab308}.text-yellow-500\/15{color:rgba(234,179,8,.15)}.text-yellow-500\/20{color:rgba(234,179,8,.2)}.text-yellow-500\/25{color:rgba(234,179,8,.25)}.text-yellow-500\/30{color:rgba(234,179,8,.3)}.text-yellow-500\/35{color:rgba(234,179,8,.35)}.text-yellow-500\/40{color:rgba(234,179,8,.4)}.text-yellow-500\/45{color:rgba(234,179,8,.45)}.text-yellow-500\/5{color:rgba(234,179,8,.05)}.text-yellow-500\/50{color:rgba(234,179,8,.5)}.text-yellow-500\/55{color:rgba(234,179,8,.55)}.text-yellow-500\/60{color:rgba(234,179,8,.6)}.text-yellow-500\/65{color:rgba(234,179,8,.65)}.text-yellow-500\/70{color:rgba(234,179,8,.7)}.text-yellow-500\/75{color:rgba(234,179,8,.75)}.text-yellow-500\/80{color:rgba(234,179,8,.8)}.text-yellow-500\/85{color:rgba(234,179,8,.85)}.text-yellow-500\/90{color:rgba(234,179,8,.9)}.text-yellow-500\/95{color:rgba(234,179,8,.95)}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.text-yellow-600\/0{color:rgba(202,138,4,0)}.text-yellow-600\/10{color:rgba(202,138,4,.1)}.text-yellow-600\/100{color:#ca8a04}.text-yellow-600\/15{color:rgba(202,138,4,.15)}.text-yellow-600\/20{color:rgba(202,138,4,.2)}.text-yellow-600\/25{color:rgba(202,138,4,.25)}.text-yellow-600\/30{color:rgba(202,138,4,.3)}.text-yellow-600\/35{color:rgba(202,138,4,.35)}.text-yellow-600\/40{color:rgba(202,138,4,.4)}.text-yellow-600\/45{color:rgba(202,138,4,.45)}.text-yellow-600\/5{color:rgba(202,138,4,.05)}.text-yellow-600\/50{color:rgba(202,138,4,.5)}.text-yellow-600\/55{color:rgba(202,138,4,.55)}.text-yellow-600\/60{color:rgba(202,138,4,.6)}.text-yellow-600\/65{color:rgba(202,138,4,.65)}.text-yellow-600\/70{color:rgba(202,138,4,.7)}.text-yellow-600\/75{color:rgba(202,138,4,.75)}.text-yellow-600\/80{color:rgba(202,138,4,.8)}.text-yellow-600\/85{color:rgba(202,138,4,.85)}.text-yellow-600\/90{color:rgba(202,138,4,.9)}.text-yellow-600\/95{color:rgba(202,138,4,.95)}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.text-yellow-700\/0{color:rgba(161,98,7,0)}.text-yellow-700\/10{color:rgba(161,98,7,.1)}.text-yellow-700\/100{color:#a16207}.text-yellow-700\/15{color:rgba(161,98,7,.15)}.text-yellow-700\/20{color:rgba(161,98,7,.2)}.text-yellow-700\/25{color:rgba(161,98,7,.25)}.text-yellow-700\/30{color:rgba(161,98,7,.3)}.text-yellow-700\/35{color:rgba(161,98,7,.35)}.text-yellow-700\/40{color:rgba(161,98,7,.4)}.text-yellow-700\/45{color:rgba(161,98,7,.45)}.text-yellow-700\/5{color:rgba(161,98,7,.05)}.text-yellow-700\/50{color:rgba(161,98,7,.5)}.text-yellow-700\/55{color:rgba(161,98,7,.55)}.text-yellow-700\/60{color:rgba(161,98,7,.6)}.text-yellow-700\/65{color:rgba(161,98,7,.65)}.text-yellow-700\/70{color:rgba(161,98,7,.7)}.text-yellow-700\/75{color:rgba(161,98,7,.75)}.text-yellow-700\/80{color:rgba(161,98,7,.8)}.text-yellow-700\/85{color:rgba(161,98,7,.85)}.text-yellow-700\/90{color:rgba(161,98,7,.9)}.text-yellow-700\/95{color:rgba(161,98,7,.95)}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.text-yellow-800\/0{color:rgba(133,77,14,0)}.text-yellow-800\/10{color:rgba(133,77,14,.1)}.text-yellow-800\/100{color:#854d0e}.text-yellow-800\/15{color:rgba(133,77,14,.15)}.text-yellow-800\/20{color:rgba(133,77,14,.2)}.text-yellow-800\/25{color:rgba(133,77,14,.25)}.text-yellow-800\/30{color:rgba(133,77,14,.3)}.text-yellow-800\/35{color:rgba(133,77,14,.35)}.text-yellow-800\/40{color:rgba(133,77,14,.4)}.text-yellow-800\/45{color:rgba(133,77,14,.45)}.text-yellow-800\/5{color:rgba(133,77,14,.05)}.text-yellow-800\/50{color:rgba(133,77,14,.5)}.text-yellow-800\/55{color:rgba(133,77,14,.55)}.text-yellow-800\/60{color:rgba(133,77,14,.6)}.text-yellow-800\/65{color:rgba(133,77,14,.65)}.text-yellow-800\/70{color:rgba(133,77,14,.7)}.text-yellow-800\/75{color:rgba(133,77,14,.75)}.text-yellow-800\/80{color:rgba(133,77,14,.8)}.text-yellow-800\/85{color:rgba(133,77,14,.85)}.text-yellow-800\/90{color:rgba(133,77,14,.9)}.text-yellow-800\/95{color:rgba(133,77,14,.95)}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.text-yellow-900\/0{color:rgba(113,63,18,0)}.text-yellow-900\/10{color:rgba(113,63,18,.1)}.text-yellow-900\/100{color:#713f12}.text-yellow-900\/15{color:rgba(113,63,18,.15)}.text-yellow-900\/20{color:rgba(113,63,18,.2)}.text-yellow-900\/25{color:rgba(113,63,18,.25)}.text-yellow-900\/30{color:rgba(113,63,18,.3)}.text-yellow-900\/35{color:rgba(113,63,18,.35)}.text-yellow-900\/40{color:rgba(113,63,18,.4)}.text-yellow-900\/45{color:rgba(113,63,18,.45)}.text-yellow-900\/5{color:rgba(113,63,18,.05)}.text-yellow-900\/50{color:rgba(113,63,18,.5)}.text-yellow-900\/55{color:rgba(113,63,18,.55)}.text-yellow-900\/60{color:rgba(113,63,18,.6)}.text-yellow-900\/65{color:rgba(113,63,18,.65)}.text-yellow-900\/70{color:rgba(113,63,18,.7)}.text-yellow-900\/75{color:rgba(113,63,18,.75)}.text-yellow-900\/80{color:rgba(113,63,18,.8)}.text-yellow-900\/85{color:rgba(113,63,18,.85)}.text-yellow-900\/90{color:rgba(113,63,18,.9)}.text-yellow-900\/95{color:rgba(113,63,18,.95)}.underline{text-decoration-line:underline}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.drop-shadow-2xl,.drop-shadow-lg{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.drop-shadow-md,.drop-shadow-none{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-none{--tw-drop-shadow:drop-shadow(0 0 #0000)}.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,.05))}.drop-shadow-sm,.drop-shadow-xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-xl{--tw-drop-shadow:drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}#header h1.site_title,.header{background-color:#a3c612!important}#header h1.site_title{text-shadow:none}#header .tabs>li.current>a,#header .tabs>li:hover>a,#header a.has_nested.current,#header a.has_nested:hover{background-color:#879f13!important}#header a,#header a:link,#header a:visited{color:#fff!important}.panel>h3{background-color:#a3c612!important;color:#fff!important;text-shadow:none!important}.button,button,input[type=button],input[type=submit]{background:#a3c612!important;color:#fff!important;text-shadow:none!important}.button:hover,button:hover,input[type=button]:hover,input[type=submit]:hover{background:#879f13!important}.sidebar_section h3{text-shadow:none!important}.scope.selected a,.sidebar_section h3{background-color:#a3c612!important;color:#fff!important}.table_tools .scopes ul li a{color:#a3c612!important}.pagination a:hover,.table_tools .scopes ul li.selected a{background-color:#a3c612!important;color:#fff!important}.pagination .current{background-color:#a3c612!important}.attributes_table th{color:#a3c612!important}.status_tag.active,.status_tag.completed,.status_tag.yes{background:#a3c612!important}form .inputs>legend,form fieldset>legend{color:#a3c612!important}form input:focus,form select:focus,form textarea:focus{border-color:#a3c612!important;box-shadow:0 0 0 2px rgba(163,198,18,.25)!important}.tabs li.active a{border-top:2px solid #a3c612!important}.tabs li a:hover,.tabs li.active a{color:#a3c612!important}.comment .active_admin_comment_meta{font-size:.875rem;line-height:1.25rem;margin-bottom:.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.comment .active_admin_comment_meta .active_admin_comment_author{font-weight:500;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.comment .active_admin_comment_body{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}@media (prefers-color-scheme:dark){body.active_admin{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}#header{--tw-gradient-from:#312e81 var(--tw-gradient-from-position);--tw-gradient-to:rgba(49,46,129,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}#header,table.index_table th{background-image:linear-gradient(to right,var(--tw-gradient-stops))}table.index_table th{--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:rgba(31,41,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#374151 var(--tw-gradient-to-position);--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}table.index_table tr.odd td{background-color:rgb(31 41 55/var(--tw-bg-opacity))}table.index_table tr.even td,table.index_table tr.odd td{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}table.index_table tr.even td{background-color:rgb(55 65 81/var(--tw-bg-opacity))}table.index_table tr:hover td{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}table.index_table td{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.comments,.filter_form,.panel,.sidebar_section,form fieldset{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.comments h3,.panel h3,.sidebar_section h3,form fieldset legend{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#374151 var(--tw-gradient-from-position);--tw-gradient-to:rgba(55,65,81,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#4b5563 var(--tw-gradient-to-position);--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}form label{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}form input[type=email],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form input[type=url],form select,form textarea{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.hover\:border-blue-100\/0:hover{border-color:rgba(219,234,254,0)}.hover\:border-blue-100\/10:hover{border-color:rgba(219,234,254,.1)}.hover\:border-blue-100\/100:hover{border-color:#dbeafe}.hover\:border-blue-100\/15:hover{border-color:rgba(219,234,254,.15)}.hover\:border-blue-100\/20:hover{border-color:rgba(219,234,254,.2)}.hover\:border-blue-100\/25:hover{border-color:rgba(219,234,254,.25)}.hover\:border-blue-100\/30:hover{border-color:rgba(219,234,254,.3)}.hover\:border-blue-100\/35:hover{border-color:rgba(219,234,254,.35)}.hover\:border-blue-100\/40:hover{border-color:rgba(219,234,254,.4)}.hover\:border-blue-100\/45:hover{border-color:rgba(219,234,254,.45)}.hover\:border-blue-100\/5:hover{border-color:rgba(219,234,254,.05)}.hover\:border-blue-100\/50:hover{border-color:rgba(219,234,254,.5)}.hover\:border-blue-100\/55:hover{border-color:rgba(219,234,254,.55)}.hover\:border-blue-100\/60:hover{border-color:rgba(219,234,254,.6)}.hover\:border-blue-100\/65:hover{border-color:rgba(219,234,254,.65)}.hover\:border-blue-100\/70:hover{border-color:rgba(219,234,254,.7)}.hover\:border-blue-100\/75:hover{border-color:rgba(219,234,254,.75)}.hover\:border-blue-100\/80:hover{border-color:rgba(219,234,254,.8)}.hover\:border-blue-100\/85:hover{border-color:rgba(219,234,254,.85)}.hover\:border-blue-100\/90:hover{border-color:rgba(219,234,254,.9)}.hover\:border-blue-100\/95:hover{border-color:rgba(219,234,254,.95)}.hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.hover\:border-blue-200\/0:hover{border-color:rgba(191,219,254,0)}.hover\:border-blue-200\/10:hover{border-color:rgba(191,219,254,.1)}.hover\:border-blue-200\/100:hover{border-color:#bfdbfe}.hover\:border-blue-200\/15:hover{border-color:rgba(191,219,254,.15)}.hover\:border-blue-200\/20:hover{border-color:rgba(191,219,254,.2)}.hover\:border-blue-200\/25:hover{border-color:rgba(191,219,254,.25)}.hover\:border-blue-200\/30:hover{border-color:rgba(191,219,254,.3)}.hover\:border-blue-200\/35:hover{border-color:rgba(191,219,254,.35)}.hover\:border-blue-200\/40:hover{border-color:rgba(191,219,254,.4)}.hover\:border-blue-200\/45:hover{border-color:rgba(191,219,254,.45)}.hover\:border-blue-200\/5:hover{border-color:rgba(191,219,254,.05)}.hover\:border-blue-200\/50:hover{border-color:rgba(191,219,254,.5)}.hover\:border-blue-200\/55:hover{border-color:rgba(191,219,254,.55)}.hover\:border-blue-200\/60:hover{border-color:rgba(191,219,254,.6)}.hover\:border-blue-200\/65:hover{border-color:rgba(191,219,254,.65)}.hover\:border-blue-200\/70:hover{border-color:rgba(191,219,254,.7)}.hover\:border-blue-200\/75:hover{border-color:rgba(191,219,254,.75)}.hover\:border-blue-200\/80:hover{border-color:rgba(191,219,254,.8)}.hover\:border-blue-200\/85:hover{border-color:rgba(191,219,254,.85)}.hover\:border-blue-200\/90:hover{border-color:rgba(191,219,254,.9)}.hover\:border-blue-200\/95:hover{border-color:rgba(191,219,254,.95)}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.hover\:border-blue-300\/0:hover{border-color:rgba(147,197,253,0)}.hover\:border-blue-300\/10:hover{border-color:rgba(147,197,253,.1)}.hover\:border-blue-300\/100:hover{border-color:#93c5fd}.hover\:border-blue-300\/15:hover{border-color:rgba(147,197,253,.15)}.hover\:border-blue-300\/20:hover{border-color:rgba(147,197,253,.2)}.hover\:border-blue-300\/25:hover{border-color:rgba(147,197,253,.25)}.hover\:border-blue-300\/30:hover{border-color:rgba(147,197,253,.3)}.hover\:border-blue-300\/35:hover{border-color:rgba(147,197,253,.35)}.hover\:border-blue-300\/40:hover{border-color:rgba(147,197,253,.4)}.hover\:border-blue-300\/45:hover{border-color:rgba(147,197,253,.45)}.hover\:border-blue-300\/5:hover{border-color:rgba(147,197,253,.05)}.hover\:border-blue-300\/50:hover{border-color:rgba(147,197,253,.5)}.hover\:border-blue-300\/55:hover{border-color:rgba(147,197,253,.55)}.hover\:border-blue-300\/60:hover{border-color:rgba(147,197,253,.6)}.hover\:border-blue-300\/65:hover{border-color:rgba(147,197,253,.65)}.hover\:border-blue-300\/70:hover{border-color:rgba(147,197,253,.7)}.hover\:border-blue-300\/75:hover{border-color:rgba(147,197,253,.75)}.hover\:border-blue-300\/80:hover{border-color:rgba(147,197,253,.8)}.hover\:border-blue-300\/85:hover{border-color:rgba(147,197,253,.85)}.hover\:border-blue-300\/90:hover{border-color:rgba(147,197,253,.9)}.hover\:border-blue-300\/95:hover{border-color:rgba(147,197,253,.95)}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.hover\:border-blue-400\/0:hover{border-color:rgba(96,165,250,0)}.hover\:border-blue-400\/10:hover{border-color:rgba(96,165,250,.1)}.hover\:border-blue-400\/100:hover{border-color:#60a5fa}.hover\:border-blue-400\/15:hover{border-color:rgba(96,165,250,.15)}.hover\:border-blue-400\/20:hover{border-color:rgba(96,165,250,.2)}.hover\:border-blue-400\/25:hover{border-color:rgba(96,165,250,.25)}.hover\:border-blue-400\/30:hover{border-color:rgba(96,165,250,.3)}.hover\:border-blue-400\/35:hover{border-color:rgba(96,165,250,.35)}.hover\:border-blue-400\/40:hover{border-color:rgba(96,165,250,.4)}.hover\:border-blue-400\/45:hover{border-color:rgba(96,165,250,.45)}.hover\:border-blue-400\/5:hover{border-color:rgba(96,165,250,.05)}.hover\:border-blue-400\/50:hover{border-color:rgba(96,165,250,.5)}.hover\:border-blue-400\/55:hover{border-color:rgba(96,165,250,.55)}.hover\:border-blue-400\/60:hover{border-color:rgba(96,165,250,.6)}.hover\:border-blue-400\/65:hover{border-color:rgba(96,165,250,.65)}.hover\:border-blue-400\/70:hover{border-color:rgba(96,165,250,.7)}.hover\:border-blue-400\/75:hover{border-color:rgba(96,165,250,.75)}.hover\:border-blue-400\/80:hover{border-color:rgba(96,165,250,.8)}.hover\:border-blue-400\/85:hover{border-color:rgba(96,165,250,.85)}.hover\:border-blue-400\/90:hover{border-color:rgba(96,165,250,.9)}.hover\:border-blue-400\/95:hover{border-color:rgba(96,165,250,.95)}.hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgb(239 246 255/var(--tw-border-opacity))}.hover\:border-blue-50\/0:hover{border-color:rgba(239,246,255,0)}.hover\:border-blue-50\/10:hover{border-color:rgba(239,246,255,.1)}.hover\:border-blue-50\/100:hover{border-color:#eff6ff}.hover\:border-blue-50\/15:hover{border-color:rgba(239,246,255,.15)}.hover\:border-blue-50\/20:hover{border-color:rgba(239,246,255,.2)}.hover\:border-blue-50\/25:hover{border-color:rgba(239,246,255,.25)}.hover\:border-blue-50\/30:hover{border-color:rgba(239,246,255,.3)}.hover\:border-blue-50\/35:hover{border-color:rgba(239,246,255,.35)}.hover\:border-blue-50\/40:hover{border-color:rgba(239,246,255,.4)}.hover\:border-blue-50\/45:hover{border-color:rgba(239,246,255,.45)}.hover\:border-blue-50\/5:hover{border-color:rgba(239,246,255,.05)}.hover\:border-blue-50\/50:hover{border-color:rgba(239,246,255,.5)}.hover\:border-blue-50\/55:hover{border-color:rgba(239,246,255,.55)}.hover\:border-blue-50\/60:hover{border-color:rgba(239,246,255,.6)}.hover\:border-blue-50\/65:hover{border-color:rgba(239,246,255,.65)}.hover\:border-blue-50\/70:hover{border-color:rgba(239,246,255,.7)}.hover\:border-blue-50\/75:hover{border-color:rgba(239,246,255,.75)}.hover\:border-blue-50\/80:hover{border-color:rgba(239,246,255,.8)}.hover\:border-blue-50\/85:hover{border-color:rgba(239,246,255,.85)}.hover\:border-blue-50\/90:hover{border-color:rgba(239,246,255,.9)}.hover\:border-blue-50\/95:hover{border-color:rgba(239,246,255,.95)}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.hover\:border-blue-500\/0:hover{border-color:rgba(59,130,246,0)}.hover\:border-blue-500\/10:hover{border-color:rgba(59,130,246,.1)}.hover\:border-blue-500\/100:hover{border-color:#3b82f6}.hover\:border-blue-500\/15:hover{border-color:rgba(59,130,246,.15)}.hover\:border-blue-500\/20:hover{border-color:rgba(59,130,246,.2)}.hover\:border-blue-500\/25:hover{border-color:rgba(59,130,246,.25)}.hover\:border-blue-500\/30:hover{border-color:rgba(59,130,246,.3)}.hover\:border-blue-500\/35:hover{border-color:rgba(59,130,246,.35)}.hover\:border-blue-500\/40:hover{border-color:rgba(59,130,246,.4)}.hover\:border-blue-500\/45:hover{border-color:rgba(59,130,246,.45)}.hover\:border-blue-500\/5:hover{border-color:rgba(59,130,246,.05)}.hover\:border-blue-500\/50:hover{border-color:rgba(59,130,246,.5)}.hover\:border-blue-500\/55:hover{border-color:rgba(59,130,246,.55)}.hover\:border-blue-500\/60:hover{border-color:rgba(59,130,246,.6)}.hover\:border-blue-500\/65:hover{border-color:rgba(59,130,246,.65)}.hover\:border-blue-500\/70:hover{border-color:rgba(59,130,246,.7)}.hover\:border-blue-500\/75:hover{border-color:rgba(59,130,246,.75)}.hover\:border-blue-500\/80:hover{border-color:rgba(59,130,246,.8)}.hover\:border-blue-500\/85:hover{border-color:rgba(59,130,246,.85)}.hover\:border-blue-500\/90:hover{border-color:rgba(59,130,246,.9)}.hover\:border-blue-500\/95:hover{border-color:rgba(59,130,246,.95)}.hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.hover\:border-blue-600\/0:hover{border-color:rgba(37,99,235,0)}.hover\:border-blue-600\/10:hover{border-color:rgba(37,99,235,.1)}.hover\:border-blue-600\/100:hover{border-color:#2563eb}.hover\:border-blue-600\/15:hover{border-color:rgba(37,99,235,.15)}.hover\:border-blue-600\/20:hover{border-color:rgba(37,99,235,.2)}.hover\:border-blue-600\/25:hover{border-color:rgba(37,99,235,.25)}.hover\:border-blue-600\/30:hover{border-color:rgba(37,99,235,.3)}.hover\:border-blue-600\/35:hover{border-color:rgba(37,99,235,.35)}.hover\:border-blue-600\/40:hover{border-color:rgba(37,99,235,.4)}.hover\:border-blue-600\/45:hover{border-color:rgba(37,99,235,.45)}.hover\:border-blue-600\/5:hover{border-color:rgba(37,99,235,.05)}.hover\:border-blue-600\/50:hover{border-color:rgba(37,99,235,.5)}.hover\:border-blue-600\/55:hover{border-color:rgba(37,99,235,.55)}.hover\:border-blue-600\/60:hover{border-color:rgba(37,99,235,.6)}.hover\:border-blue-600\/65:hover{border-color:rgba(37,99,235,.65)}.hover\:border-blue-600\/70:hover{border-color:rgba(37,99,235,.7)}.hover\:border-blue-600\/75:hover{border-color:rgba(37,99,235,.75)}.hover\:border-blue-600\/80:hover{border-color:rgba(37,99,235,.8)}.hover\:border-blue-600\/85:hover{border-color:rgba(37,99,235,.85)}.hover\:border-blue-600\/90:hover{border-color:rgba(37,99,235,.9)}.hover\:border-blue-600\/95:hover{border-color:rgba(37,99,235,.95)}.hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.hover\:border-blue-700\/0:hover{border-color:rgba(29,78,216,0)}.hover\:border-blue-700\/10:hover{border-color:rgba(29,78,216,.1)}.hover\:border-blue-700\/100:hover{border-color:#1d4ed8}.hover\:border-blue-700\/15:hover{border-color:rgba(29,78,216,.15)}.hover\:border-blue-700\/20:hover{border-color:rgba(29,78,216,.2)}.hover\:border-blue-700\/25:hover{border-color:rgba(29,78,216,.25)}.hover\:border-blue-700\/30:hover{border-color:rgba(29,78,216,.3)}.hover\:border-blue-700\/35:hover{border-color:rgba(29,78,216,.35)}.hover\:border-blue-700\/40:hover{border-color:rgba(29,78,216,.4)}.hover\:border-blue-700\/45:hover{border-color:rgba(29,78,216,.45)}.hover\:border-blue-700\/5:hover{border-color:rgba(29,78,216,.05)}.hover\:border-blue-700\/50:hover{border-color:rgba(29,78,216,.5)}.hover\:border-blue-700\/55:hover{border-color:rgba(29,78,216,.55)}.hover\:border-blue-700\/60:hover{border-color:rgba(29,78,216,.6)}.hover\:border-blue-700\/65:hover{border-color:rgba(29,78,216,.65)}.hover\:border-blue-700\/70:hover{border-color:rgba(29,78,216,.7)}.hover\:border-blue-700\/75:hover{border-color:rgba(29,78,216,.75)}.hover\:border-blue-700\/80:hover{border-color:rgba(29,78,216,.8)}.hover\:border-blue-700\/85:hover{border-color:rgba(29,78,216,.85)}.hover\:border-blue-700\/90:hover{border-color:rgba(29,78,216,.9)}.hover\:border-blue-700\/95:hover{border-color:rgba(29,78,216,.95)}.hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.hover\:border-blue-800\/0:hover{border-color:rgba(30,64,175,0)}.hover\:border-blue-800\/10:hover{border-color:rgba(30,64,175,.1)}.hover\:border-blue-800\/100:hover{border-color:#1e40af}.hover\:border-blue-800\/15:hover{border-color:rgba(30,64,175,.15)}.hover\:border-blue-800\/20:hover{border-color:rgba(30,64,175,.2)}.hover\:border-blue-800\/25:hover{border-color:rgba(30,64,175,.25)}.hover\:border-blue-800\/30:hover{border-color:rgba(30,64,175,.3)}.hover\:border-blue-800\/35:hover{border-color:rgba(30,64,175,.35)}.hover\:border-blue-800\/40:hover{border-color:rgba(30,64,175,.4)}.hover\:border-blue-800\/45:hover{border-color:rgba(30,64,175,.45)}.hover\:border-blue-800\/5:hover{border-color:rgba(30,64,175,.05)}.hover\:border-blue-800\/50:hover{border-color:rgba(30,64,175,.5)}.hover\:border-blue-800\/55:hover{border-color:rgba(30,64,175,.55)}.hover\:border-blue-800\/60:hover{border-color:rgba(30,64,175,.6)}.hover\:border-blue-800\/65:hover{border-color:rgba(30,64,175,.65)}.hover\:border-blue-800\/70:hover{border-color:rgba(30,64,175,.7)}.hover\:border-blue-800\/75:hover{border-color:rgba(30,64,175,.75)}.hover\:border-blue-800\/80:hover{border-color:rgba(30,64,175,.8)}.hover\:border-blue-800\/85:hover{border-color:rgba(30,64,175,.85)}.hover\:border-blue-800\/90:hover{border-color:rgba(30,64,175,.9)}.hover\:border-blue-800\/95:hover{border-color:rgba(30,64,175,.95)}.hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity))}.hover\:border-blue-900\/0:hover{border-color:rgba(30,58,138,0)}.hover\:border-blue-900\/10:hover{border-color:rgba(30,58,138,.1)}.hover\:border-blue-900\/100:hover{border-color:#1e3a8a}.hover\:border-blue-900\/15:hover{border-color:rgba(30,58,138,.15)}.hover\:border-blue-900\/20:hover{border-color:rgba(30,58,138,.2)}.hover\:border-blue-900\/25:hover{border-color:rgba(30,58,138,.25)}.hover\:border-blue-900\/30:hover{border-color:rgba(30,58,138,.3)}.hover\:border-blue-900\/35:hover{border-color:rgba(30,58,138,.35)}.hover\:border-blue-900\/40:hover{border-color:rgba(30,58,138,.4)}.hover\:border-blue-900\/45:hover{border-color:rgba(30,58,138,.45)}.hover\:border-blue-900\/5:hover{border-color:rgba(30,58,138,.05)}.hover\:border-blue-900\/50:hover{border-color:rgba(30,58,138,.5)}.hover\:border-blue-900\/55:hover{border-color:rgba(30,58,138,.55)}.hover\:border-blue-900\/60:hover{border-color:rgba(30,58,138,.6)}.hover\:border-blue-900\/65:hover{border-color:rgba(30,58,138,.65)}.hover\:border-blue-900\/70:hover{border-color:rgba(30,58,138,.7)}.hover\:border-blue-900\/75:hover{border-color:rgba(30,58,138,.75)}.hover\:border-blue-900\/80:hover{border-color:rgba(30,58,138,.8)}.hover\:border-blue-900\/85:hover{border-color:rgba(30,58,138,.85)}.hover\:border-blue-900\/90:hover{border-color:rgba(30,58,138,.9)}.hover\:border-blue-900\/95:hover{border-color:rgba(30,58,138,.95)}.hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.hover\:border-gray-100\/0:hover{border-color:rgba(243,244,246,0)}.hover\:border-gray-100\/10:hover{border-color:rgba(243,244,246,.1)}.hover\:border-gray-100\/100:hover{border-color:#f3f4f6}.hover\:border-gray-100\/15:hover{border-color:rgba(243,244,246,.15)}.hover\:border-gray-100\/20:hover{border-color:rgba(243,244,246,.2)}.hover\:border-gray-100\/25:hover{border-color:rgba(243,244,246,.25)}.hover\:border-gray-100\/30:hover{border-color:rgba(243,244,246,.3)}.hover\:border-gray-100\/35:hover{border-color:rgba(243,244,246,.35)}.hover\:border-gray-100\/40:hover{border-color:rgba(243,244,246,.4)}.hover\:border-gray-100\/45:hover{border-color:rgba(243,244,246,.45)}.hover\:border-gray-100\/5:hover{border-color:rgba(243,244,246,.05)}.hover\:border-gray-100\/50:hover{border-color:rgba(243,244,246,.5)}.hover\:border-gray-100\/55:hover{border-color:rgba(243,244,246,.55)}.hover\:border-gray-100\/60:hover{border-color:rgba(243,244,246,.6)}.hover\:border-gray-100\/65:hover{border-color:rgba(243,244,246,.65)}.hover\:border-gray-100\/70:hover{border-color:rgba(243,244,246,.7)}.hover\:border-gray-100\/75:hover{border-color:rgba(243,244,246,.75)}.hover\:border-gray-100\/80:hover{border-color:rgba(243,244,246,.8)}.hover\:border-gray-100\/85:hover{border-color:rgba(243,244,246,.85)}.hover\:border-gray-100\/90:hover{border-color:rgba(243,244,246,.9)}.hover\:border-gray-100\/95:hover{border-color:rgba(243,244,246,.95)}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.hover\:border-gray-200\/0:hover{border-color:rgba(229,231,235,0)}.hover\:border-gray-200\/10:hover{border-color:rgba(229,231,235,.1)}.hover\:border-gray-200\/100:hover{border-color:#e5e7eb}.hover\:border-gray-200\/15:hover{border-color:rgba(229,231,235,.15)}.hover\:border-gray-200\/20:hover{border-color:rgba(229,231,235,.2)}.hover\:border-gray-200\/25:hover{border-color:rgba(229,231,235,.25)}.hover\:border-gray-200\/30:hover{border-color:rgba(229,231,235,.3)}.hover\:border-gray-200\/35:hover{border-color:rgba(229,231,235,.35)}.hover\:border-gray-200\/40:hover{border-color:rgba(229,231,235,.4)}.hover\:border-gray-200\/45:hover{border-color:rgba(229,231,235,.45)}.hover\:border-gray-200\/5:hover{border-color:rgba(229,231,235,.05)}.hover\:border-gray-200\/50:hover{border-color:rgba(229,231,235,.5)}.hover\:border-gray-200\/55:hover{border-color:rgba(229,231,235,.55)}.hover\:border-gray-200\/60:hover{border-color:rgba(229,231,235,.6)}.hover\:border-gray-200\/65:hover{border-color:rgba(229,231,235,.65)}.hover\:border-gray-200\/70:hover{border-color:rgba(229,231,235,.7)}.hover\:border-gray-200\/75:hover{border-color:rgba(229,231,235,.75)}.hover\:border-gray-200\/80:hover{border-color:rgba(229,231,235,.8)}.hover\:border-gray-200\/85:hover{border-color:rgba(229,231,235,.85)}.hover\:border-gray-200\/90:hover{border-color:rgba(229,231,235,.9)}.hover\:border-gray-200\/95:hover{border-color:rgba(229,231,235,.95)}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.hover\:border-gray-300\/0:hover{border-color:rgba(209,213,219,0)}.hover\:border-gray-300\/10:hover{border-color:rgba(209,213,219,.1)}.hover\:border-gray-300\/100:hover{border-color:#d1d5db}.hover\:border-gray-300\/15:hover{border-color:rgba(209,213,219,.15)}.hover\:border-gray-300\/20:hover{border-color:rgba(209,213,219,.2)}.hover\:border-gray-300\/25:hover{border-color:rgba(209,213,219,.25)}.hover\:border-gray-300\/30:hover{border-color:rgba(209,213,219,.3)}.hover\:border-gray-300\/35:hover{border-color:rgba(209,213,219,.35)}.hover\:border-gray-300\/40:hover{border-color:rgba(209,213,219,.4)}.hover\:border-gray-300\/45:hover{border-color:rgba(209,213,219,.45)}.hover\:border-gray-300\/5:hover{border-color:rgba(209,213,219,.05)}.hover\:border-gray-300\/50:hover{border-color:rgba(209,213,219,.5)}.hover\:border-gray-300\/55:hover{border-color:rgba(209,213,219,.55)}.hover\:border-gray-300\/60:hover{border-color:rgba(209,213,219,.6)}.hover\:border-gray-300\/65:hover{border-color:rgba(209,213,219,.65)}.hover\:border-gray-300\/70:hover{border-color:rgba(209,213,219,.7)}.hover\:border-gray-300\/75:hover{border-color:rgba(209,213,219,.75)}.hover\:border-gray-300\/80:hover{border-color:rgba(209,213,219,.8)}.hover\:border-gray-300\/85:hover{border-color:rgba(209,213,219,.85)}.hover\:border-gray-300\/90:hover{border-color:rgba(209,213,219,.9)}.hover\:border-gray-300\/95:hover{border-color:rgba(209,213,219,.95)}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.hover\:border-gray-400\/0:hover{border-color:rgba(156,163,175,0)}.hover\:border-gray-400\/10:hover{border-color:rgba(156,163,175,.1)}.hover\:border-gray-400\/100:hover{border-color:#9ca3af}.hover\:border-gray-400\/15:hover{border-color:rgba(156,163,175,.15)}.hover\:border-gray-400\/20:hover{border-color:rgba(156,163,175,.2)}.hover\:border-gray-400\/25:hover{border-color:rgba(156,163,175,.25)}.hover\:border-gray-400\/30:hover{border-color:rgba(156,163,175,.3)}.hover\:border-gray-400\/35:hover{border-color:rgba(156,163,175,.35)}.hover\:border-gray-400\/40:hover{border-color:rgba(156,163,175,.4)}.hover\:border-gray-400\/45:hover{border-color:rgba(156,163,175,.45)}.hover\:border-gray-400\/5:hover{border-color:rgba(156,163,175,.05)}.hover\:border-gray-400\/50:hover{border-color:rgba(156,163,175,.5)}.hover\:border-gray-400\/55:hover{border-color:rgba(156,163,175,.55)}.hover\:border-gray-400\/60:hover{border-color:rgba(156,163,175,.6)}.hover\:border-gray-400\/65:hover{border-color:rgba(156,163,175,.65)}.hover\:border-gray-400\/70:hover{border-color:rgba(156,163,175,.7)}.hover\:border-gray-400\/75:hover{border-color:rgba(156,163,175,.75)}.hover\:border-gray-400\/80:hover{border-color:rgba(156,163,175,.8)}.hover\:border-gray-400\/85:hover{border-color:rgba(156,163,175,.85)}.hover\:border-gray-400\/90:hover{border-color:rgba(156,163,175,.9)}.hover\:border-gray-400\/95:hover{border-color:rgba(156,163,175,.95)}.hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.hover\:border-gray-50\/0:hover{border-color:rgba(249,250,251,0)}.hover\:border-gray-50\/10:hover{border-color:rgba(249,250,251,.1)}.hover\:border-gray-50\/100:hover{border-color:#f9fafb}.hover\:border-gray-50\/15:hover{border-color:rgba(249,250,251,.15)}.hover\:border-gray-50\/20:hover{border-color:rgba(249,250,251,.2)}.hover\:border-gray-50\/25:hover{border-color:rgba(249,250,251,.25)}.hover\:border-gray-50\/30:hover{border-color:rgba(249,250,251,.3)}.hover\:border-gray-50\/35:hover{border-color:rgba(249,250,251,.35)}.hover\:border-gray-50\/40:hover{border-color:rgba(249,250,251,.4)}.hover\:border-gray-50\/45:hover{border-color:rgba(249,250,251,.45)}.hover\:border-gray-50\/5:hover{border-color:rgba(249,250,251,.05)}.hover\:border-gray-50\/50:hover{border-color:rgba(249,250,251,.5)}.hover\:border-gray-50\/55:hover{border-color:rgba(249,250,251,.55)}.hover\:border-gray-50\/60:hover{border-color:rgba(249,250,251,.6)}.hover\:border-gray-50\/65:hover{border-color:rgba(249,250,251,.65)}.hover\:border-gray-50\/70:hover{border-color:rgba(249,250,251,.7)}.hover\:border-gray-50\/75:hover{border-color:rgba(249,250,251,.75)}.hover\:border-gray-50\/80:hover{border-color:rgba(249,250,251,.8)}.hover\:border-gray-50\/85:hover{border-color:rgba(249,250,251,.85)}.hover\:border-gray-50\/90:hover{border-color:rgba(249,250,251,.9)}.hover\:border-gray-50\/95:hover{border-color:rgba(249,250,251,.95)}.hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.hover\:border-gray-500\/0:hover{border-color:hsla(220,9%,46%,0)}.hover\:border-gray-500\/10:hover{border-color:hsla(220,9%,46%,.1)}.hover\:border-gray-500\/100:hover{border-color:#6b7280}.hover\:border-gray-500\/15:hover{border-color:hsla(220,9%,46%,.15)}.hover\:border-gray-500\/20:hover{border-color:hsla(220,9%,46%,.2)}.hover\:border-gray-500\/25:hover{border-color:hsla(220,9%,46%,.25)}.hover\:border-gray-500\/30:hover{border-color:hsla(220,9%,46%,.3)}.hover\:border-gray-500\/35:hover{border-color:hsla(220,9%,46%,.35)}.hover\:border-gray-500\/40:hover{border-color:hsla(220,9%,46%,.4)}.hover\:border-gray-500\/45:hover{border-color:hsla(220,9%,46%,.45)}.hover\:border-gray-500\/5:hover{border-color:hsla(220,9%,46%,.05)}.hover\:border-gray-500\/50:hover{border-color:hsla(220,9%,46%,.5)}.hover\:border-gray-500\/55:hover{border-color:hsla(220,9%,46%,.55)}.hover\:border-gray-500\/60:hover{border-color:hsla(220,9%,46%,.6)}.hover\:border-gray-500\/65:hover{border-color:hsla(220,9%,46%,.65)}.hover\:border-gray-500\/70:hover{border-color:hsla(220,9%,46%,.7)}.hover\:border-gray-500\/75:hover{border-color:hsla(220,9%,46%,.75)}.hover\:border-gray-500\/80:hover{border-color:hsla(220,9%,46%,.8)}.hover\:border-gray-500\/85:hover{border-color:hsla(220,9%,46%,.85)}.hover\:border-gray-500\/90:hover{border-color:hsla(220,9%,46%,.9)}.hover\:border-gray-500\/95:hover{border-color:hsla(220,9%,46%,.95)}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.hover\:border-gray-600\/0:hover{border-color:rgba(75,85,99,0)}.hover\:border-gray-600\/10:hover{border-color:rgba(75,85,99,.1)}.hover\:border-gray-600\/100:hover{border-color:#4b5563}.hover\:border-gray-600\/15:hover{border-color:rgba(75,85,99,.15)}.hover\:border-gray-600\/20:hover{border-color:rgba(75,85,99,.2)}.hover\:border-gray-600\/25:hover{border-color:rgba(75,85,99,.25)}.hover\:border-gray-600\/30:hover{border-color:rgba(75,85,99,.3)}.hover\:border-gray-600\/35:hover{border-color:rgba(75,85,99,.35)}.hover\:border-gray-600\/40:hover{border-color:rgba(75,85,99,.4)}.hover\:border-gray-600\/45:hover{border-color:rgba(75,85,99,.45)}.hover\:border-gray-600\/5:hover{border-color:rgba(75,85,99,.05)}.hover\:border-gray-600\/50:hover{border-color:rgba(75,85,99,.5)}.hover\:border-gray-600\/55:hover{border-color:rgba(75,85,99,.55)}.hover\:border-gray-600\/60:hover{border-color:rgba(75,85,99,.6)}.hover\:border-gray-600\/65:hover{border-color:rgba(75,85,99,.65)}.hover\:border-gray-600\/70:hover{border-color:rgba(75,85,99,.7)}.hover\:border-gray-600\/75:hover{border-color:rgba(75,85,99,.75)}.hover\:border-gray-600\/80:hover{border-color:rgba(75,85,99,.8)}.hover\:border-gray-600\/85:hover{border-color:rgba(75,85,99,.85)}.hover\:border-gray-600\/90:hover{border-color:rgba(75,85,99,.9)}.hover\:border-gray-600\/95:hover{border-color:rgba(75,85,99,.95)}.hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.hover\:border-gray-700\/0:hover{border-color:rgba(55,65,81,0)}.hover\:border-gray-700\/10:hover{border-color:rgba(55,65,81,.1)}.hover\:border-gray-700\/100:hover{border-color:#374151}.hover\:border-gray-700\/15:hover{border-color:rgba(55,65,81,.15)}.hover\:border-gray-700\/20:hover{border-color:rgba(55,65,81,.2)}.hover\:border-gray-700\/25:hover{border-color:rgba(55,65,81,.25)}.hover\:border-gray-700\/30:hover{border-color:rgba(55,65,81,.3)}.hover\:border-gray-700\/35:hover{border-color:rgba(55,65,81,.35)}.hover\:border-gray-700\/40:hover{border-color:rgba(55,65,81,.4)}.hover\:border-gray-700\/45:hover{border-color:rgba(55,65,81,.45)}.hover\:border-gray-700\/5:hover{border-color:rgba(55,65,81,.05)}.hover\:border-gray-700\/50:hover{border-color:rgba(55,65,81,.5)}.hover\:border-gray-700\/55:hover{border-color:rgba(55,65,81,.55)}.hover\:border-gray-700\/60:hover{border-color:rgba(55,65,81,.6)}.hover\:border-gray-700\/65:hover{border-color:rgba(55,65,81,.65)}.hover\:border-gray-700\/70:hover{border-color:rgba(55,65,81,.7)}.hover\:border-gray-700\/75:hover{border-color:rgba(55,65,81,.75)}.hover\:border-gray-700\/80:hover{border-color:rgba(55,65,81,.8)}.hover\:border-gray-700\/85:hover{border-color:rgba(55,65,81,.85)}.hover\:border-gray-700\/90:hover{border-color:rgba(55,65,81,.9)}.hover\:border-gray-700\/95:hover{border-color:rgba(55,65,81,.95)}.hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.hover\:border-gray-800\/0:hover{border-color:rgba(31,41,55,0)}.hover\:border-gray-800\/10:hover{border-color:rgba(31,41,55,.1)}.hover\:border-gray-800\/100:hover{border-color:#1f2937}.hover\:border-gray-800\/15:hover{border-color:rgba(31,41,55,.15)}.hover\:border-gray-800\/20:hover{border-color:rgba(31,41,55,.2)}.hover\:border-gray-800\/25:hover{border-color:rgba(31,41,55,.25)}.hover\:border-gray-800\/30:hover{border-color:rgba(31,41,55,.3)}.hover\:border-gray-800\/35:hover{border-color:rgba(31,41,55,.35)}.hover\:border-gray-800\/40:hover{border-color:rgba(31,41,55,.4)}.hover\:border-gray-800\/45:hover{border-color:rgba(31,41,55,.45)}.hover\:border-gray-800\/5:hover{border-color:rgba(31,41,55,.05)}.hover\:border-gray-800\/50:hover{border-color:rgba(31,41,55,.5)}.hover\:border-gray-800\/55:hover{border-color:rgba(31,41,55,.55)}.hover\:border-gray-800\/60:hover{border-color:rgba(31,41,55,.6)}.hover\:border-gray-800\/65:hover{border-color:rgba(31,41,55,.65)}.hover\:border-gray-800\/70:hover{border-color:rgba(31,41,55,.7)}.hover\:border-gray-800\/75:hover{border-color:rgba(31,41,55,.75)}.hover\:border-gray-800\/80:hover{border-color:rgba(31,41,55,.8)}.hover\:border-gray-800\/85:hover{border-color:rgba(31,41,55,.85)}.hover\:border-gray-800\/90:hover{border-color:rgba(31,41,55,.9)}.hover\:border-gray-800\/95:hover{border-color:rgba(31,41,55,.95)}.hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.hover\:border-gray-900\/0:hover{border-color:rgba(17,24,39,0)}.hover\:border-gray-900\/10:hover{border-color:rgba(17,24,39,.1)}.hover\:border-gray-900\/100:hover{border-color:#111827}.hover\:border-gray-900\/15:hover{border-color:rgba(17,24,39,.15)}.hover\:border-gray-900\/20:hover{border-color:rgba(17,24,39,.2)}.hover\:border-gray-900\/25:hover{border-color:rgba(17,24,39,.25)}.hover\:border-gray-900\/30:hover{border-color:rgba(17,24,39,.3)}.hover\:border-gray-900\/35:hover{border-color:rgba(17,24,39,.35)}.hover\:border-gray-900\/40:hover{border-color:rgba(17,24,39,.4)}.hover\:border-gray-900\/45:hover{border-color:rgba(17,24,39,.45)}.hover\:border-gray-900\/5:hover{border-color:rgba(17,24,39,.05)}.hover\:border-gray-900\/50:hover{border-color:rgba(17,24,39,.5)}.hover\:border-gray-900\/55:hover{border-color:rgba(17,24,39,.55)}.hover\:border-gray-900\/60:hover{border-color:rgba(17,24,39,.6)}.hover\:border-gray-900\/65:hover{border-color:rgba(17,24,39,.65)}.hover\:border-gray-900\/70:hover{border-color:rgba(17,24,39,.7)}.hover\:border-gray-900\/75:hover{border-color:rgba(17,24,39,.75)}.hover\:border-gray-900\/80:hover{border-color:rgba(17,24,39,.8)}.hover\:border-gray-900\/85:hover{border-color:rgba(17,24,39,.85)}.hover\:border-gray-900\/90:hover{border-color:rgba(17,24,39,.9)}.hover\:border-gray-900\/95:hover{border-color:rgba(17,24,39,.95)}.hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity))}.hover\:border-green-100\/0:hover{border-color:rgba(220,252,231,0)}.hover\:border-green-100\/10:hover{border-color:rgba(220,252,231,.1)}.hover\:border-green-100\/100:hover{border-color:#dcfce7}.hover\:border-green-100\/15:hover{border-color:rgba(220,252,231,.15)}.hover\:border-green-100\/20:hover{border-color:rgba(220,252,231,.2)}.hover\:border-green-100\/25:hover{border-color:rgba(220,252,231,.25)}.hover\:border-green-100\/30:hover{border-color:rgba(220,252,231,.3)}.hover\:border-green-100\/35:hover{border-color:rgba(220,252,231,.35)}.hover\:border-green-100\/40:hover{border-color:rgba(220,252,231,.4)}.hover\:border-green-100\/45:hover{border-color:rgba(220,252,231,.45)}.hover\:border-green-100\/5:hover{border-color:rgba(220,252,231,.05)}.hover\:border-green-100\/50:hover{border-color:rgba(220,252,231,.5)}.hover\:border-green-100\/55:hover{border-color:rgba(220,252,231,.55)}.hover\:border-green-100\/60:hover{border-color:rgba(220,252,231,.6)}.hover\:border-green-100\/65:hover{border-color:rgba(220,252,231,.65)}.hover\:border-green-100\/70:hover{border-color:rgba(220,252,231,.7)}.hover\:border-green-100\/75:hover{border-color:rgba(220,252,231,.75)}.hover\:border-green-100\/80:hover{border-color:rgba(220,252,231,.8)}.hover\:border-green-100\/85:hover{border-color:rgba(220,252,231,.85)}.hover\:border-green-100\/90:hover{border-color:rgba(220,252,231,.9)}.hover\:border-green-100\/95:hover{border-color:rgba(220,252,231,.95)}.hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.hover\:border-green-200\/0:hover{border-color:rgba(187,247,208,0)}.hover\:border-green-200\/10:hover{border-color:rgba(187,247,208,.1)}.hover\:border-green-200\/100:hover{border-color:#bbf7d0}.hover\:border-green-200\/15:hover{border-color:rgba(187,247,208,.15)}.hover\:border-green-200\/20:hover{border-color:rgba(187,247,208,.2)}.hover\:border-green-200\/25:hover{border-color:rgba(187,247,208,.25)}.hover\:border-green-200\/30:hover{border-color:rgba(187,247,208,.3)}.hover\:border-green-200\/35:hover{border-color:rgba(187,247,208,.35)}.hover\:border-green-200\/40:hover{border-color:rgba(187,247,208,.4)}.hover\:border-green-200\/45:hover{border-color:rgba(187,247,208,.45)}.hover\:border-green-200\/5:hover{border-color:rgba(187,247,208,.05)}.hover\:border-green-200\/50:hover{border-color:rgba(187,247,208,.5)}.hover\:border-green-200\/55:hover{border-color:rgba(187,247,208,.55)}.hover\:border-green-200\/60:hover{border-color:rgba(187,247,208,.6)}.hover\:border-green-200\/65:hover{border-color:rgba(187,247,208,.65)}.hover\:border-green-200\/70:hover{border-color:rgba(187,247,208,.7)}.hover\:border-green-200\/75:hover{border-color:rgba(187,247,208,.75)}.hover\:border-green-200\/80:hover{border-color:rgba(187,247,208,.8)}.hover\:border-green-200\/85:hover{border-color:rgba(187,247,208,.85)}.hover\:border-green-200\/90:hover{border-color:rgba(187,247,208,.9)}.hover\:border-green-200\/95:hover{border-color:rgba(187,247,208,.95)}.hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.hover\:border-green-300\/0:hover{border-color:rgba(134,239,172,0)}.hover\:border-green-300\/10:hover{border-color:rgba(134,239,172,.1)}.hover\:border-green-300\/100:hover{border-color:#86efac}.hover\:border-green-300\/15:hover{border-color:rgba(134,239,172,.15)}.hover\:border-green-300\/20:hover{border-color:rgba(134,239,172,.2)}.hover\:border-green-300\/25:hover{border-color:rgba(134,239,172,.25)}.hover\:border-green-300\/30:hover{border-color:rgba(134,239,172,.3)}.hover\:border-green-300\/35:hover{border-color:rgba(134,239,172,.35)}.hover\:border-green-300\/40:hover{border-color:rgba(134,239,172,.4)}.hover\:border-green-300\/45:hover{border-color:rgba(134,239,172,.45)}.hover\:border-green-300\/5:hover{border-color:rgba(134,239,172,.05)}.hover\:border-green-300\/50:hover{border-color:rgba(134,239,172,.5)}.hover\:border-green-300\/55:hover{border-color:rgba(134,239,172,.55)}.hover\:border-green-300\/60:hover{border-color:rgba(134,239,172,.6)}.hover\:border-green-300\/65:hover{border-color:rgba(134,239,172,.65)}.hover\:border-green-300\/70:hover{border-color:rgba(134,239,172,.7)}.hover\:border-green-300\/75:hover{border-color:rgba(134,239,172,.75)}.hover\:border-green-300\/80:hover{border-color:rgba(134,239,172,.8)}.hover\:border-green-300\/85:hover{border-color:rgba(134,239,172,.85)}.hover\:border-green-300\/90:hover{border-color:rgba(134,239,172,.9)}.hover\:border-green-300\/95:hover{border-color:rgba(134,239,172,.95)}.hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.hover\:border-green-400\/0:hover{border-color:rgba(74,222,128,0)}.hover\:border-green-400\/10:hover{border-color:rgba(74,222,128,.1)}.hover\:border-green-400\/100:hover{border-color:#4ade80}.hover\:border-green-400\/15:hover{border-color:rgba(74,222,128,.15)}.hover\:border-green-400\/20:hover{border-color:rgba(74,222,128,.2)}.hover\:border-green-400\/25:hover{border-color:rgba(74,222,128,.25)}.hover\:border-green-400\/30:hover{border-color:rgba(74,222,128,.3)}.hover\:border-green-400\/35:hover{border-color:rgba(74,222,128,.35)}.hover\:border-green-400\/40:hover{border-color:rgba(74,222,128,.4)}.hover\:border-green-400\/45:hover{border-color:rgba(74,222,128,.45)}.hover\:border-green-400\/5:hover{border-color:rgba(74,222,128,.05)}.hover\:border-green-400\/50:hover{border-color:rgba(74,222,128,.5)}.hover\:border-green-400\/55:hover{border-color:rgba(74,222,128,.55)}.hover\:border-green-400\/60:hover{border-color:rgba(74,222,128,.6)}.hover\:border-green-400\/65:hover{border-color:rgba(74,222,128,.65)}.hover\:border-green-400\/70:hover{border-color:rgba(74,222,128,.7)}.hover\:border-green-400\/75:hover{border-color:rgba(74,222,128,.75)}.hover\:border-green-400\/80:hover{border-color:rgba(74,222,128,.8)}.hover\:border-green-400\/85:hover{border-color:rgba(74,222,128,.85)}.hover\:border-green-400\/90:hover{border-color:rgba(74,222,128,.9)}.hover\:border-green-400\/95:hover{border-color:rgba(74,222,128,.95)}.hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgb(240 253 244/var(--tw-border-opacity))}.hover\:border-green-50\/0:hover{border-color:rgba(240,253,244,0)}.hover\:border-green-50\/10:hover{border-color:rgba(240,253,244,.1)}.hover\:border-green-50\/100:hover{border-color:#f0fdf4}.hover\:border-green-50\/15:hover{border-color:rgba(240,253,244,.15)}.hover\:border-green-50\/20:hover{border-color:rgba(240,253,244,.2)}.hover\:border-green-50\/25:hover{border-color:rgba(240,253,244,.25)}.hover\:border-green-50\/30:hover{border-color:rgba(240,253,244,.3)}.hover\:border-green-50\/35:hover{border-color:rgba(240,253,244,.35)}.hover\:border-green-50\/40:hover{border-color:rgba(240,253,244,.4)}.hover\:border-green-50\/45:hover{border-color:rgba(240,253,244,.45)}.hover\:border-green-50\/5:hover{border-color:rgba(240,253,244,.05)}.hover\:border-green-50\/50:hover{border-color:rgba(240,253,244,.5)}.hover\:border-green-50\/55:hover{border-color:rgba(240,253,244,.55)}.hover\:border-green-50\/60:hover{border-color:rgba(240,253,244,.6)}.hover\:border-green-50\/65:hover{border-color:rgba(240,253,244,.65)}.hover\:border-green-50\/70:hover{border-color:rgba(240,253,244,.7)}.hover\:border-green-50\/75:hover{border-color:rgba(240,253,244,.75)}.hover\:border-green-50\/80:hover{border-color:rgba(240,253,244,.8)}.hover\:border-green-50\/85:hover{border-color:rgba(240,253,244,.85)}.hover\:border-green-50\/90:hover{border-color:rgba(240,253,244,.9)}.hover\:border-green-50\/95:hover{border-color:rgba(240,253,244,.95)}.hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.hover\:border-green-500\/0:hover{border-color:rgba(34,197,94,0)}.hover\:border-green-500\/10:hover{border-color:rgba(34,197,94,.1)}.hover\:border-green-500\/100:hover{border-color:#22c55e}.hover\:border-green-500\/15:hover{border-color:rgba(34,197,94,.15)}.hover\:border-green-500\/20:hover{border-color:rgba(34,197,94,.2)}.hover\:border-green-500\/25:hover{border-color:rgba(34,197,94,.25)}.hover\:border-green-500\/30:hover{border-color:rgba(34,197,94,.3)}.hover\:border-green-500\/35:hover{border-color:rgba(34,197,94,.35)}.hover\:border-green-500\/40:hover{border-color:rgba(34,197,94,.4)}.hover\:border-green-500\/45:hover{border-color:rgba(34,197,94,.45)}.hover\:border-green-500\/5:hover{border-color:rgba(34,197,94,.05)}.hover\:border-green-500\/50:hover{border-color:rgba(34,197,94,.5)}.hover\:border-green-500\/55:hover{border-color:rgba(34,197,94,.55)}.hover\:border-green-500\/60:hover{border-color:rgba(34,197,94,.6)}.hover\:border-green-500\/65:hover{border-color:rgba(34,197,94,.65)}.hover\:border-green-500\/70:hover{border-color:rgba(34,197,94,.7)}.hover\:border-green-500\/75:hover{border-color:rgba(34,197,94,.75)}.hover\:border-green-500\/80:hover{border-color:rgba(34,197,94,.8)}.hover\:border-green-500\/85:hover{border-color:rgba(34,197,94,.85)}.hover\:border-green-500\/90:hover{border-color:rgba(34,197,94,.9)}.hover\:border-green-500\/95:hover{border-color:rgba(34,197,94,.95)}.hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.hover\:border-green-600\/0:hover{border-color:rgba(22,163,74,0)}.hover\:border-green-600\/10:hover{border-color:rgba(22,163,74,.1)}.hover\:border-green-600\/100:hover{border-color:#16a34a}.hover\:border-green-600\/15:hover{border-color:rgba(22,163,74,.15)}.hover\:border-green-600\/20:hover{border-color:rgba(22,163,74,.2)}.hover\:border-green-600\/25:hover{border-color:rgba(22,163,74,.25)}.hover\:border-green-600\/30:hover{border-color:rgba(22,163,74,.3)}.hover\:border-green-600\/35:hover{border-color:rgba(22,163,74,.35)}.hover\:border-green-600\/40:hover{border-color:rgba(22,163,74,.4)}.hover\:border-green-600\/45:hover{border-color:rgba(22,163,74,.45)}.hover\:border-green-600\/5:hover{border-color:rgba(22,163,74,.05)}.hover\:border-green-600\/50:hover{border-color:rgba(22,163,74,.5)}.hover\:border-green-600\/55:hover{border-color:rgba(22,163,74,.55)}.hover\:border-green-600\/60:hover{border-color:rgba(22,163,74,.6)}.hover\:border-green-600\/65:hover{border-color:rgba(22,163,74,.65)}.hover\:border-green-600\/70:hover{border-color:rgba(22,163,74,.7)}.hover\:border-green-600\/75:hover{border-color:rgba(22,163,74,.75)}.hover\:border-green-600\/80:hover{border-color:rgba(22,163,74,.8)}.hover\:border-green-600\/85:hover{border-color:rgba(22,163,74,.85)}.hover\:border-green-600\/90:hover{border-color:rgba(22,163,74,.9)}.hover\:border-green-600\/95:hover{border-color:rgba(22,163,74,.95)}.hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.hover\:border-green-700\/0:hover{border-color:rgba(21,128,61,0)}.hover\:border-green-700\/10:hover{border-color:rgba(21,128,61,.1)}.hover\:border-green-700\/100:hover{border-color:#15803d}.hover\:border-green-700\/15:hover{border-color:rgba(21,128,61,.15)}.hover\:border-green-700\/20:hover{border-color:rgba(21,128,61,.2)}.hover\:border-green-700\/25:hover{border-color:rgba(21,128,61,.25)}.hover\:border-green-700\/30:hover{border-color:rgba(21,128,61,.3)}.hover\:border-green-700\/35:hover{border-color:rgba(21,128,61,.35)}.hover\:border-green-700\/40:hover{border-color:rgba(21,128,61,.4)}.hover\:border-green-700\/45:hover{border-color:rgba(21,128,61,.45)}.hover\:border-green-700\/5:hover{border-color:rgba(21,128,61,.05)}.hover\:border-green-700\/50:hover{border-color:rgba(21,128,61,.5)}.hover\:border-green-700\/55:hover{border-color:rgba(21,128,61,.55)}.hover\:border-green-700\/60:hover{border-color:rgba(21,128,61,.6)}.hover\:border-green-700\/65:hover{border-color:rgba(21,128,61,.65)}.hover\:border-green-700\/70:hover{border-color:rgba(21,128,61,.7)}.hover\:border-green-700\/75:hover{border-color:rgba(21,128,61,.75)}.hover\:border-green-700\/80:hover{border-color:rgba(21,128,61,.8)}.hover\:border-green-700\/85:hover{border-color:rgba(21,128,61,.85)}.hover\:border-green-700\/90:hover{border-color:rgba(21,128,61,.9)}.hover\:border-green-700\/95:hover{border-color:rgba(21,128,61,.95)}.hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity))}.hover\:border-green-800\/0:hover{border-color:rgba(22,101,52,0)}.hover\:border-green-800\/10:hover{border-color:rgba(22,101,52,.1)}.hover\:border-green-800\/100:hover{border-color:#166534}.hover\:border-green-800\/15:hover{border-color:rgba(22,101,52,.15)}.hover\:border-green-800\/20:hover{border-color:rgba(22,101,52,.2)}.hover\:border-green-800\/25:hover{border-color:rgba(22,101,52,.25)}.hover\:border-green-800\/30:hover{border-color:rgba(22,101,52,.3)}.hover\:border-green-800\/35:hover{border-color:rgba(22,101,52,.35)}.hover\:border-green-800\/40:hover{border-color:rgba(22,101,52,.4)}.hover\:border-green-800\/45:hover{border-color:rgba(22,101,52,.45)}.hover\:border-green-800\/5:hover{border-color:rgba(22,101,52,.05)}.hover\:border-green-800\/50:hover{border-color:rgba(22,101,52,.5)}.hover\:border-green-800\/55:hover{border-color:rgba(22,101,52,.55)}.hover\:border-green-800\/60:hover{border-color:rgba(22,101,52,.6)}.hover\:border-green-800\/65:hover{border-color:rgba(22,101,52,.65)}.hover\:border-green-800\/70:hover{border-color:rgba(22,101,52,.7)}.hover\:border-green-800\/75:hover{border-color:rgba(22,101,52,.75)}.hover\:border-green-800\/80:hover{border-color:rgba(22,101,52,.8)}.hover\:border-green-800\/85:hover{border-color:rgba(22,101,52,.85)}.hover\:border-green-800\/90:hover{border-color:rgba(22,101,52,.9)}.hover\:border-green-800\/95:hover{border-color:rgba(22,101,52,.95)}.hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgb(20 83 45/var(--tw-border-opacity))}.hover\:border-green-900\/0:hover{border-color:rgba(20,83,45,0)}.hover\:border-green-900\/10:hover{border-color:rgba(20,83,45,.1)}.hover\:border-green-900\/100:hover{border-color:#14532d}.hover\:border-green-900\/15:hover{border-color:rgba(20,83,45,.15)}.hover\:border-green-900\/20:hover{border-color:rgba(20,83,45,.2)}.hover\:border-green-900\/25:hover{border-color:rgba(20,83,45,.25)}.hover\:border-green-900\/30:hover{border-color:rgba(20,83,45,.3)}.hover\:border-green-900\/35:hover{border-color:rgba(20,83,45,.35)}.hover\:border-green-900\/40:hover{border-color:rgba(20,83,45,.4)}.hover\:border-green-900\/45:hover{border-color:rgba(20,83,45,.45)}.hover\:border-green-900\/5:hover{border-color:rgba(20,83,45,.05)}.hover\:border-green-900\/50:hover{border-color:rgba(20,83,45,.5)}.hover\:border-green-900\/55:hover{border-color:rgba(20,83,45,.55)}.hover\:border-green-900\/60:hover{border-color:rgba(20,83,45,.6)}.hover\:border-green-900\/65:hover{border-color:rgba(20,83,45,.65)}.hover\:border-green-900\/70:hover{border-color:rgba(20,83,45,.7)}.hover\:border-green-900\/75:hover{border-color:rgba(20,83,45,.75)}.hover\:border-green-900\/80:hover{border-color:rgba(20,83,45,.8)}.hover\:border-green-900\/85:hover{border-color:rgba(20,83,45,.85)}.hover\:border-green-900\/90:hover{border-color:rgba(20,83,45,.9)}.hover\:border-green-900\/95:hover{border-color:rgba(20,83,45,.95)}.hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.hover\:border-indigo-100\/0:hover{border-color:rgba(224,231,255,0)}.hover\:border-indigo-100\/10:hover{border-color:rgba(224,231,255,.1)}.hover\:border-indigo-100\/100:hover{border-color:#e0e7ff}.hover\:border-indigo-100\/15:hover{border-color:rgba(224,231,255,.15)}.hover\:border-indigo-100\/20:hover{border-color:rgba(224,231,255,.2)}.hover\:border-indigo-100\/25:hover{border-color:rgba(224,231,255,.25)}.hover\:border-indigo-100\/30:hover{border-color:rgba(224,231,255,.3)}.hover\:border-indigo-100\/35:hover{border-color:rgba(224,231,255,.35)}.hover\:border-indigo-100\/40:hover{border-color:rgba(224,231,255,.4)}.hover\:border-indigo-100\/45:hover{border-color:rgba(224,231,255,.45)}.hover\:border-indigo-100\/5:hover{border-color:rgba(224,231,255,.05)}.hover\:border-indigo-100\/50:hover{border-color:rgba(224,231,255,.5)}.hover\:border-indigo-100\/55:hover{border-color:rgba(224,231,255,.55)}.hover\:border-indigo-100\/60:hover{border-color:rgba(224,231,255,.6)}.hover\:border-indigo-100\/65:hover{border-color:rgba(224,231,255,.65)}.hover\:border-indigo-100\/70:hover{border-color:rgba(224,231,255,.7)}.hover\:border-indigo-100\/75:hover{border-color:rgba(224,231,255,.75)}.hover\:border-indigo-100\/80:hover{border-color:rgba(224,231,255,.8)}.hover\:border-indigo-100\/85:hover{border-color:rgba(224,231,255,.85)}.hover\:border-indigo-100\/90:hover{border-color:rgba(224,231,255,.9)}.hover\:border-indigo-100\/95:hover{border-color:rgba(224,231,255,.95)}.hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.hover\:border-indigo-200\/0:hover{border-color:rgba(199,210,254,0)}.hover\:border-indigo-200\/10:hover{border-color:rgba(199,210,254,.1)}.hover\:border-indigo-200\/100:hover{border-color:#c7d2fe}.hover\:border-indigo-200\/15:hover{border-color:rgba(199,210,254,.15)}.hover\:border-indigo-200\/20:hover{border-color:rgba(199,210,254,.2)}.hover\:border-indigo-200\/25:hover{border-color:rgba(199,210,254,.25)}.hover\:border-indigo-200\/30:hover{border-color:rgba(199,210,254,.3)}.hover\:border-indigo-200\/35:hover{border-color:rgba(199,210,254,.35)}.hover\:border-indigo-200\/40:hover{border-color:rgba(199,210,254,.4)}.hover\:border-indigo-200\/45:hover{border-color:rgba(199,210,254,.45)}.hover\:border-indigo-200\/5:hover{border-color:rgba(199,210,254,.05)}.hover\:border-indigo-200\/50:hover{border-color:rgba(199,210,254,.5)}.hover\:border-indigo-200\/55:hover{border-color:rgba(199,210,254,.55)}.hover\:border-indigo-200\/60:hover{border-color:rgba(199,210,254,.6)}.hover\:border-indigo-200\/65:hover{border-color:rgba(199,210,254,.65)}.hover\:border-indigo-200\/70:hover{border-color:rgba(199,210,254,.7)}.hover\:border-indigo-200\/75:hover{border-color:rgba(199,210,254,.75)}.hover\:border-indigo-200\/80:hover{border-color:rgba(199,210,254,.8)}.hover\:border-indigo-200\/85:hover{border-color:rgba(199,210,254,.85)}.hover\:border-indigo-200\/90:hover{border-color:rgba(199,210,254,.9)}.hover\:border-indigo-200\/95:hover{border-color:rgba(199,210,254,.95)}.hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.hover\:border-indigo-300\/0:hover{border-color:rgba(165,180,252,0)}.hover\:border-indigo-300\/10:hover{border-color:rgba(165,180,252,.1)}.hover\:border-indigo-300\/100:hover{border-color:#a5b4fc}.hover\:border-indigo-300\/15:hover{border-color:rgba(165,180,252,.15)}.hover\:border-indigo-300\/20:hover{border-color:rgba(165,180,252,.2)}.hover\:border-indigo-300\/25:hover{border-color:rgba(165,180,252,.25)}.hover\:border-indigo-300\/30:hover{border-color:rgba(165,180,252,.3)}.hover\:border-indigo-300\/35:hover{border-color:rgba(165,180,252,.35)}.hover\:border-indigo-300\/40:hover{border-color:rgba(165,180,252,.4)}.hover\:border-indigo-300\/45:hover{border-color:rgba(165,180,252,.45)}.hover\:border-indigo-300\/5:hover{border-color:rgba(165,180,252,.05)}.hover\:border-indigo-300\/50:hover{border-color:rgba(165,180,252,.5)}.hover\:border-indigo-300\/55:hover{border-color:rgba(165,180,252,.55)}.hover\:border-indigo-300\/60:hover{border-color:rgba(165,180,252,.6)}.hover\:border-indigo-300\/65:hover{border-color:rgba(165,180,252,.65)}.hover\:border-indigo-300\/70:hover{border-color:rgba(165,180,252,.7)}.hover\:border-indigo-300\/75:hover{border-color:rgba(165,180,252,.75)}.hover\:border-indigo-300\/80:hover{border-color:rgba(165,180,252,.8)}.hover\:border-indigo-300\/85:hover{border-color:rgba(165,180,252,.85)}.hover\:border-indigo-300\/90:hover{border-color:rgba(165,180,252,.9)}.hover\:border-indigo-300\/95:hover{border-color:rgba(165,180,252,.95)}.hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.hover\:border-indigo-400\/0:hover{border-color:rgba(129,140,248,0)}.hover\:border-indigo-400\/10:hover{border-color:rgba(129,140,248,.1)}.hover\:border-indigo-400\/100:hover{border-color:#818cf8}.hover\:border-indigo-400\/15:hover{border-color:rgba(129,140,248,.15)}.hover\:border-indigo-400\/20:hover{border-color:rgba(129,140,248,.2)}.hover\:border-indigo-400\/25:hover{border-color:rgba(129,140,248,.25)}.hover\:border-indigo-400\/30:hover{border-color:rgba(129,140,248,.3)}.hover\:border-indigo-400\/35:hover{border-color:rgba(129,140,248,.35)}.hover\:border-indigo-400\/40:hover{border-color:rgba(129,140,248,.4)}.hover\:border-indigo-400\/45:hover{border-color:rgba(129,140,248,.45)}.hover\:border-indigo-400\/5:hover{border-color:rgba(129,140,248,.05)}.hover\:border-indigo-400\/50:hover{border-color:rgba(129,140,248,.5)}.hover\:border-indigo-400\/55:hover{border-color:rgba(129,140,248,.55)}.hover\:border-indigo-400\/60:hover{border-color:rgba(129,140,248,.6)}.hover\:border-indigo-400\/65:hover{border-color:rgba(129,140,248,.65)}.hover\:border-indigo-400\/70:hover{border-color:rgba(129,140,248,.7)}.hover\:border-indigo-400\/75:hover{border-color:rgba(129,140,248,.75)}.hover\:border-indigo-400\/80:hover{border-color:rgba(129,140,248,.8)}.hover\:border-indigo-400\/85:hover{border-color:rgba(129,140,248,.85)}.hover\:border-indigo-400\/90:hover{border-color:rgba(129,140,248,.9)}.hover\:border-indigo-400\/95:hover{border-color:rgba(129,140,248,.95)}.hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity))}.hover\:border-indigo-50\/0:hover{border-color:rgba(238,242,255,0)}.hover\:border-indigo-50\/10:hover{border-color:rgba(238,242,255,.1)}.hover\:border-indigo-50\/100:hover{border-color:#eef2ff}.hover\:border-indigo-50\/15:hover{border-color:rgba(238,242,255,.15)}.hover\:border-indigo-50\/20:hover{border-color:rgba(238,242,255,.2)}.hover\:border-indigo-50\/25:hover{border-color:rgba(238,242,255,.25)}.hover\:border-indigo-50\/30:hover{border-color:rgba(238,242,255,.3)}.hover\:border-indigo-50\/35:hover{border-color:rgba(238,242,255,.35)}.hover\:border-indigo-50\/40:hover{border-color:rgba(238,242,255,.4)}.hover\:border-indigo-50\/45:hover{border-color:rgba(238,242,255,.45)}.hover\:border-indigo-50\/5:hover{border-color:rgba(238,242,255,.05)}.hover\:border-indigo-50\/50:hover{border-color:rgba(238,242,255,.5)}.hover\:border-indigo-50\/55:hover{border-color:rgba(238,242,255,.55)}.hover\:border-indigo-50\/60:hover{border-color:rgba(238,242,255,.6)}.hover\:border-indigo-50\/65:hover{border-color:rgba(238,242,255,.65)}.hover\:border-indigo-50\/70:hover{border-color:rgba(238,242,255,.7)}.hover\:border-indigo-50\/75:hover{border-color:rgba(238,242,255,.75)}.hover\:border-indigo-50\/80:hover{border-color:rgba(238,242,255,.8)}.hover\:border-indigo-50\/85:hover{border-color:rgba(238,242,255,.85)}.hover\:border-indigo-50\/90:hover{border-color:rgba(238,242,255,.9)}.hover\:border-indigo-50\/95:hover{border-color:rgba(238,242,255,.95)}.hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.hover\:border-indigo-500\/0:hover{border-color:rgba(99,102,241,0)}.hover\:border-indigo-500\/10:hover{border-color:rgba(99,102,241,.1)}.hover\:border-indigo-500\/100:hover{border-color:#6366f1}.hover\:border-indigo-500\/15:hover{border-color:rgba(99,102,241,.15)}.hover\:border-indigo-500\/20:hover{border-color:rgba(99,102,241,.2)}.hover\:border-indigo-500\/25:hover{border-color:rgba(99,102,241,.25)}.hover\:border-indigo-500\/30:hover{border-color:rgba(99,102,241,.3)}.hover\:border-indigo-500\/35:hover{border-color:rgba(99,102,241,.35)}.hover\:border-indigo-500\/40:hover{border-color:rgba(99,102,241,.4)}.hover\:border-indigo-500\/45:hover{border-color:rgba(99,102,241,.45)}.hover\:border-indigo-500\/5:hover{border-color:rgba(99,102,241,.05)}.hover\:border-indigo-500\/50:hover{border-color:rgba(99,102,241,.5)}.hover\:border-indigo-500\/55:hover{border-color:rgba(99,102,241,.55)}.hover\:border-indigo-500\/60:hover{border-color:rgba(99,102,241,.6)}.hover\:border-indigo-500\/65:hover{border-color:rgba(99,102,241,.65)}.hover\:border-indigo-500\/70:hover{border-color:rgba(99,102,241,.7)}.hover\:border-indigo-500\/75:hover{border-color:rgba(99,102,241,.75)}.hover\:border-indigo-500\/80:hover{border-color:rgba(99,102,241,.8)}.hover\:border-indigo-500\/85:hover{border-color:rgba(99,102,241,.85)}.hover\:border-indigo-500\/90:hover{border-color:rgba(99,102,241,.9)}.hover\:border-indigo-500\/95:hover{border-color:rgba(99,102,241,.95)}.hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.hover\:border-indigo-600\/0:hover{border-color:rgba(79,70,229,0)}.hover\:border-indigo-600\/10:hover{border-color:rgba(79,70,229,.1)}.hover\:border-indigo-600\/100:hover{border-color:#4f46e5}.hover\:border-indigo-600\/15:hover{border-color:rgba(79,70,229,.15)}.hover\:border-indigo-600\/20:hover{border-color:rgba(79,70,229,.2)}.hover\:border-indigo-600\/25:hover{border-color:rgba(79,70,229,.25)}.hover\:border-indigo-600\/30:hover{border-color:rgba(79,70,229,.3)}.hover\:border-indigo-600\/35:hover{border-color:rgba(79,70,229,.35)}.hover\:border-indigo-600\/40:hover{border-color:rgba(79,70,229,.4)}.hover\:border-indigo-600\/45:hover{border-color:rgba(79,70,229,.45)}.hover\:border-indigo-600\/5:hover{border-color:rgba(79,70,229,.05)}.hover\:border-indigo-600\/50:hover{border-color:rgba(79,70,229,.5)}.hover\:border-indigo-600\/55:hover{border-color:rgba(79,70,229,.55)}.hover\:border-indigo-600\/60:hover{border-color:rgba(79,70,229,.6)}.hover\:border-indigo-600\/65:hover{border-color:rgba(79,70,229,.65)}.hover\:border-indigo-600\/70:hover{border-color:rgba(79,70,229,.7)}.hover\:border-indigo-600\/75:hover{border-color:rgba(79,70,229,.75)}.hover\:border-indigo-600\/80:hover{border-color:rgba(79,70,229,.8)}.hover\:border-indigo-600\/85:hover{border-color:rgba(79,70,229,.85)}.hover\:border-indigo-600\/90:hover{border-color:rgba(79,70,229,.9)}.hover\:border-indigo-600\/95:hover{border-color:rgba(79,70,229,.95)}.hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.hover\:border-indigo-700\/0:hover{border-color:rgba(67,56,202,0)}.hover\:border-indigo-700\/10:hover{border-color:rgba(67,56,202,.1)}.hover\:border-indigo-700\/100:hover{border-color:#4338ca}.hover\:border-indigo-700\/15:hover{border-color:rgba(67,56,202,.15)}.hover\:border-indigo-700\/20:hover{border-color:rgba(67,56,202,.2)}.hover\:border-indigo-700\/25:hover{border-color:rgba(67,56,202,.25)}.hover\:border-indigo-700\/30:hover{border-color:rgba(67,56,202,.3)}.hover\:border-indigo-700\/35:hover{border-color:rgba(67,56,202,.35)}.hover\:border-indigo-700\/40:hover{border-color:rgba(67,56,202,.4)}.hover\:border-indigo-700\/45:hover{border-color:rgba(67,56,202,.45)}.hover\:border-indigo-700\/5:hover{border-color:rgba(67,56,202,.05)}.hover\:border-indigo-700\/50:hover{border-color:rgba(67,56,202,.5)}.hover\:border-indigo-700\/55:hover{border-color:rgba(67,56,202,.55)}.hover\:border-indigo-700\/60:hover{border-color:rgba(67,56,202,.6)}.hover\:border-indigo-700\/65:hover{border-color:rgba(67,56,202,.65)}.hover\:border-indigo-700\/70:hover{border-color:rgba(67,56,202,.7)}.hover\:border-indigo-700\/75:hover{border-color:rgba(67,56,202,.75)}.hover\:border-indigo-700\/80:hover{border-color:rgba(67,56,202,.8)}.hover\:border-indigo-700\/85:hover{border-color:rgba(67,56,202,.85)}.hover\:border-indigo-700\/90:hover{border-color:rgba(67,56,202,.9)}.hover\:border-indigo-700\/95:hover{border-color:rgba(67,56,202,.95)}.hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity))}.hover\:border-indigo-800\/0:hover{border-color:rgba(55,48,163,0)}.hover\:border-indigo-800\/10:hover{border-color:rgba(55,48,163,.1)}.hover\:border-indigo-800\/100:hover{border-color:#3730a3}.hover\:border-indigo-800\/15:hover{border-color:rgba(55,48,163,.15)}.hover\:border-indigo-800\/20:hover{border-color:rgba(55,48,163,.2)}.hover\:border-indigo-800\/25:hover{border-color:rgba(55,48,163,.25)}.hover\:border-indigo-800\/30:hover{border-color:rgba(55,48,163,.3)}.hover\:border-indigo-800\/35:hover{border-color:rgba(55,48,163,.35)}.hover\:border-indigo-800\/40:hover{border-color:rgba(55,48,163,.4)}.hover\:border-indigo-800\/45:hover{border-color:rgba(55,48,163,.45)}.hover\:border-indigo-800\/5:hover{border-color:rgba(55,48,163,.05)}.hover\:border-indigo-800\/50:hover{border-color:rgba(55,48,163,.5)}.hover\:border-indigo-800\/55:hover{border-color:rgba(55,48,163,.55)}.hover\:border-indigo-800\/60:hover{border-color:rgba(55,48,163,.6)}.hover\:border-indigo-800\/65:hover{border-color:rgba(55,48,163,.65)}.hover\:border-indigo-800\/70:hover{border-color:rgba(55,48,163,.7)}.hover\:border-indigo-800\/75:hover{border-color:rgba(55,48,163,.75)}.hover\:border-indigo-800\/80:hover{border-color:rgba(55,48,163,.8)}.hover\:border-indigo-800\/85:hover{border-color:rgba(55,48,163,.85)}.hover\:border-indigo-800\/90:hover{border-color:rgba(55,48,163,.9)}.hover\:border-indigo-800\/95:hover{border-color:rgba(55,48,163,.95)}.hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgb(49 46 129/var(--tw-border-opacity))}.hover\:border-indigo-900\/0:hover{border-color:rgba(49,46,129,0)}.hover\:border-indigo-900\/10:hover{border-color:rgba(49,46,129,.1)}.hover\:border-indigo-900\/100:hover{border-color:#312e81}.hover\:border-indigo-900\/15:hover{border-color:rgba(49,46,129,.15)}.hover\:border-indigo-900\/20:hover{border-color:rgba(49,46,129,.2)}.hover\:border-indigo-900\/25:hover{border-color:rgba(49,46,129,.25)}.hover\:border-indigo-900\/30:hover{border-color:rgba(49,46,129,.3)}.hover\:border-indigo-900\/35:hover{border-color:rgba(49,46,129,.35)}.hover\:border-indigo-900\/40:hover{border-color:rgba(49,46,129,.4)}.hover\:border-indigo-900\/45:hover{border-color:rgba(49,46,129,.45)}.hover\:border-indigo-900\/5:hover{border-color:rgba(49,46,129,.05)}.hover\:border-indigo-900\/50:hover{border-color:rgba(49,46,129,.5)}.hover\:border-indigo-900\/55:hover{border-color:rgba(49,46,129,.55)}.hover\:border-indigo-900\/60:hover{border-color:rgba(49,46,129,.6)}.hover\:border-indigo-900\/65:hover{border-color:rgba(49,46,129,.65)}.hover\:border-indigo-900\/70:hover{border-color:rgba(49,46,129,.7)}.hover\:border-indigo-900\/75:hover{border-color:rgba(49,46,129,.75)}.hover\:border-indigo-900\/80:hover{border-color:rgba(49,46,129,.8)}.hover\:border-indigo-900\/85:hover{border-color:rgba(49,46,129,.85)}.hover\:border-indigo-900\/90:hover{border-color:rgba(49,46,129,.9)}.hover\:border-indigo-900\/95:hover{border-color:rgba(49,46,129,.95)}.hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.hover\:border-red-100\/0:hover{border-color:hsla(0,93%,94%,0)}.hover\:border-red-100\/10:hover{border-color:hsla(0,93%,94%,.1)}.hover\:border-red-100\/100:hover{border-color:#fee2e2}.hover\:border-red-100\/15:hover{border-color:hsla(0,93%,94%,.15)}.hover\:border-red-100\/20:hover{border-color:hsla(0,93%,94%,.2)}.hover\:border-red-100\/25:hover{border-color:hsla(0,93%,94%,.25)}.hover\:border-red-100\/30:hover{border-color:hsla(0,93%,94%,.3)}.hover\:border-red-100\/35:hover{border-color:hsla(0,93%,94%,.35)}.hover\:border-red-100\/40:hover{border-color:hsla(0,93%,94%,.4)}.hover\:border-red-100\/45:hover{border-color:hsla(0,93%,94%,.45)}.hover\:border-red-100\/5:hover{border-color:hsla(0,93%,94%,.05)}.hover\:border-red-100\/50:hover{border-color:hsla(0,93%,94%,.5)}.hover\:border-red-100\/55:hover{border-color:hsla(0,93%,94%,.55)}.hover\:border-red-100\/60:hover{border-color:hsla(0,93%,94%,.6)}.hover\:border-red-100\/65:hover{border-color:hsla(0,93%,94%,.65)}.hover\:border-red-100\/70:hover{border-color:hsla(0,93%,94%,.7)}.hover\:border-red-100\/75:hover{border-color:hsla(0,93%,94%,.75)}.hover\:border-red-100\/80:hover{border-color:hsla(0,93%,94%,.8)}.hover\:border-red-100\/85:hover{border-color:hsla(0,93%,94%,.85)}.hover\:border-red-100\/90:hover{border-color:hsla(0,93%,94%,.9)}.hover\:border-red-100\/95:hover{border-color:hsla(0,93%,94%,.95)}.hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.hover\:border-red-200\/0:hover{border-color:hsla(0,96%,89%,0)}.hover\:border-red-200\/10:hover{border-color:hsla(0,96%,89%,.1)}.hover\:border-red-200\/100:hover{border-color:#fecaca}.hover\:border-red-200\/15:hover{border-color:hsla(0,96%,89%,.15)}.hover\:border-red-200\/20:hover{border-color:hsla(0,96%,89%,.2)}.hover\:border-red-200\/25:hover{border-color:hsla(0,96%,89%,.25)}.hover\:border-red-200\/30:hover{border-color:hsla(0,96%,89%,.3)}.hover\:border-red-200\/35:hover{border-color:hsla(0,96%,89%,.35)}.hover\:border-red-200\/40:hover{border-color:hsla(0,96%,89%,.4)}.hover\:border-red-200\/45:hover{border-color:hsla(0,96%,89%,.45)}.hover\:border-red-200\/5:hover{border-color:hsla(0,96%,89%,.05)}.hover\:border-red-200\/50:hover{border-color:hsla(0,96%,89%,.5)}.hover\:border-red-200\/55:hover{border-color:hsla(0,96%,89%,.55)}.hover\:border-red-200\/60:hover{border-color:hsla(0,96%,89%,.6)}.hover\:border-red-200\/65:hover{border-color:hsla(0,96%,89%,.65)}.hover\:border-red-200\/70:hover{border-color:hsla(0,96%,89%,.7)}.hover\:border-red-200\/75:hover{border-color:hsla(0,96%,89%,.75)}.hover\:border-red-200\/80:hover{border-color:hsla(0,96%,89%,.8)}.hover\:border-red-200\/85:hover{border-color:hsla(0,96%,89%,.85)}.hover\:border-red-200\/90:hover{border-color:hsla(0,96%,89%,.9)}.hover\:border-red-200\/95:hover{border-color:hsla(0,96%,89%,.95)}.hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.hover\:border-red-300\/0:hover{border-color:hsla(0,94%,82%,0)}.hover\:border-red-300\/10:hover{border-color:hsla(0,94%,82%,.1)}.hover\:border-red-300\/100:hover{border-color:#fca5a5}.hover\:border-red-300\/15:hover{border-color:hsla(0,94%,82%,.15)}.hover\:border-red-300\/20:hover{border-color:hsla(0,94%,82%,.2)}.hover\:border-red-300\/25:hover{border-color:hsla(0,94%,82%,.25)}.hover\:border-red-300\/30:hover{border-color:hsla(0,94%,82%,.3)}.hover\:border-red-300\/35:hover{border-color:hsla(0,94%,82%,.35)}.hover\:border-red-300\/40:hover{border-color:hsla(0,94%,82%,.4)}.hover\:border-red-300\/45:hover{border-color:hsla(0,94%,82%,.45)}.hover\:border-red-300\/5:hover{border-color:hsla(0,94%,82%,.05)}.hover\:border-red-300\/50:hover{border-color:hsla(0,94%,82%,.5)}.hover\:border-red-300\/55:hover{border-color:hsla(0,94%,82%,.55)}.hover\:border-red-300\/60:hover{border-color:hsla(0,94%,82%,.6)}.hover\:border-red-300\/65:hover{border-color:hsla(0,94%,82%,.65)}.hover\:border-red-300\/70:hover{border-color:hsla(0,94%,82%,.7)}.hover\:border-red-300\/75:hover{border-color:hsla(0,94%,82%,.75)}.hover\:border-red-300\/80:hover{border-color:hsla(0,94%,82%,.8)}.hover\:border-red-300\/85:hover{border-color:hsla(0,94%,82%,.85)}.hover\:border-red-300\/90:hover{border-color:hsla(0,94%,82%,.9)}.hover\:border-red-300\/95:hover{border-color:hsla(0,94%,82%,.95)}.hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.hover\:border-red-400\/0:hover{border-color:hsla(0,91%,71%,0)}.hover\:border-red-400\/10:hover{border-color:hsla(0,91%,71%,.1)}.hover\:border-red-400\/100:hover{border-color:#f87171}.hover\:border-red-400\/15:hover{border-color:hsla(0,91%,71%,.15)}.hover\:border-red-400\/20:hover{border-color:hsla(0,91%,71%,.2)}.hover\:border-red-400\/25:hover{border-color:hsla(0,91%,71%,.25)}.hover\:border-red-400\/30:hover{border-color:hsla(0,91%,71%,.3)}.hover\:border-red-400\/35:hover{border-color:hsla(0,91%,71%,.35)}.hover\:border-red-400\/40:hover{border-color:hsla(0,91%,71%,.4)}.hover\:border-red-400\/45:hover{border-color:hsla(0,91%,71%,.45)}.hover\:border-red-400\/5:hover{border-color:hsla(0,91%,71%,.05)}.hover\:border-red-400\/50:hover{border-color:hsla(0,91%,71%,.5)}.hover\:border-red-400\/55:hover{border-color:hsla(0,91%,71%,.55)}.hover\:border-red-400\/60:hover{border-color:hsla(0,91%,71%,.6)}.hover\:border-red-400\/65:hover{border-color:hsla(0,91%,71%,.65)}.hover\:border-red-400\/70:hover{border-color:hsla(0,91%,71%,.7)}.hover\:border-red-400\/75:hover{border-color:hsla(0,91%,71%,.75)}.hover\:border-red-400\/80:hover{border-color:hsla(0,91%,71%,.8)}.hover\:border-red-400\/85:hover{border-color:hsla(0,91%,71%,.85)}.hover\:border-red-400\/90:hover{border-color:hsla(0,91%,71%,.9)}.hover\:border-red-400\/95:hover{border-color:hsla(0,91%,71%,.95)}.hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.hover\:border-red-50\/0:hover{border-color:hsla(0,86%,97%,0)}.hover\:border-red-50\/10:hover{border-color:hsla(0,86%,97%,.1)}.hover\:border-red-50\/100:hover{border-color:#fef2f2}.hover\:border-red-50\/15:hover{border-color:hsla(0,86%,97%,.15)}.hover\:border-red-50\/20:hover{border-color:hsla(0,86%,97%,.2)}.hover\:border-red-50\/25:hover{border-color:hsla(0,86%,97%,.25)}.hover\:border-red-50\/30:hover{border-color:hsla(0,86%,97%,.3)}.hover\:border-red-50\/35:hover{border-color:hsla(0,86%,97%,.35)}.hover\:border-red-50\/40:hover{border-color:hsla(0,86%,97%,.4)}.hover\:border-red-50\/45:hover{border-color:hsla(0,86%,97%,.45)}.hover\:border-red-50\/5:hover{border-color:hsla(0,86%,97%,.05)}.hover\:border-red-50\/50:hover{border-color:hsla(0,86%,97%,.5)}.hover\:border-red-50\/55:hover{border-color:hsla(0,86%,97%,.55)}.hover\:border-red-50\/60:hover{border-color:hsla(0,86%,97%,.6)}.hover\:border-red-50\/65:hover{border-color:hsla(0,86%,97%,.65)}.hover\:border-red-50\/70:hover{border-color:hsla(0,86%,97%,.7)}.hover\:border-red-50\/75:hover{border-color:hsla(0,86%,97%,.75)}.hover\:border-red-50\/80:hover{border-color:hsla(0,86%,97%,.8)}.hover\:border-red-50\/85:hover{border-color:hsla(0,86%,97%,.85)}.hover\:border-red-50\/90:hover{border-color:hsla(0,86%,97%,.9)}.hover\:border-red-50\/95:hover{border-color:hsla(0,86%,97%,.95)}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.hover\:border-red-500\/0:hover{border-color:rgba(239,68,68,0)}.hover\:border-red-500\/10:hover{border-color:rgba(239,68,68,.1)}.hover\:border-red-500\/100:hover{border-color:#ef4444}.hover\:border-red-500\/15:hover{border-color:rgba(239,68,68,.15)}.hover\:border-red-500\/20:hover{border-color:rgba(239,68,68,.2)}.hover\:border-red-500\/25:hover{border-color:rgba(239,68,68,.25)}.hover\:border-red-500\/30:hover{border-color:rgba(239,68,68,.3)}.hover\:border-red-500\/35:hover{border-color:rgba(239,68,68,.35)}.hover\:border-red-500\/40:hover{border-color:rgba(239,68,68,.4)}.hover\:border-red-500\/45:hover{border-color:rgba(239,68,68,.45)}.hover\:border-red-500\/5:hover{border-color:rgba(239,68,68,.05)}.hover\:border-red-500\/50:hover{border-color:rgba(239,68,68,.5)}.hover\:border-red-500\/55:hover{border-color:rgba(239,68,68,.55)}.hover\:border-red-500\/60:hover{border-color:rgba(239,68,68,.6)}.hover\:border-red-500\/65:hover{border-color:rgba(239,68,68,.65)}.hover\:border-red-500\/70:hover{border-color:rgba(239,68,68,.7)}.hover\:border-red-500\/75:hover{border-color:rgba(239,68,68,.75)}.hover\:border-red-500\/80:hover{border-color:rgba(239,68,68,.8)}.hover\:border-red-500\/85:hover{border-color:rgba(239,68,68,.85)}.hover\:border-red-500\/90:hover{border-color:rgba(239,68,68,.9)}.hover\:border-red-500\/95:hover{border-color:rgba(239,68,68,.95)}.hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.hover\:border-red-600\/0:hover{border-color:rgba(220,38,38,0)}.hover\:border-red-600\/10:hover{border-color:rgba(220,38,38,.1)}.hover\:border-red-600\/100:hover{border-color:#dc2626}.hover\:border-red-600\/15:hover{border-color:rgba(220,38,38,.15)}.hover\:border-red-600\/20:hover{border-color:rgba(220,38,38,.2)}.hover\:border-red-600\/25:hover{border-color:rgba(220,38,38,.25)}.hover\:border-red-600\/30:hover{border-color:rgba(220,38,38,.3)}.hover\:border-red-600\/35:hover{border-color:rgba(220,38,38,.35)}.hover\:border-red-600\/40:hover{border-color:rgba(220,38,38,.4)}.hover\:border-red-600\/45:hover{border-color:rgba(220,38,38,.45)}.hover\:border-red-600\/5:hover{border-color:rgba(220,38,38,.05)}.hover\:border-red-600\/50:hover{border-color:rgba(220,38,38,.5)}.hover\:border-red-600\/55:hover{border-color:rgba(220,38,38,.55)}.hover\:border-red-600\/60:hover{border-color:rgba(220,38,38,.6)}.hover\:border-red-600\/65:hover{border-color:rgba(220,38,38,.65)}.hover\:border-red-600\/70:hover{border-color:rgba(220,38,38,.7)}.hover\:border-red-600\/75:hover{border-color:rgba(220,38,38,.75)}.hover\:border-red-600\/80:hover{border-color:rgba(220,38,38,.8)}.hover\:border-red-600\/85:hover{border-color:rgba(220,38,38,.85)}.hover\:border-red-600\/90:hover{border-color:rgba(220,38,38,.9)}.hover\:border-red-600\/95:hover{border-color:rgba(220,38,38,.95)}.hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.hover\:border-red-700\/0:hover{border-color:rgba(185,28,28,0)}.hover\:border-red-700\/10:hover{border-color:rgba(185,28,28,.1)}.hover\:border-red-700\/100:hover{border-color:#b91c1c}.hover\:border-red-700\/15:hover{border-color:rgba(185,28,28,.15)}.hover\:border-red-700\/20:hover{border-color:rgba(185,28,28,.2)}.hover\:border-red-700\/25:hover{border-color:rgba(185,28,28,.25)}.hover\:border-red-700\/30:hover{border-color:rgba(185,28,28,.3)}.hover\:border-red-700\/35:hover{border-color:rgba(185,28,28,.35)}.hover\:border-red-700\/40:hover{border-color:rgba(185,28,28,.4)}.hover\:border-red-700\/45:hover{border-color:rgba(185,28,28,.45)}.hover\:border-red-700\/5:hover{border-color:rgba(185,28,28,.05)}.hover\:border-red-700\/50:hover{border-color:rgba(185,28,28,.5)}.hover\:border-red-700\/55:hover{border-color:rgba(185,28,28,.55)}.hover\:border-red-700\/60:hover{border-color:rgba(185,28,28,.6)}.hover\:border-red-700\/65:hover{border-color:rgba(185,28,28,.65)}.hover\:border-red-700\/70:hover{border-color:rgba(185,28,28,.7)}.hover\:border-red-700\/75:hover{border-color:rgba(185,28,28,.75)}.hover\:border-red-700\/80:hover{border-color:rgba(185,28,28,.8)}.hover\:border-red-700\/85:hover{border-color:rgba(185,28,28,.85)}.hover\:border-red-700\/90:hover{border-color:rgba(185,28,28,.9)}.hover\:border-red-700\/95:hover{border-color:rgba(185,28,28,.95)}.hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.hover\:border-red-800\/0:hover{border-color:rgba(153,27,27,0)}.hover\:border-red-800\/10:hover{border-color:rgba(153,27,27,.1)}.hover\:border-red-800\/100:hover{border-color:#991b1b}.hover\:border-red-800\/15:hover{border-color:rgba(153,27,27,.15)}.hover\:border-red-800\/20:hover{border-color:rgba(153,27,27,.2)}.hover\:border-red-800\/25:hover{border-color:rgba(153,27,27,.25)}.hover\:border-red-800\/30:hover{border-color:rgba(153,27,27,.3)}.hover\:border-red-800\/35:hover{border-color:rgba(153,27,27,.35)}.hover\:border-red-800\/40:hover{border-color:rgba(153,27,27,.4)}.hover\:border-red-800\/45:hover{border-color:rgba(153,27,27,.45)}.hover\:border-red-800\/5:hover{border-color:rgba(153,27,27,.05)}.hover\:border-red-800\/50:hover{border-color:rgba(153,27,27,.5)}.hover\:border-red-800\/55:hover{border-color:rgba(153,27,27,.55)}.hover\:border-red-800\/60:hover{border-color:rgba(153,27,27,.6)}.hover\:border-red-800\/65:hover{border-color:rgba(153,27,27,.65)}.hover\:border-red-800\/70:hover{border-color:rgba(153,27,27,.7)}.hover\:border-red-800\/75:hover{border-color:rgba(153,27,27,.75)}.hover\:border-red-800\/80:hover{border-color:rgba(153,27,27,.8)}.hover\:border-red-800\/85:hover{border-color:rgba(153,27,27,.85)}.hover\:border-red-800\/90:hover{border-color:rgba(153,27,27,.9)}.hover\:border-red-800\/95:hover{border-color:rgba(153,27,27,.95)}.hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.hover\:border-red-900\/0:hover{border-color:rgba(127,29,29,0)}.hover\:border-red-900\/10:hover{border-color:rgba(127,29,29,.1)}.hover\:border-red-900\/100:hover{border-color:#7f1d1d}.hover\:border-red-900\/15:hover{border-color:rgba(127,29,29,.15)}.hover\:border-red-900\/20:hover{border-color:rgba(127,29,29,.2)}.hover\:border-red-900\/25:hover{border-color:rgba(127,29,29,.25)}.hover\:border-red-900\/30:hover{border-color:rgba(127,29,29,.3)}.hover\:border-red-900\/35:hover{border-color:rgba(127,29,29,.35)}.hover\:border-red-900\/40:hover{border-color:rgba(127,29,29,.4)}.hover\:border-red-900\/45:hover{border-color:rgba(127,29,29,.45)}.hover\:border-red-900\/5:hover{border-color:rgba(127,29,29,.05)}.hover\:border-red-900\/50:hover{border-color:rgba(127,29,29,.5)}.hover\:border-red-900\/55:hover{border-color:rgba(127,29,29,.55)}.hover\:border-red-900\/60:hover{border-color:rgba(127,29,29,.6)}.hover\:border-red-900\/65:hover{border-color:rgba(127,29,29,.65)}.hover\:border-red-900\/70:hover{border-color:rgba(127,29,29,.7)}.hover\:border-red-900\/75:hover{border-color:rgba(127,29,29,.75)}.hover\:border-red-900\/80:hover{border-color:rgba(127,29,29,.8)}.hover\:border-red-900\/85:hover{border-color:rgba(127,29,29,.85)}.hover\:border-red-900\/90:hover{border-color:rgba(127,29,29,.9)}.hover\:border-red-900\/95:hover{border-color:rgba(127,29,29,.95)}.hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity))}.hover\:border-yellow-100\/0:hover{border-color:hsla(55,97%,88%,0)}.hover\:border-yellow-100\/10:hover{border-color:hsla(55,97%,88%,.1)}.hover\:border-yellow-100\/100:hover{border-color:#fef9c3}.hover\:border-yellow-100\/15:hover{border-color:hsla(55,97%,88%,.15)}.hover\:border-yellow-100\/20:hover{border-color:hsla(55,97%,88%,.2)}.hover\:border-yellow-100\/25:hover{border-color:hsla(55,97%,88%,.25)}.hover\:border-yellow-100\/30:hover{border-color:hsla(55,97%,88%,.3)}.hover\:border-yellow-100\/35:hover{border-color:hsla(55,97%,88%,.35)}.hover\:border-yellow-100\/40:hover{border-color:hsla(55,97%,88%,.4)}.hover\:border-yellow-100\/45:hover{border-color:hsla(55,97%,88%,.45)}.hover\:border-yellow-100\/5:hover{border-color:hsla(55,97%,88%,.05)}.hover\:border-yellow-100\/50:hover{border-color:hsla(55,97%,88%,.5)}.hover\:border-yellow-100\/55:hover{border-color:hsla(55,97%,88%,.55)}.hover\:border-yellow-100\/60:hover{border-color:hsla(55,97%,88%,.6)}.hover\:border-yellow-100\/65:hover{border-color:hsla(55,97%,88%,.65)}.hover\:border-yellow-100\/70:hover{border-color:hsla(55,97%,88%,.7)}.hover\:border-yellow-100\/75:hover{border-color:hsla(55,97%,88%,.75)}.hover\:border-yellow-100\/80:hover{border-color:hsla(55,97%,88%,.8)}.hover\:border-yellow-100\/85:hover{border-color:hsla(55,97%,88%,.85)}.hover\:border-yellow-100\/90:hover{border-color:hsla(55,97%,88%,.9)}.hover\:border-yellow-100\/95:hover{border-color:hsla(55,97%,88%,.95)}.hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.hover\:border-yellow-200\/0:hover{border-color:hsla(53,98%,77%,0)}.hover\:border-yellow-200\/10:hover{border-color:hsla(53,98%,77%,.1)}.hover\:border-yellow-200\/100:hover{border-color:#fef08a}.hover\:border-yellow-200\/15:hover{border-color:hsla(53,98%,77%,.15)}.hover\:border-yellow-200\/20:hover{border-color:hsla(53,98%,77%,.2)}.hover\:border-yellow-200\/25:hover{border-color:hsla(53,98%,77%,.25)}.hover\:border-yellow-200\/30:hover{border-color:hsla(53,98%,77%,.3)}.hover\:border-yellow-200\/35:hover{border-color:hsla(53,98%,77%,.35)}.hover\:border-yellow-200\/40:hover{border-color:hsla(53,98%,77%,.4)}.hover\:border-yellow-200\/45:hover{border-color:hsla(53,98%,77%,.45)}.hover\:border-yellow-200\/5:hover{border-color:hsla(53,98%,77%,.05)}.hover\:border-yellow-200\/50:hover{border-color:hsla(53,98%,77%,.5)}.hover\:border-yellow-200\/55:hover{border-color:hsla(53,98%,77%,.55)}.hover\:border-yellow-200\/60:hover{border-color:hsla(53,98%,77%,.6)}.hover\:border-yellow-200\/65:hover{border-color:hsla(53,98%,77%,.65)}.hover\:border-yellow-200\/70:hover{border-color:hsla(53,98%,77%,.7)}.hover\:border-yellow-200\/75:hover{border-color:hsla(53,98%,77%,.75)}.hover\:border-yellow-200\/80:hover{border-color:hsla(53,98%,77%,.8)}.hover\:border-yellow-200\/85:hover{border-color:hsla(53,98%,77%,.85)}.hover\:border-yellow-200\/90:hover{border-color:hsla(53,98%,77%,.9)}.hover\:border-yellow-200\/95:hover{border-color:hsla(53,98%,77%,.95)}.hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.hover\:border-yellow-300\/0:hover{border-color:rgba(253,224,71,0)}.hover\:border-yellow-300\/10:hover{border-color:rgba(253,224,71,.1)}.hover\:border-yellow-300\/100:hover{border-color:#fde047}.hover\:border-yellow-300\/15:hover{border-color:rgba(253,224,71,.15)}.hover\:border-yellow-300\/20:hover{border-color:rgba(253,224,71,.2)}.hover\:border-yellow-300\/25:hover{border-color:rgba(253,224,71,.25)}.hover\:border-yellow-300\/30:hover{border-color:rgba(253,224,71,.3)}.hover\:border-yellow-300\/35:hover{border-color:rgba(253,224,71,.35)}.hover\:border-yellow-300\/40:hover{border-color:rgba(253,224,71,.4)}.hover\:border-yellow-300\/45:hover{border-color:rgba(253,224,71,.45)}.hover\:border-yellow-300\/5:hover{border-color:rgba(253,224,71,.05)}.hover\:border-yellow-300\/50:hover{border-color:rgba(253,224,71,.5)}.hover\:border-yellow-300\/55:hover{border-color:rgba(253,224,71,.55)}.hover\:border-yellow-300\/60:hover{border-color:rgba(253,224,71,.6)}.hover\:border-yellow-300\/65:hover{border-color:rgba(253,224,71,.65)}.hover\:border-yellow-300\/70:hover{border-color:rgba(253,224,71,.7)}.hover\:border-yellow-300\/75:hover{border-color:rgba(253,224,71,.75)}.hover\:border-yellow-300\/80:hover{border-color:rgba(253,224,71,.8)}.hover\:border-yellow-300\/85:hover{border-color:rgba(253,224,71,.85)}.hover\:border-yellow-300\/90:hover{border-color:rgba(253,224,71,.9)}.hover\:border-yellow-300\/95:hover{border-color:rgba(253,224,71,.95)}.hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.hover\:border-yellow-400\/0:hover{border-color:rgba(250,204,21,0)}.hover\:border-yellow-400\/10:hover{border-color:rgba(250,204,21,.1)}.hover\:border-yellow-400\/100:hover{border-color:#facc15}.hover\:border-yellow-400\/15:hover{border-color:rgba(250,204,21,.15)}.hover\:border-yellow-400\/20:hover{border-color:rgba(250,204,21,.2)}.hover\:border-yellow-400\/25:hover{border-color:rgba(250,204,21,.25)}.hover\:border-yellow-400\/30:hover{border-color:rgba(250,204,21,.3)}.hover\:border-yellow-400\/35:hover{border-color:rgba(250,204,21,.35)}.hover\:border-yellow-400\/40:hover{border-color:rgba(250,204,21,.4)}.hover\:border-yellow-400\/45:hover{border-color:rgba(250,204,21,.45)}.hover\:border-yellow-400\/5:hover{border-color:rgba(250,204,21,.05)}.hover\:border-yellow-400\/50:hover{border-color:rgba(250,204,21,.5)}.hover\:border-yellow-400\/55:hover{border-color:rgba(250,204,21,.55)}.hover\:border-yellow-400\/60:hover{border-color:rgba(250,204,21,.6)}.hover\:border-yellow-400\/65:hover{border-color:rgba(250,204,21,.65)}.hover\:border-yellow-400\/70:hover{border-color:rgba(250,204,21,.7)}.hover\:border-yellow-400\/75:hover{border-color:rgba(250,204,21,.75)}.hover\:border-yellow-400\/80:hover{border-color:rgba(250,204,21,.8)}.hover\:border-yellow-400\/85:hover{border-color:rgba(250,204,21,.85)}.hover\:border-yellow-400\/90:hover{border-color:rgba(250,204,21,.9)}.hover\:border-yellow-400\/95:hover{border-color:rgba(250,204,21,.95)}.hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity))}.hover\:border-yellow-50\/0:hover{border-color:hsla(55,92%,95%,0)}.hover\:border-yellow-50\/10:hover{border-color:hsla(55,92%,95%,.1)}.hover\:border-yellow-50\/100:hover{border-color:#fefce8}.hover\:border-yellow-50\/15:hover{border-color:hsla(55,92%,95%,.15)}.hover\:border-yellow-50\/20:hover{border-color:hsla(55,92%,95%,.2)}.hover\:border-yellow-50\/25:hover{border-color:hsla(55,92%,95%,.25)}.hover\:border-yellow-50\/30:hover{border-color:hsla(55,92%,95%,.3)}.hover\:border-yellow-50\/35:hover{border-color:hsla(55,92%,95%,.35)}.hover\:border-yellow-50\/40:hover{border-color:hsla(55,92%,95%,.4)}.hover\:border-yellow-50\/45:hover{border-color:hsla(55,92%,95%,.45)}.hover\:border-yellow-50\/5:hover{border-color:hsla(55,92%,95%,.05)}.hover\:border-yellow-50\/50:hover{border-color:hsla(55,92%,95%,.5)}.hover\:border-yellow-50\/55:hover{border-color:hsla(55,92%,95%,.55)}.hover\:border-yellow-50\/60:hover{border-color:hsla(55,92%,95%,.6)}.hover\:border-yellow-50\/65:hover{border-color:hsla(55,92%,95%,.65)}.hover\:border-yellow-50\/70:hover{border-color:hsla(55,92%,95%,.7)}.hover\:border-yellow-50\/75:hover{border-color:hsla(55,92%,95%,.75)}.hover\:border-yellow-50\/80:hover{border-color:hsla(55,92%,95%,.8)}.hover\:border-yellow-50\/85:hover{border-color:hsla(55,92%,95%,.85)}.hover\:border-yellow-50\/90:hover{border-color:hsla(55,92%,95%,.9)}.hover\:border-yellow-50\/95:hover{border-color:hsla(55,92%,95%,.95)}.hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.hover\:border-yellow-500\/0:hover{border-color:rgba(234,179,8,0)}.hover\:border-yellow-500\/10:hover{border-color:rgba(234,179,8,.1)}.hover\:border-yellow-500\/100:hover{border-color:#eab308}.hover\:border-yellow-500\/15:hover{border-color:rgba(234,179,8,.15)}.hover\:border-yellow-500\/20:hover{border-color:rgba(234,179,8,.2)}.hover\:border-yellow-500\/25:hover{border-color:rgba(234,179,8,.25)}.hover\:border-yellow-500\/30:hover{border-color:rgba(234,179,8,.3)}.hover\:border-yellow-500\/35:hover{border-color:rgba(234,179,8,.35)}.hover\:border-yellow-500\/40:hover{border-color:rgba(234,179,8,.4)}.hover\:border-yellow-500\/45:hover{border-color:rgba(234,179,8,.45)}.hover\:border-yellow-500\/5:hover{border-color:rgba(234,179,8,.05)}.hover\:border-yellow-500\/50:hover{border-color:rgba(234,179,8,.5)}.hover\:border-yellow-500\/55:hover{border-color:rgba(234,179,8,.55)}.hover\:border-yellow-500\/60:hover{border-color:rgba(234,179,8,.6)}.hover\:border-yellow-500\/65:hover{border-color:rgba(234,179,8,.65)}.hover\:border-yellow-500\/70:hover{border-color:rgba(234,179,8,.7)}.hover\:border-yellow-500\/75:hover{border-color:rgba(234,179,8,.75)}.hover\:border-yellow-500\/80:hover{border-color:rgba(234,179,8,.8)}.hover\:border-yellow-500\/85:hover{border-color:rgba(234,179,8,.85)}.hover\:border-yellow-500\/90:hover{border-color:rgba(234,179,8,.9)}.hover\:border-yellow-500\/95:hover{border-color:rgba(234,179,8,.95)}.hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.hover\:border-yellow-600\/0:hover{border-color:rgba(202,138,4,0)}.hover\:border-yellow-600\/10:hover{border-color:rgba(202,138,4,.1)}.hover\:border-yellow-600\/100:hover{border-color:#ca8a04}.hover\:border-yellow-600\/15:hover{border-color:rgba(202,138,4,.15)}.hover\:border-yellow-600\/20:hover{border-color:rgba(202,138,4,.2)}.hover\:border-yellow-600\/25:hover{border-color:rgba(202,138,4,.25)}.hover\:border-yellow-600\/30:hover{border-color:rgba(202,138,4,.3)}.hover\:border-yellow-600\/35:hover{border-color:rgba(202,138,4,.35)}.hover\:border-yellow-600\/40:hover{border-color:rgba(202,138,4,.4)}.hover\:border-yellow-600\/45:hover{border-color:rgba(202,138,4,.45)}.hover\:border-yellow-600\/5:hover{border-color:rgba(202,138,4,.05)}.hover\:border-yellow-600\/50:hover{border-color:rgba(202,138,4,.5)}.hover\:border-yellow-600\/55:hover{border-color:rgba(202,138,4,.55)}.hover\:border-yellow-600\/60:hover{border-color:rgba(202,138,4,.6)}.hover\:border-yellow-600\/65:hover{border-color:rgba(202,138,4,.65)}.hover\:border-yellow-600\/70:hover{border-color:rgba(202,138,4,.7)}.hover\:border-yellow-600\/75:hover{border-color:rgba(202,138,4,.75)}.hover\:border-yellow-600\/80:hover{border-color:rgba(202,138,4,.8)}.hover\:border-yellow-600\/85:hover{border-color:rgba(202,138,4,.85)}.hover\:border-yellow-600\/90:hover{border-color:rgba(202,138,4,.9)}.hover\:border-yellow-600\/95:hover{border-color:rgba(202,138,4,.95)}.hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.hover\:border-yellow-700\/0:hover{border-color:rgba(161,98,7,0)}.hover\:border-yellow-700\/10:hover{border-color:rgba(161,98,7,.1)}.hover\:border-yellow-700\/100:hover{border-color:#a16207}.hover\:border-yellow-700\/15:hover{border-color:rgba(161,98,7,.15)}.hover\:border-yellow-700\/20:hover{border-color:rgba(161,98,7,.2)}.hover\:border-yellow-700\/25:hover{border-color:rgba(161,98,7,.25)}.hover\:border-yellow-700\/30:hover{border-color:rgba(161,98,7,.3)}.hover\:border-yellow-700\/35:hover{border-color:rgba(161,98,7,.35)}.hover\:border-yellow-700\/40:hover{border-color:rgba(161,98,7,.4)}.hover\:border-yellow-700\/45:hover{border-color:rgba(161,98,7,.45)}.hover\:border-yellow-700\/5:hover{border-color:rgba(161,98,7,.05)}.hover\:border-yellow-700\/50:hover{border-color:rgba(161,98,7,.5)}.hover\:border-yellow-700\/55:hover{border-color:rgba(161,98,7,.55)}.hover\:border-yellow-700\/60:hover{border-color:rgba(161,98,7,.6)}.hover\:border-yellow-700\/65:hover{border-color:rgba(161,98,7,.65)}.hover\:border-yellow-700\/70:hover{border-color:rgba(161,98,7,.7)}.hover\:border-yellow-700\/75:hover{border-color:rgba(161,98,7,.75)}.hover\:border-yellow-700\/80:hover{border-color:rgba(161,98,7,.8)}.hover\:border-yellow-700\/85:hover{border-color:rgba(161,98,7,.85)}.hover\:border-yellow-700\/90:hover{border-color:rgba(161,98,7,.9)}.hover\:border-yellow-700\/95:hover{border-color:rgba(161,98,7,.95)}.hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.hover\:border-yellow-800\/0:hover{border-color:rgba(133,77,14,0)}.hover\:border-yellow-800\/10:hover{border-color:rgba(133,77,14,.1)}.hover\:border-yellow-800\/100:hover{border-color:#854d0e}.hover\:border-yellow-800\/15:hover{border-color:rgba(133,77,14,.15)}.hover\:border-yellow-800\/20:hover{border-color:rgba(133,77,14,.2)}.hover\:border-yellow-800\/25:hover{border-color:rgba(133,77,14,.25)}.hover\:border-yellow-800\/30:hover{border-color:rgba(133,77,14,.3)}.hover\:border-yellow-800\/35:hover{border-color:rgba(133,77,14,.35)}.hover\:border-yellow-800\/40:hover{border-color:rgba(133,77,14,.4)}.hover\:border-yellow-800\/45:hover{border-color:rgba(133,77,14,.45)}.hover\:border-yellow-800\/5:hover{border-color:rgba(133,77,14,.05)}.hover\:border-yellow-800\/50:hover{border-color:rgba(133,77,14,.5)}.hover\:border-yellow-800\/55:hover{border-color:rgba(133,77,14,.55)}.hover\:border-yellow-800\/60:hover{border-color:rgba(133,77,14,.6)}.hover\:border-yellow-800\/65:hover{border-color:rgba(133,77,14,.65)}.hover\:border-yellow-800\/70:hover{border-color:rgba(133,77,14,.7)}.hover\:border-yellow-800\/75:hover{border-color:rgba(133,77,14,.75)}.hover\:border-yellow-800\/80:hover{border-color:rgba(133,77,14,.8)}.hover\:border-yellow-800\/85:hover{border-color:rgba(133,77,14,.85)}.hover\:border-yellow-800\/90:hover{border-color:rgba(133,77,14,.9)}.hover\:border-yellow-800\/95:hover{border-color:rgba(133,77,14,.95)}.hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity))}.hover\:border-yellow-900\/0:hover{border-color:rgba(113,63,18,0)}.hover\:border-yellow-900\/10:hover{border-color:rgba(113,63,18,.1)}.hover\:border-yellow-900\/100:hover{border-color:#713f12}.hover\:border-yellow-900\/15:hover{border-color:rgba(113,63,18,.15)}.hover\:border-yellow-900\/20:hover{border-color:rgba(113,63,18,.2)}.hover\:border-yellow-900\/25:hover{border-color:rgba(113,63,18,.25)}.hover\:border-yellow-900\/30:hover{border-color:rgba(113,63,18,.3)}.hover\:border-yellow-900\/35:hover{border-color:rgba(113,63,18,.35)}.hover\:border-yellow-900\/40:hover{border-color:rgba(113,63,18,.4)}.hover\:border-yellow-900\/45:hover{border-color:rgba(113,63,18,.45)}.hover\:border-yellow-900\/5:hover{border-color:rgba(113,63,18,.05)}.hover\:border-yellow-900\/50:hover{border-color:rgba(113,63,18,.5)}.hover\:border-yellow-900\/55:hover{border-color:rgba(113,63,18,.55)}.hover\:border-yellow-900\/60:hover{border-color:rgba(113,63,18,.6)}.hover\:border-yellow-900\/65:hover{border-color:rgba(113,63,18,.65)}.hover\:border-yellow-900\/70:hover{border-color:rgba(113,63,18,.7)}.hover\:border-yellow-900\/75:hover{border-color:rgba(113,63,18,.75)}.hover\:border-yellow-900\/80:hover{border-color:rgba(113,63,18,.8)}.hover\:border-yellow-900\/85:hover{border-color:rgba(113,63,18,.85)}.hover\:border-yellow-900\/90:hover{border-color:rgba(113,63,18,.9)}.hover\:border-yellow-900\/95:hover{border-color:rgba(113,63,18,.95)}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.hover\:bg-blue-100\/0:hover{background-color:rgba(219,234,254,0)}.hover\:bg-blue-100\/10:hover{background-color:rgba(219,234,254,.1)}.hover\:bg-blue-100\/100:hover{background-color:#dbeafe}.hover\:bg-blue-100\/15:hover{background-color:rgba(219,234,254,.15)}.hover\:bg-blue-100\/20:hover{background-color:rgba(219,234,254,.2)}.hover\:bg-blue-100\/25:hover{background-color:rgba(219,234,254,.25)}.hover\:bg-blue-100\/30:hover{background-color:rgba(219,234,254,.3)}.hover\:bg-blue-100\/35:hover{background-color:rgba(219,234,254,.35)}.hover\:bg-blue-100\/40:hover{background-color:rgba(219,234,254,.4)}.hover\:bg-blue-100\/45:hover{background-color:rgba(219,234,254,.45)}.hover\:bg-blue-100\/5:hover{background-color:rgba(219,234,254,.05)}.hover\:bg-blue-100\/50:hover{background-color:rgba(219,234,254,.5)}.hover\:bg-blue-100\/55:hover{background-color:rgba(219,234,254,.55)}.hover\:bg-blue-100\/60:hover{background-color:rgba(219,234,254,.6)}.hover\:bg-blue-100\/65:hover{background-color:rgba(219,234,254,.65)}.hover\:bg-blue-100\/70:hover{background-color:rgba(219,234,254,.7)}.hover\:bg-blue-100\/75:hover{background-color:rgba(219,234,254,.75)}.hover\:bg-blue-100\/80:hover{background-color:rgba(219,234,254,.8)}.hover\:bg-blue-100\/85:hover{background-color:rgba(219,234,254,.85)}.hover\:bg-blue-100\/90:hover{background-color:rgba(219,234,254,.9)}.hover\:bg-blue-100\/95:hover{background-color:rgba(219,234,254,.95)}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.hover\:bg-blue-200\/0:hover{background-color:rgba(191,219,254,0)}.hover\:bg-blue-200\/10:hover{background-color:rgba(191,219,254,.1)}.hover\:bg-blue-200\/100:hover{background-color:#bfdbfe}.hover\:bg-blue-200\/15:hover{background-color:rgba(191,219,254,.15)}.hover\:bg-blue-200\/20:hover{background-color:rgba(191,219,254,.2)}.hover\:bg-blue-200\/25:hover{background-color:rgba(191,219,254,.25)}.hover\:bg-blue-200\/30:hover{background-color:rgba(191,219,254,.3)}.hover\:bg-blue-200\/35:hover{background-color:rgba(191,219,254,.35)}.hover\:bg-blue-200\/40:hover{background-color:rgba(191,219,254,.4)}.hover\:bg-blue-200\/45:hover{background-color:rgba(191,219,254,.45)}.hover\:bg-blue-200\/5:hover{background-color:rgba(191,219,254,.05)}.hover\:bg-blue-200\/50:hover{background-color:rgba(191,219,254,.5)}.hover\:bg-blue-200\/55:hover{background-color:rgba(191,219,254,.55)}.hover\:bg-blue-200\/60:hover{background-color:rgba(191,219,254,.6)}.hover\:bg-blue-200\/65:hover{background-color:rgba(191,219,254,.65)}.hover\:bg-blue-200\/70:hover{background-color:rgba(191,219,254,.7)}.hover\:bg-blue-200\/75:hover{background-color:rgba(191,219,254,.75)}.hover\:bg-blue-200\/80:hover{background-color:rgba(191,219,254,.8)}.hover\:bg-blue-200\/85:hover{background-color:rgba(191,219,254,.85)}.hover\:bg-blue-200\/90:hover{background-color:rgba(191,219,254,.9)}.hover\:bg-blue-200\/95:hover{background-color:rgba(191,219,254,.95)}.hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.hover\:bg-blue-300\/0:hover{background-color:rgba(147,197,253,0)}.hover\:bg-blue-300\/10:hover{background-color:rgba(147,197,253,.1)}.hover\:bg-blue-300\/100:hover{background-color:#93c5fd}.hover\:bg-blue-300\/15:hover{background-color:rgba(147,197,253,.15)}.hover\:bg-blue-300\/20:hover{background-color:rgba(147,197,253,.2)}.hover\:bg-blue-300\/25:hover{background-color:rgba(147,197,253,.25)}.hover\:bg-blue-300\/30:hover{background-color:rgba(147,197,253,.3)}.hover\:bg-blue-300\/35:hover{background-color:rgba(147,197,253,.35)}.hover\:bg-blue-300\/40:hover{background-color:rgba(147,197,253,.4)}.hover\:bg-blue-300\/45:hover{background-color:rgba(147,197,253,.45)}.hover\:bg-blue-300\/5:hover{background-color:rgba(147,197,253,.05)}.hover\:bg-blue-300\/50:hover{background-color:rgba(147,197,253,.5)}.hover\:bg-blue-300\/55:hover{background-color:rgba(147,197,253,.55)}.hover\:bg-blue-300\/60:hover{background-color:rgba(147,197,253,.6)}.hover\:bg-blue-300\/65:hover{background-color:rgba(147,197,253,.65)}.hover\:bg-blue-300\/70:hover{background-color:rgba(147,197,253,.7)}.hover\:bg-blue-300\/75:hover{background-color:rgba(147,197,253,.75)}.hover\:bg-blue-300\/80:hover{background-color:rgba(147,197,253,.8)}.hover\:bg-blue-300\/85:hover{background-color:rgba(147,197,253,.85)}.hover\:bg-blue-300\/90:hover{background-color:rgba(147,197,253,.9)}.hover\:bg-blue-300\/95:hover{background-color:rgba(147,197,253,.95)}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.hover\:bg-blue-400\/0:hover{background-color:rgba(96,165,250,0)}.hover\:bg-blue-400\/10:hover{background-color:rgba(96,165,250,.1)}.hover\:bg-blue-400\/100:hover{background-color:#60a5fa}.hover\:bg-blue-400\/15:hover{background-color:rgba(96,165,250,.15)}.hover\:bg-blue-400\/20:hover{background-color:rgba(96,165,250,.2)}.hover\:bg-blue-400\/25:hover{background-color:rgba(96,165,250,.25)}.hover\:bg-blue-400\/30:hover{background-color:rgba(96,165,250,.3)}.hover\:bg-blue-400\/35:hover{background-color:rgba(96,165,250,.35)}.hover\:bg-blue-400\/40:hover{background-color:rgba(96,165,250,.4)}.hover\:bg-blue-400\/45:hover{background-color:rgba(96,165,250,.45)}.hover\:bg-blue-400\/5:hover{background-color:rgba(96,165,250,.05)}.hover\:bg-blue-400\/50:hover{background-color:rgba(96,165,250,.5)}.hover\:bg-blue-400\/55:hover{background-color:rgba(96,165,250,.55)}.hover\:bg-blue-400\/60:hover{background-color:rgba(96,165,250,.6)}.hover\:bg-blue-400\/65:hover{background-color:rgba(96,165,250,.65)}.hover\:bg-blue-400\/70:hover{background-color:rgba(96,165,250,.7)}.hover\:bg-blue-400\/75:hover{background-color:rgba(96,165,250,.75)}.hover\:bg-blue-400\/80:hover{background-color:rgba(96,165,250,.8)}.hover\:bg-blue-400\/85:hover{background-color:rgba(96,165,250,.85)}.hover\:bg-blue-400\/90:hover{background-color:rgba(96,165,250,.9)}.hover\:bg-blue-400\/95:hover{background-color:rgba(96,165,250,.95)}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.hover\:bg-blue-50\/0:hover{background-color:rgba(239,246,255,0)}.hover\:bg-blue-50\/10:hover{background-color:rgba(239,246,255,.1)}.hover\:bg-blue-50\/100:hover{background-color:#eff6ff}.hover\:bg-blue-50\/15:hover{background-color:rgba(239,246,255,.15)}.hover\:bg-blue-50\/20:hover{background-color:rgba(239,246,255,.2)}.hover\:bg-blue-50\/25:hover{background-color:rgba(239,246,255,.25)}.hover\:bg-blue-50\/30:hover{background-color:rgba(239,246,255,.3)}.hover\:bg-blue-50\/35:hover{background-color:rgba(239,246,255,.35)}.hover\:bg-blue-50\/40:hover{background-color:rgba(239,246,255,.4)}.hover\:bg-blue-50\/45:hover{background-color:rgba(239,246,255,.45)}.hover\:bg-blue-50\/5:hover{background-color:rgba(239,246,255,.05)}.hover\:bg-blue-50\/50:hover{background-color:rgba(239,246,255,.5)}.hover\:bg-blue-50\/55:hover{background-color:rgba(239,246,255,.55)}.hover\:bg-blue-50\/60:hover{background-color:rgba(239,246,255,.6)}.hover\:bg-blue-50\/65:hover{background-color:rgba(239,246,255,.65)}.hover\:bg-blue-50\/70:hover{background-color:rgba(239,246,255,.7)}.hover\:bg-blue-50\/75:hover{background-color:rgba(239,246,255,.75)}.hover\:bg-blue-50\/80:hover{background-color:rgba(239,246,255,.8)}.hover\:bg-blue-50\/85:hover{background-color:rgba(239,246,255,.85)}.hover\:bg-blue-50\/90:hover{background-color:rgba(239,246,255,.9)}.hover\:bg-blue-50\/95:hover{background-color:rgba(239,246,255,.95)}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.hover\:bg-blue-500\/0:hover{background-color:rgba(59,130,246,0)}.hover\:bg-blue-500\/10:hover{background-color:rgba(59,130,246,.1)}.hover\:bg-blue-500\/100:hover{background-color:#3b82f6}.hover\:bg-blue-500\/15:hover{background-color:rgba(59,130,246,.15)}.hover\:bg-blue-500\/20:hover{background-color:rgba(59,130,246,.2)}.hover\:bg-blue-500\/25:hover{background-color:rgba(59,130,246,.25)}.hover\:bg-blue-500\/30:hover{background-color:rgba(59,130,246,.3)}.hover\:bg-blue-500\/35:hover{background-color:rgba(59,130,246,.35)}.hover\:bg-blue-500\/40:hover{background-color:rgba(59,130,246,.4)}.hover\:bg-blue-500\/45:hover{background-color:rgba(59,130,246,.45)}.hover\:bg-blue-500\/5:hover{background-color:rgba(59,130,246,.05)}.hover\:bg-blue-500\/50:hover{background-color:rgba(59,130,246,.5)}.hover\:bg-blue-500\/55:hover{background-color:rgba(59,130,246,.55)}.hover\:bg-blue-500\/60:hover{background-color:rgba(59,130,246,.6)}.hover\:bg-blue-500\/65:hover{background-color:rgba(59,130,246,.65)}.hover\:bg-blue-500\/70:hover{background-color:rgba(59,130,246,.7)}.hover\:bg-blue-500\/75:hover{background-color:rgba(59,130,246,.75)}.hover\:bg-blue-500\/80:hover{background-color:rgba(59,130,246,.8)}.hover\:bg-blue-500\/85:hover{background-color:rgba(59,130,246,.85)}.hover\:bg-blue-500\/90:hover{background-color:rgba(59,130,246,.9)}.hover\:bg-blue-500\/95:hover{background-color:rgba(59,130,246,.95)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.hover\:bg-blue-600\/0:hover{background-color:rgba(37,99,235,0)}.hover\:bg-blue-600\/10:hover{background-color:rgba(37,99,235,.1)}.hover\:bg-blue-600\/100:hover{background-color:#2563eb}.hover\:bg-blue-600\/15:hover{background-color:rgba(37,99,235,.15)}.hover\:bg-blue-600\/20:hover{background-color:rgba(37,99,235,.2)}.hover\:bg-blue-600\/25:hover{background-color:rgba(37,99,235,.25)}.hover\:bg-blue-600\/30:hover{background-color:rgba(37,99,235,.3)}.hover\:bg-blue-600\/35:hover{background-color:rgba(37,99,235,.35)}.hover\:bg-blue-600\/40:hover{background-color:rgba(37,99,235,.4)}.hover\:bg-blue-600\/45:hover{background-color:rgba(37,99,235,.45)}.hover\:bg-blue-600\/5:hover{background-color:rgba(37,99,235,.05)}.hover\:bg-blue-600\/50:hover{background-color:rgba(37,99,235,.5)}.hover\:bg-blue-600\/55:hover{background-color:rgba(37,99,235,.55)}.hover\:bg-blue-600\/60:hover{background-color:rgba(37,99,235,.6)}.hover\:bg-blue-600\/65:hover{background-color:rgba(37,99,235,.65)}.hover\:bg-blue-600\/70:hover{background-color:rgba(37,99,235,.7)}.hover\:bg-blue-600\/75:hover{background-color:rgba(37,99,235,.75)}.hover\:bg-blue-600\/80:hover{background-color:rgba(37,99,235,.8)}.hover\:bg-blue-600\/85:hover{background-color:rgba(37,99,235,.85)}.hover\:bg-blue-600\/90:hover{background-color:rgba(37,99,235,.9)}.hover\:bg-blue-600\/95:hover{background-color:rgba(37,99,235,.95)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.hover\:bg-blue-700\/0:hover{background-color:rgba(29,78,216,0)}.hover\:bg-blue-700\/10:hover{background-color:rgba(29,78,216,.1)}.hover\:bg-blue-700\/100:hover{background-color:#1d4ed8}.hover\:bg-blue-700\/15:hover{background-color:rgba(29,78,216,.15)}.hover\:bg-blue-700\/20:hover{background-color:rgba(29,78,216,.2)}.hover\:bg-blue-700\/25:hover{background-color:rgba(29,78,216,.25)}.hover\:bg-blue-700\/30:hover{background-color:rgba(29,78,216,.3)}.hover\:bg-blue-700\/35:hover{background-color:rgba(29,78,216,.35)}.hover\:bg-blue-700\/40:hover{background-color:rgba(29,78,216,.4)}.hover\:bg-blue-700\/45:hover{background-color:rgba(29,78,216,.45)}.hover\:bg-blue-700\/5:hover{background-color:rgba(29,78,216,.05)}.hover\:bg-blue-700\/50:hover{background-color:rgba(29,78,216,.5)}.hover\:bg-blue-700\/55:hover{background-color:rgba(29,78,216,.55)}.hover\:bg-blue-700\/60:hover{background-color:rgba(29,78,216,.6)}.hover\:bg-blue-700\/65:hover{background-color:rgba(29,78,216,.65)}.hover\:bg-blue-700\/70:hover{background-color:rgba(29,78,216,.7)}.hover\:bg-blue-700\/75:hover{background-color:rgba(29,78,216,.75)}.hover\:bg-blue-700\/80:hover{background-color:rgba(29,78,216,.8)}.hover\:bg-blue-700\/85:hover{background-color:rgba(29,78,216,.85)}.hover\:bg-blue-700\/90:hover{background-color:rgba(29,78,216,.9)}.hover\:bg-blue-700\/95:hover{background-color:rgba(29,78,216,.95)}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.hover\:bg-blue-800\/0:hover{background-color:rgba(30,64,175,0)}.hover\:bg-blue-800\/10:hover{background-color:rgba(30,64,175,.1)}.hover\:bg-blue-800\/100:hover{background-color:#1e40af}.hover\:bg-blue-800\/15:hover{background-color:rgba(30,64,175,.15)}.hover\:bg-blue-800\/20:hover{background-color:rgba(30,64,175,.2)}.hover\:bg-blue-800\/25:hover{background-color:rgba(30,64,175,.25)}.hover\:bg-blue-800\/30:hover{background-color:rgba(30,64,175,.3)}.hover\:bg-blue-800\/35:hover{background-color:rgba(30,64,175,.35)}.hover\:bg-blue-800\/40:hover{background-color:rgba(30,64,175,.4)}.hover\:bg-blue-800\/45:hover{background-color:rgba(30,64,175,.45)}.hover\:bg-blue-800\/5:hover{background-color:rgba(30,64,175,.05)}.hover\:bg-blue-800\/50:hover{background-color:rgba(30,64,175,.5)}.hover\:bg-blue-800\/55:hover{background-color:rgba(30,64,175,.55)}.hover\:bg-blue-800\/60:hover{background-color:rgba(30,64,175,.6)}.hover\:bg-blue-800\/65:hover{background-color:rgba(30,64,175,.65)}.hover\:bg-blue-800\/70:hover{background-color:rgba(30,64,175,.7)}.hover\:bg-blue-800\/75:hover{background-color:rgba(30,64,175,.75)}.hover\:bg-blue-800\/80:hover{background-color:rgba(30,64,175,.8)}.hover\:bg-blue-800\/85:hover{background-color:rgba(30,64,175,.85)}.hover\:bg-blue-800\/90:hover{background-color:rgba(30,64,175,.9)}.hover\:bg-blue-800\/95:hover{background-color:rgba(30,64,175,.95)}.hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.hover\:bg-blue-900\/0:hover{background-color:rgba(30,58,138,0)}.hover\:bg-blue-900\/10:hover{background-color:rgba(30,58,138,.1)}.hover\:bg-blue-900\/100:hover{background-color:#1e3a8a}.hover\:bg-blue-900\/15:hover{background-color:rgba(30,58,138,.15)}.hover\:bg-blue-900\/20:hover{background-color:rgba(30,58,138,.2)}.hover\:bg-blue-900\/25:hover{background-color:rgba(30,58,138,.25)}.hover\:bg-blue-900\/30:hover{background-color:rgba(30,58,138,.3)}.hover\:bg-blue-900\/35:hover{background-color:rgba(30,58,138,.35)}.hover\:bg-blue-900\/40:hover{background-color:rgba(30,58,138,.4)}.hover\:bg-blue-900\/45:hover{background-color:rgba(30,58,138,.45)}.hover\:bg-blue-900\/5:hover{background-color:rgba(30,58,138,.05)}.hover\:bg-blue-900\/50:hover{background-color:rgba(30,58,138,.5)}.hover\:bg-blue-900\/55:hover{background-color:rgba(30,58,138,.55)}.hover\:bg-blue-900\/60:hover{background-color:rgba(30,58,138,.6)}.hover\:bg-blue-900\/65:hover{background-color:rgba(30,58,138,.65)}.hover\:bg-blue-900\/70:hover{background-color:rgba(30,58,138,.7)}.hover\:bg-blue-900\/75:hover{background-color:rgba(30,58,138,.75)}.hover\:bg-blue-900\/80:hover{background-color:rgba(30,58,138,.8)}.hover\:bg-blue-900\/85:hover{background-color:rgba(30,58,138,.85)}.hover\:bg-blue-900\/90:hover{background-color:rgba(30,58,138,.9)}.hover\:bg-blue-900\/95:hover{background-color:rgba(30,58,138,.95)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-100\/0:hover{background-color:rgba(243,244,246,0)}.hover\:bg-gray-100\/10:hover{background-color:rgba(243,244,246,.1)}.hover\:bg-gray-100\/100:hover{background-color:#f3f4f6}.hover\:bg-gray-100\/15:hover{background-color:rgba(243,244,246,.15)}.hover\:bg-gray-100\/20:hover{background-color:rgba(243,244,246,.2)}.hover\:bg-gray-100\/25:hover{background-color:rgba(243,244,246,.25)}.hover\:bg-gray-100\/30:hover{background-color:rgba(243,244,246,.3)}.hover\:bg-gray-100\/35:hover{background-color:rgba(243,244,246,.35)}.hover\:bg-gray-100\/40:hover{background-color:rgba(243,244,246,.4)}.hover\:bg-gray-100\/45:hover{background-color:rgba(243,244,246,.45)}.hover\:bg-gray-100\/5:hover{background-color:rgba(243,244,246,.05)}.hover\:bg-gray-100\/50:hover{background-color:rgba(243,244,246,.5)}.hover\:bg-gray-100\/55:hover{background-color:rgba(243,244,246,.55)}.hover\:bg-gray-100\/60:hover{background-color:rgba(243,244,246,.6)}.hover\:bg-gray-100\/65:hover{background-color:rgba(243,244,246,.65)}.hover\:bg-gray-100\/70:hover{background-color:rgba(243,244,246,.7)}.hover\:bg-gray-100\/75:hover{background-color:rgba(243,244,246,.75)}.hover\:bg-gray-100\/80:hover{background-color:rgba(243,244,246,.8)}.hover\:bg-gray-100\/85:hover{background-color:rgba(243,244,246,.85)}.hover\:bg-gray-100\/90:hover{background-color:rgba(243,244,246,.9)}.hover\:bg-gray-100\/95:hover{background-color:rgba(243,244,246,.95)}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-gray-200\/0:hover{background-color:rgba(229,231,235,0)}.hover\:bg-gray-200\/10:hover{background-color:rgba(229,231,235,.1)}.hover\:bg-gray-200\/100:hover{background-color:#e5e7eb}.hover\:bg-gray-200\/15:hover{background-color:rgba(229,231,235,.15)}.hover\:bg-gray-200\/20:hover{background-color:rgba(229,231,235,.2)}.hover\:bg-gray-200\/25:hover{background-color:rgba(229,231,235,.25)}.hover\:bg-gray-200\/30:hover{background-color:rgba(229,231,235,.3)}.hover\:bg-gray-200\/35:hover{background-color:rgba(229,231,235,.35)}.hover\:bg-gray-200\/40:hover{background-color:rgba(229,231,235,.4)}.hover\:bg-gray-200\/45:hover{background-color:rgba(229,231,235,.45)}.hover\:bg-gray-200\/5:hover{background-color:rgba(229,231,235,.05)}.hover\:bg-gray-200\/50:hover{background-color:rgba(229,231,235,.5)}.hover\:bg-gray-200\/55:hover{background-color:rgba(229,231,235,.55)}.hover\:bg-gray-200\/60:hover{background-color:rgba(229,231,235,.6)}.hover\:bg-gray-200\/65:hover{background-color:rgba(229,231,235,.65)}.hover\:bg-gray-200\/70:hover{background-color:rgba(229,231,235,.7)}.hover\:bg-gray-200\/75:hover{background-color:rgba(229,231,235,.75)}.hover\:bg-gray-200\/80:hover{background-color:rgba(229,231,235,.8)}.hover\:bg-gray-200\/85:hover{background-color:rgba(229,231,235,.85)}.hover\:bg-gray-200\/90:hover{background-color:rgba(229,231,235,.9)}.hover\:bg-gray-200\/95:hover{background-color:rgba(229,231,235,.95)}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.hover\:bg-gray-300\/0:hover{background-color:rgba(209,213,219,0)}.hover\:bg-gray-300\/10:hover{background-color:rgba(209,213,219,.1)}.hover\:bg-gray-300\/100:hover{background-color:#d1d5db}.hover\:bg-gray-300\/15:hover{background-color:rgba(209,213,219,.15)}.hover\:bg-gray-300\/20:hover{background-color:rgba(209,213,219,.2)}.hover\:bg-gray-300\/25:hover{background-color:rgba(209,213,219,.25)}.hover\:bg-gray-300\/30:hover{background-color:rgba(209,213,219,.3)}.hover\:bg-gray-300\/35:hover{background-color:rgba(209,213,219,.35)}.hover\:bg-gray-300\/40:hover{background-color:rgba(209,213,219,.4)}.hover\:bg-gray-300\/45:hover{background-color:rgba(209,213,219,.45)}.hover\:bg-gray-300\/5:hover{background-color:rgba(209,213,219,.05)}.hover\:bg-gray-300\/50:hover{background-color:rgba(209,213,219,.5)}.hover\:bg-gray-300\/55:hover{background-color:rgba(209,213,219,.55)}.hover\:bg-gray-300\/60:hover{background-color:rgba(209,213,219,.6)}.hover\:bg-gray-300\/65:hover{background-color:rgba(209,213,219,.65)}.hover\:bg-gray-300\/70:hover{background-color:rgba(209,213,219,.7)}.hover\:bg-gray-300\/75:hover{background-color:rgba(209,213,219,.75)}.hover\:bg-gray-300\/80:hover{background-color:rgba(209,213,219,.8)}.hover\:bg-gray-300\/85:hover{background-color:rgba(209,213,219,.85)}.hover\:bg-gray-300\/90:hover{background-color:rgba(209,213,219,.9)}.hover\:bg-gray-300\/95:hover{background-color:rgba(209,213,219,.95)}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.hover\:bg-gray-400\/0:hover{background-color:rgba(156,163,175,0)}.hover\:bg-gray-400\/10:hover{background-color:rgba(156,163,175,.1)}.hover\:bg-gray-400\/100:hover{background-color:#9ca3af}.hover\:bg-gray-400\/15:hover{background-color:rgba(156,163,175,.15)}.hover\:bg-gray-400\/20:hover{background-color:rgba(156,163,175,.2)}.hover\:bg-gray-400\/25:hover{background-color:rgba(156,163,175,.25)}.hover\:bg-gray-400\/30:hover{background-color:rgba(156,163,175,.3)}.hover\:bg-gray-400\/35:hover{background-color:rgba(156,163,175,.35)}.hover\:bg-gray-400\/40:hover{background-color:rgba(156,163,175,.4)}.hover\:bg-gray-400\/45:hover{background-color:rgba(156,163,175,.45)}.hover\:bg-gray-400\/5:hover{background-color:rgba(156,163,175,.05)}.hover\:bg-gray-400\/50:hover{background-color:rgba(156,163,175,.5)}.hover\:bg-gray-400\/55:hover{background-color:rgba(156,163,175,.55)}.hover\:bg-gray-400\/60:hover{background-color:rgba(156,163,175,.6)}.hover\:bg-gray-400\/65:hover{background-color:rgba(156,163,175,.65)}.hover\:bg-gray-400\/70:hover{background-color:rgba(156,163,175,.7)}.hover\:bg-gray-400\/75:hover{background-color:rgba(156,163,175,.75)}.hover\:bg-gray-400\/80:hover{background-color:rgba(156,163,175,.8)}.hover\:bg-gray-400\/85:hover{background-color:rgba(156,163,175,.85)}.hover\:bg-gray-400\/90:hover{background-color:rgba(156,163,175,.9)}.hover\:bg-gray-400\/95:hover{background-color:rgba(156,163,175,.95)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-gray-50\/0:hover{background-color:rgba(249,250,251,0)}.hover\:bg-gray-50\/10:hover{background-color:rgba(249,250,251,.1)}.hover\:bg-gray-50\/100:hover{background-color:#f9fafb}.hover\:bg-gray-50\/15:hover{background-color:rgba(249,250,251,.15)}.hover\:bg-gray-50\/20:hover{background-color:rgba(249,250,251,.2)}.hover\:bg-gray-50\/25:hover{background-color:rgba(249,250,251,.25)}.hover\:bg-gray-50\/30:hover{background-color:rgba(249,250,251,.3)}.hover\:bg-gray-50\/35:hover{background-color:rgba(249,250,251,.35)}.hover\:bg-gray-50\/40:hover{background-color:rgba(249,250,251,.4)}.hover\:bg-gray-50\/45:hover{background-color:rgba(249,250,251,.45)}.hover\:bg-gray-50\/5:hover{background-color:rgba(249,250,251,.05)}.hover\:bg-gray-50\/50:hover{background-color:rgba(249,250,251,.5)}.hover\:bg-gray-50\/55:hover{background-color:rgba(249,250,251,.55)}.hover\:bg-gray-50\/60:hover{background-color:rgba(249,250,251,.6)}.hover\:bg-gray-50\/65:hover{background-color:rgba(249,250,251,.65)}.hover\:bg-gray-50\/70:hover{background-color:rgba(249,250,251,.7)}.hover\:bg-gray-50\/75:hover{background-color:rgba(249,250,251,.75)}.hover\:bg-gray-50\/80:hover{background-color:rgba(249,250,251,.8)}.hover\:bg-gray-50\/85:hover{background-color:rgba(249,250,251,.85)}.hover\:bg-gray-50\/90:hover{background-color:rgba(249,250,251,.9)}.hover\:bg-gray-50\/95:hover{background-color:rgba(249,250,251,.95)}.hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.hover\:bg-gray-500\/0:hover{background-color:hsla(220,9%,46%,0)}.hover\:bg-gray-500\/10:hover{background-color:hsla(220,9%,46%,.1)}.hover\:bg-gray-500\/100:hover{background-color:#6b7280}.hover\:bg-gray-500\/15:hover{background-color:hsla(220,9%,46%,.15)}.hover\:bg-gray-500\/20:hover{background-color:hsla(220,9%,46%,.2)}.hover\:bg-gray-500\/25:hover{background-color:hsla(220,9%,46%,.25)}.hover\:bg-gray-500\/30:hover{background-color:hsla(220,9%,46%,.3)}.hover\:bg-gray-500\/35:hover{background-color:hsla(220,9%,46%,.35)}.hover\:bg-gray-500\/40:hover{background-color:hsla(220,9%,46%,.4)}.hover\:bg-gray-500\/45:hover{background-color:hsla(220,9%,46%,.45)}.hover\:bg-gray-500\/5:hover{background-color:hsla(220,9%,46%,.05)}.hover\:bg-gray-500\/50:hover{background-color:hsla(220,9%,46%,.5)}.hover\:bg-gray-500\/55:hover{background-color:hsla(220,9%,46%,.55)}.hover\:bg-gray-500\/60:hover{background-color:hsla(220,9%,46%,.6)}.hover\:bg-gray-500\/65:hover{background-color:hsla(220,9%,46%,.65)}.hover\:bg-gray-500\/70:hover{background-color:hsla(220,9%,46%,.7)}.hover\:bg-gray-500\/75:hover{background-color:hsla(220,9%,46%,.75)}.hover\:bg-gray-500\/80:hover{background-color:hsla(220,9%,46%,.8)}.hover\:bg-gray-500\/85:hover{background-color:hsla(220,9%,46%,.85)}.hover\:bg-gray-500\/90:hover{background-color:hsla(220,9%,46%,.9)}.hover\:bg-gray-500\/95:hover{background-color:hsla(220,9%,46%,.95)}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.hover\:bg-gray-600\/0:hover{background-color:rgba(75,85,99,0)}.hover\:bg-gray-600\/10:hover{background-color:rgba(75,85,99,.1)}.hover\:bg-gray-600\/100:hover{background-color:#4b5563}.hover\:bg-gray-600\/15:hover{background-color:rgba(75,85,99,.15)}.hover\:bg-gray-600\/20:hover{background-color:rgba(75,85,99,.2)}.hover\:bg-gray-600\/25:hover{background-color:rgba(75,85,99,.25)}.hover\:bg-gray-600\/30:hover{background-color:rgba(75,85,99,.3)}.hover\:bg-gray-600\/35:hover{background-color:rgba(75,85,99,.35)}.hover\:bg-gray-600\/40:hover{background-color:rgba(75,85,99,.4)}.hover\:bg-gray-600\/45:hover{background-color:rgba(75,85,99,.45)}.hover\:bg-gray-600\/5:hover{background-color:rgba(75,85,99,.05)}.hover\:bg-gray-600\/50:hover{background-color:rgba(75,85,99,.5)}.hover\:bg-gray-600\/55:hover{background-color:rgba(75,85,99,.55)}.hover\:bg-gray-600\/60:hover{background-color:rgba(75,85,99,.6)}.hover\:bg-gray-600\/65:hover{background-color:rgba(75,85,99,.65)}.hover\:bg-gray-600\/70:hover{background-color:rgba(75,85,99,.7)}.hover\:bg-gray-600\/75:hover{background-color:rgba(75,85,99,.75)}.hover\:bg-gray-600\/80:hover{background-color:rgba(75,85,99,.8)}.hover\:bg-gray-600\/85:hover{background-color:rgba(75,85,99,.85)}.hover\:bg-gray-600\/90:hover{background-color:rgba(75,85,99,.9)}.hover\:bg-gray-600\/95:hover{background-color:rgba(75,85,99,.95)}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.hover\:bg-gray-700\/0:hover{background-color:rgba(55,65,81,0)}.hover\:bg-gray-700\/10:hover{background-color:rgba(55,65,81,.1)}.hover\:bg-gray-700\/100:hover{background-color:#374151}.hover\:bg-gray-700\/15:hover{background-color:rgba(55,65,81,.15)}.hover\:bg-gray-700\/20:hover{background-color:rgba(55,65,81,.2)}.hover\:bg-gray-700\/25:hover{background-color:rgba(55,65,81,.25)}.hover\:bg-gray-700\/30:hover{background-color:rgba(55,65,81,.3)}.hover\:bg-gray-700\/35:hover{background-color:rgba(55,65,81,.35)}.hover\:bg-gray-700\/40:hover{background-color:rgba(55,65,81,.4)}.hover\:bg-gray-700\/45:hover{background-color:rgba(55,65,81,.45)}.hover\:bg-gray-700\/5:hover{background-color:rgba(55,65,81,.05)}.hover\:bg-gray-700\/50:hover{background-color:rgba(55,65,81,.5)}.hover\:bg-gray-700\/55:hover{background-color:rgba(55,65,81,.55)}.hover\:bg-gray-700\/60:hover{background-color:rgba(55,65,81,.6)}.hover\:bg-gray-700\/65:hover{background-color:rgba(55,65,81,.65)}.hover\:bg-gray-700\/70:hover{background-color:rgba(55,65,81,.7)}.hover\:bg-gray-700\/75:hover{background-color:rgba(55,65,81,.75)}.hover\:bg-gray-700\/80:hover{background-color:rgba(55,65,81,.8)}.hover\:bg-gray-700\/85:hover{background-color:rgba(55,65,81,.85)}.hover\:bg-gray-700\/90:hover{background-color:rgba(55,65,81,.9)}.hover\:bg-gray-700\/95:hover{background-color:rgba(55,65,81,.95)}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.hover\:bg-gray-800\/0:hover{background-color:rgba(31,41,55,0)}.hover\:bg-gray-800\/10:hover{background-color:rgba(31,41,55,.1)}.hover\:bg-gray-800\/100:hover{background-color:#1f2937}.hover\:bg-gray-800\/15:hover{background-color:rgba(31,41,55,.15)}.hover\:bg-gray-800\/20:hover{background-color:rgba(31,41,55,.2)}.hover\:bg-gray-800\/25:hover{background-color:rgba(31,41,55,.25)}.hover\:bg-gray-800\/30:hover{background-color:rgba(31,41,55,.3)}.hover\:bg-gray-800\/35:hover{background-color:rgba(31,41,55,.35)}.hover\:bg-gray-800\/40:hover{background-color:rgba(31,41,55,.4)}.hover\:bg-gray-800\/45:hover{background-color:rgba(31,41,55,.45)}.hover\:bg-gray-800\/5:hover{background-color:rgba(31,41,55,.05)}.hover\:bg-gray-800\/50:hover{background-color:rgba(31,41,55,.5)}.hover\:bg-gray-800\/55:hover{background-color:rgba(31,41,55,.55)}.hover\:bg-gray-800\/60:hover{background-color:rgba(31,41,55,.6)}.hover\:bg-gray-800\/65:hover{background-color:rgba(31,41,55,.65)}.hover\:bg-gray-800\/70:hover{background-color:rgba(31,41,55,.7)}.hover\:bg-gray-800\/75:hover{background-color:rgba(31,41,55,.75)}.hover\:bg-gray-800\/80:hover{background-color:rgba(31,41,55,.8)}.hover\:bg-gray-800\/85:hover{background-color:rgba(31,41,55,.85)}.hover\:bg-gray-800\/90:hover{background-color:rgba(31,41,55,.9)}.hover\:bg-gray-800\/95:hover{background-color:rgba(31,41,55,.95)}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.hover\:bg-gray-900\/0:hover{background-color:rgba(17,24,39,0)}.hover\:bg-gray-900\/10:hover{background-color:rgba(17,24,39,.1)}.hover\:bg-gray-900\/100:hover{background-color:#111827}.hover\:bg-gray-900\/15:hover{background-color:rgba(17,24,39,.15)}.hover\:bg-gray-900\/20:hover{background-color:rgba(17,24,39,.2)}.hover\:bg-gray-900\/25:hover{background-color:rgba(17,24,39,.25)}.hover\:bg-gray-900\/30:hover{background-color:rgba(17,24,39,.3)}.hover\:bg-gray-900\/35:hover{background-color:rgba(17,24,39,.35)}.hover\:bg-gray-900\/40:hover{background-color:rgba(17,24,39,.4)}.hover\:bg-gray-900\/45:hover{background-color:rgba(17,24,39,.45)}.hover\:bg-gray-900\/5:hover{background-color:rgba(17,24,39,.05)}.hover\:bg-gray-900\/50:hover{background-color:rgba(17,24,39,.5)}.hover\:bg-gray-900\/55:hover{background-color:rgba(17,24,39,.55)}.hover\:bg-gray-900\/60:hover{background-color:rgba(17,24,39,.6)}.hover\:bg-gray-900\/65:hover{background-color:rgba(17,24,39,.65)}.hover\:bg-gray-900\/70:hover{background-color:rgba(17,24,39,.7)}.hover\:bg-gray-900\/75:hover{background-color:rgba(17,24,39,.75)}.hover\:bg-gray-900\/80:hover{background-color:rgba(17,24,39,.8)}.hover\:bg-gray-900\/85:hover{background-color:rgba(17,24,39,.85)}.hover\:bg-gray-900\/90:hover{background-color:rgba(17,24,39,.9)}.hover\:bg-gray-900\/95:hover{background-color:rgba(17,24,39,.95)}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.hover\:bg-green-100\/0:hover{background-color:rgba(220,252,231,0)}.hover\:bg-green-100\/10:hover{background-color:rgba(220,252,231,.1)}.hover\:bg-green-100\/100:hover{background-color:#dcfce7}.hover\:bg-green-100\/15:hover{background-color:rgba(220,252,231,.15)}.hover\:bg-green-100\/20:hover{background-color:rgba(220,252,231,.2)}.hover\:bg-green-100\/25:hover{background-color:rgba(220,252,231,.25)}.hover\:bg-green-100\/30:hover{background-color:rgba(220,252,231,.3)}.hover\:bg-green-100\/35:hover{background-color:rgba(220,252,231,.35)}.hover\:bg-green-100\/40:hover{background-color:rgba(220,252,231,.4)}.hover\:bg-green-100\/45:hover{background-color:rgba(220,252,231,.45)}.hover\:bg-green-100\/5:hover{background-color:rgba(220,252,231,.05)}.hover\:bg-green-100\/50:hover{background-color:rgba(220,252,231,.5)}.hover\:bg-green-100\/55:hover{background-color:rgba(220,252,231,.55)}.hover\:bg-green-100\/60:hover{background-color:rgba(220,252,231,.6)}.hover\:bg-green-100\/65:hover{background-color:rgba(220,252,231,.65)}.hover\:bg-green-100\/70:hover{background-color:rgba(220,252,231,.7)}.hover\:bg-green-100\/75:hover{background-color:rgba(220,252,231,.75)}.hover\:bg-green-100\/80:hover{background-color:rgba(220,252,231,.8)}.hover\:bg-green-100\/85:hover{background-color:rgba(220,252,231,.85)}.hover\:bg-green-100\/90:hover{background-color:rgba(220,252,231,.9)}.hover\:bg-green-100\/95:hover{background-color:rgba(220,252,231,.95)}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.hover\:bg-green-200\/0:hover{background-color:rgba(187,247,208,0)}.hover\:bg-green-200\/10:hover{background-color:rgba(187,247,208,.1)}.hover\:bg-green-200\/100:hover{background-color:#bbf7d0}.hover\:bg-green-200\/15:hover{background-color:rgba(187,247,208,.15)}.hover\:bg-green-200\/20:hover{background-color:rgba(187,247,208,.2)}.hover\:bg-green-200\/25:hover{background-color:rgba(187,247,208,.25)}.hover\:bg-green-200\/30:hover{background-color:rgba(187,247,208,.3)}.hover\:bg-green-200\/35:hover{background-color:rgba(187,247,208,.35)}.hover\:bg-green-200\/40:hover{background-color:rgba(187,247,208,.4)}.hover\:bg-green-200\/45:hover{background-color:rgba(187,247,208,.45)}.hover\:bg-green-200\/5:hover{background-color:rgba(187,247,208,.05)}.hover\:bg-green-200\/50:hover{background-color:rgba(187,247,208,.5)}.hover\:bg-green-200\/55:hover{background-color:rgba(187,247,208,.55)}.hover\:bg-green-200\/60:hover{background-color:rgba(187,247,208,.6)}.hover\:bg-green-200\/65:hover{background-color:rgba(187,247,208,.65)}.hover\:bg-green-200\/70:hover{background-color:rgba(187,247,208,.7)}.hover\:bg-green-200\/75:hover{background-color:rgba(187,247,208,.75)}.hover\:bg-green-200\/80:hover{background-color:rgba(187,247,208,.8)}.hover\:bg-green-200\/85:hover{background-color:rgba(187,247,208,.85)}.hover\:bg-green-200\/90:hover{background-color:rgba(187,247,208,.9)}.hover\:bg-green-200\/95:hover{background-color:rgba(187,247,208,.95)}.hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity))}.hover\:bg-green-300\/0:hover{background-color:rgba(134,239,172,0)}.hover\:bg-green-300\/10:hover{background-color:rgba(134,239,172,.1)}.hover\:bg-green-300\/100:hover{background-color:#86efac}.hover\:bg-green-300\/15:hover{background-color:rgba(134,239,172,.15)}.hover\:bg-green-300\/20:hover{background-color:rgba(134,239,172,.2)}.hover\:bg-green-300\/25:hover{background-color:rgba(134,239,172,.25)}.hover\:bg-green-300\/30:hover{background-color:rgba(134,239,172,.3)}.hover\:bg-green-300\/35:hover{background-color:rgba(134,239,172,.35)}.hover\:bg-green-300\/40:hover{background-color:rgba(134,239,172,.4)}.hover\:bg-green-300\/45:hover{background-color:rgba(134,239,172,.45)}.hover\:bg-green-300\/5:hover{background-color:rgba(134,239,172,.05)}.hover\:bg-green-300\/50:hover{background-color:rgba(134,239,172,.5)}.hover\:bg-green-300\/55:hover{background-color:rgba(134,239,172,.55)}.hover\:bg-green-300\/60:hover{background-color:rgba(134,239,172,.6)}.hover\:bg-green-300\/65:hover{background-color:rgba(134,239,172,.65)}.hover\:bg-green-300\/70:hover{background-color:rgba(134,239,172,.7)}.hover\:bg-green-300\/75:hover{background-color:rgba(134,239,172,.75)}.hover\:bg-green-300\/80:hover{background-color:rgba(134,239,172,.8)}.hover\:bg-green-300\/85:hover{background-color:rgba(134,239,172,.85)}.hover\:bg-green-300\/90:hover{background-color:rgba(134,239,172,.9)}.hover\:bg-green-300\/95:hover{background-color:rgba(134,239,172,.95)}.hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.hover\:bg-green-400\/0:hover{background-color:rgba(74,222,128,0)}.hover\:bg-green-400\/10:hover{background-color:rgba(74,222,128,.1)}.hover\:bg-green-400\/100:hover{background-color:#4ade80}.hover\:bg-green-400\/15:hover{background-color:rgba(74,222,128,.15)}.hover\:bg-green-400\/20:hover{background-color:rgba(74,222,128,.2)}.hover\:bg-green-400\/25:hover{background-color:rgba(74,222,128,.25)}.hover\:bg-green-400\/30:hover{background-color:rgba(74,222,128,.3)}.hover\:bg-green-400\/35:hover{background-color:rgba(74,222,128,.35)}.hover\:bg-green-400\/40:hover{background-color:rgba(74,222,128,.4)}.hover\:bg-green-400\/45:hover{background-color:rgba(74,222,128,.45)}.hover\:bg-green-400\/5:hover{background-color:rgba(74,222,128,.05)}.hover\:bg-green-400\/50:hover{background-color:rgba(74,222,128,.5)}.hover\:bg-green-400\/55:hover{background-color:rgba(74,222,128,.55)}.hover\:bg-green-400\/60:hover{background-color:rgba(74,222,128,.6)}.hover\:bg-green-400\/65:hover{background-color:rgba(74,222,128,.65)}.hover\:bg-green-400\/70:hover{background-color:rgba(74,222,128,.7)}.hover\:bg-green-400\/75:hover{background-color:rgba(74,222,128,.75)}.hover\:bg-green-400\/80:hover{background-color:rgba(74,222,128,.8)}.hover\:bg-green-400\/85:hover{background-color:rgba(74,222,128,.85)}.hover\:bg-green-400\/90:hover{background-color:rgba(74,222,128,.9)}.hover\:bg-green-400\/95:hover{background-color:rgba(74,222,128,.95)}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.hover\:bg-green-50\/0:hover{background-color:rgba(240,253,244,0)}.hover\:bg-green-50\/10:hover{background-color:rgba(240,253,244,.1)}.hover\:bg-green-50\/100:hover{background-color:#f0fdf4}.hover\:bg-green-50\/15:hover{background-color:rgba(240,253,244,.15)}.hover\:bg-green-50\/20:hover{background-color:rgba(240,253,244,.2)}.hover\:bg-green-50\/25:hover{background-color:rgba(240,253,244,.25)}.hover\:bg-green-50\/30:hover{background-color:rgba(240,253,244,.3)}.hover\:bg-green-50\/35:hover{background-color:rgba(240,253,244,.35)}.hover\:bg-green-50\/40:hover{background-color:rgba(240,253,244,.4)}.hover\:bg-green-50\/45:hover{background-color:rgba(240,253,244,.45)}.hover\:bg-green-50\/5:hover{background-color:rgba(240,253,244,.05)}.hover\:bg-green-50\/50:hover{background-color:rgba(240,253,244,.5)}.hover\:bg-green-50\/55:hover{background-color:rgba(240,253,244,.55)}.hover\:bg-green-50\/60:hover{background-color:rgba(240,253,244,.6)}.hover\:bg-green-50\/65:hover{background-color:rgba(240,253,244,.65)}.hover\:bg-green-50\/70:hover{background-color:rgba(240,253,244,.7)}.hover\:bg-green-50\/75:hover{background-color:rgba(240,253,244,.75)}.hover\:bg-green-50\/80:hover{background-color:rgba(240,253,244,.8)}.hover\:bg-green-50\/85:hover{background-color:rgba(240,253,244,.85)}.hover\:bg-green-50\/90:hover{background-color:rgba(240,253,244,.9)}.hover\:bg-green-50\/95:hover{background-color:rgba(240,253,244,.95)}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.hover\:bg-green-500\/0:hover{background-color:rgba(34,197,94,0)}.hover\:bg-green-500\/10:hover{background-color:rgba(34,197,94,.1)}.hover\:bg-green-500\/100:hover{background-color:#22c55e}.hover\:bg-green-500\/15:hover{background-color:rgba(34,197,94,.15)}.hover\:bg-green-500\/20:hover{background-color:rgba(34,197,94,.2)}.hover\:bg-green-500\/25:hover{background-color:rgba(34,197,94,.25)}.hover\:bg-green-500\/30:hover{background-color:rgba(34,197,94,.3)}.hover\:bg-green-500\/35:hover{background-color:rgba(34,197,94,.35)}.hover\:bg-green-500\/40:hover{background-color:rgba(34,197,94,.4)}.hover\:bg-green-500\/45:hover{background-color:rgba(34,197,94,.45)}.hover\:bg-green-500\/5:hover{background-color:rgba(34,197,94,.05)}.hover\:bg-green-500\/50:hover{background-color:rgba(34,197,94,.5)}.hover\:bg-green-500\/55:hover{background-color:rgba(34,197,94,.55)}.hover\:bg-green-500\/60:hover{background-color:rgba(34,197,94,.6)}.hover\:bg-green-500\/65:hover{background-color:rgba(34,197,94,.65)}.hover\:bg-green-500\/70:hover{background-color:rgba(34,197,94,.7)}.hover\:bg-green-500\/75:hover{background-color:rgba(34,197,94,.75)}.hover\:bg-green-500\/80:hover{background-color:rgba(34,197,94,.8)}.hover\:bg-green-500\/85:hover{background-color:rgba(34,197,94,.85)}.hover\:bg-green-500\/90:hover{background-color:rgba(34,197,94,.9)}.hover\:bg-green-500\/95:hover{background-color:rgba(34,197,94,.95)}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.hover\:bg-green-600\/0:hover{background-color:rgba(22,163,74,0)}.hover\:bg-green-600\/10:hover{background-color:rgba(22,163,74,.1)}.hover\:bg-green-600\/100:hover{background-color:#16a34a}.hover\:bg-green-600\/15:hover{background-color:rgba(22,163,74,.15)}.hover\:bg-green-600\/20:hover{background-color:rgba(22,163,74,.2)}.hover\:bg-green-600\/25:hover{background-color:rgba(22,163,74,.25)}.hover\:bg-green-600\/30:hover{background-color:rgba(22,163,74,.3)}.hover\:bg-green-600\/35:hover{background-color:rgba(22,163,74,.35)}.hover\:bg-green-600\/40:hover{background-color:rgba(22,163,74,.4)}.hover\:bg-green-600\/45:hover{background-color:rgba(22,163,74,.45)}.hover\:bg-green-600\/5:hover{background-color:rgba(22,163,74,.05)}.hover\:bg-green-600\/50:hover{background-color:rgba(22,163,74,.5)}.hover\:bg-green-600\/55:hover{background-color:rgba(22,163,74,.55)}.hover\:bg-green-600\/60:hover{background-color:rgba(22,163,74,.6)}.hover\:bg-green-600\/65:hover{background-color:rgba(22,163,74,.65)}.hover\:bg-green-600\/70:hover{background-color:rgba(22,163,74,.7)}.hover\:bg-green-600\/75:hover{background-color:rgba(22,163,74,.75)}.hover\:bg-green-600\/80:hover{background-color:rgba(22,163,74,.8)}.hover\:bg-green-600\/85:hover{background-color:rgba(22,163,74,.85)}.hover\:bg-green-600\/90:hover{background-color:rgba(22,163,74,.9)}.hover\:bg-green-600\/95:hover{background-color:rgba(22,163,74,.95)}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.hover\:bg-green-700\/0:hover{background-color:rgba(21,128,61,0)}.hover\:bg-green-700\/10:hover{background-color:rgba(21,128,61,.1)}.hover\:bg-green-700\/100:hover{background-color:#15803d}.hover\:bg-green-700\/15:hover{background-color:rgba(21,128,61,.15)}.hover\:bg-green-700\/20:hover{background-color:rgba(21,128,61,.2)}.hover\:bg-green-700\/25:hover{background-color:rgba(21,128,61,.25)}.hover\:bg-green-700\/30:hover{background-color:rgba(21,128,61,.3)}.hover\:bg-green-700\/35:hover{background-color:rgba(21,128,61,.35)}.hover\:bg-green-700\/40:hover{background-color:rgba(21,128,61,.4)}.hover\:bg-green-700\/45:hover{background-color:rgba(21,128,61,.45)}.hover\:bg-green-700\/5:hover{background-color:rgba(21,128,61,.05)}.hover\:bg-green-700\/50:hover{background-color:rgba(21,128,61,.5)}.hover\:bg-green-700\/55:hover{background-color:rgba(21,128,61,.55)}.hover\:bg-green-700\/60:hover{background-color:rgba(21,128,61,.6)}.hover\:bg-green-700\/65:hover{background-color:rgba(21,128,61,.65)}.hover\:bg-green-700\/70:hover{background-color:rgba(21,128,61,.7)}.hover\:bg-green-700\/75:hover{background-color:rgba(21,128,61,.75)}.hover\:bg-green-700\/80:hover{background-color:rgba(21,128,61,.8)}.hover\:bg-green-700\/85:hover{background-color:rgba(21,128,61,.85)}.hover\:bg-green-700\/90:hover{background-color:rgba(21,128,61,.9)}.hover\:bg-green-700\/95:hover{background-color:rgba(21,128,61,.95)}.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.hover\:bg-green-800\/0:hover{background-color:rgba(22,101,52,0)}.hover\:bg-green-800\/10:hover{background-color:rgba(22,101,52,.1)}.hover\:bg-green-800\/100:hover{background-color:#166534}.hover\:bg-green-800\/15:hover{background-color:rgba(22,101,52,.15)}.hover\:bg-green-800\/20:hover{background-color:rgba(22,101,52,.2)}.hover\:bg-green-800\/25:hover{background-color:rgba(22,101,52,.25)}.hover\:bg-green-800\/30:hover{background-color:rgba(22,101,52,.3)}.hover\:bg-green-800\/35:hover{background-color:rgba(22,101,52,.35)}.hover\:bg-green-800\/40:hover{background-color:rgba(22,101,52,.4)}.hover\:bg-green-800\/45:hover{background-color:rgba(22,101,52,.45)}.hover\:bg-green-800\/5:hover{background-color:rgba(22,101,52,.05)}.hover\:bg-green-800\/50:hover{background-color:rgba(22,101,52,.5)}.hover\:bg-green-800\/55:hover{background-color:rgba(22,101,52,.55)}.hover\:bg-green-800\/60:hover{background-color:rgba(22,101,52,.6)}.hover\:bg-green-800\/65:hover{background-color:rgba(22,101,52,.65)}.hover\:bg-green-800\/70:hover{background-color:rgba(22,101,52,.7)}.hover\:bg-green-800\/75:hover{background-color:rgba(22,101,52,.75)}.hover\:bg-green-800\/80:hover{background-color:rgba(22,101,52,.8)}.hover\:bg-green-800\/85:hover{background-color:rgba(22,101,52,.85)}.hover\:bg-green-800\/90:hover{background-color:rgba(22,101,52,.9)}.hover\:bg-green-800\/95:hover{background-color:rgba(22,101,52,.95)}.hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity))}.hover\:bg-green-900\/0:hover{background-color:rgba(20,83,45,0)}.hover\:bg-green-900\/10:hover{background-color:rgba(20,83,45,.1)}.hover\:bg-green-900\/100:hover{background-color:#14532d}.hover\:bg-green-900\/15:hover{background-color:rgba(20,83,45,.15)}.hover\:bg-green-900\/20:hover{background-color:rgba(20,83,45,.2)}.hover\:bg-green-900\/25:hover{background-color:rgba(20,83,45,.25)}.hover\:bg-green-900\/30:hover{background-color:rgba(20,83,45,.3)}.hover\:bg-green-900\/35:hover{background-color:rgba(20,83,45,.35)}.hover\:bg-green-900\/40:hover{background-color:rgba(20,83,45,.4)}.hover\:bg-green-900\/45:hover{background-color:rgba(20,83,45,.45)}.hover\:bg-green-900\/5:hover{background-color:rgba(20,83,45,.05)}.hover\:bg-green-900\/50:hover{background-color:rgba(20,83,45,.5)}.hover\:bg-green-900\/55:hover{background-color:rgba(20,83,45,.55)}.hover\:bg-green-900\/60:hover{background-color:rgba(20,83,45,.6)}.hover\:bg-green-900\/65:hover{background-color:rgba(20,83,45,.65)}.hover\:bg-green-900\/70:hover{background-color:rgba(20,83,45,.7)}.hover\:bg-green-900\/75:hover{background-color:rgba(20,83,45,.75)}.hover\:bg-green-900\/80:hover{background-color:rgba(20,83,45,.8)}.hover\:bg-green-900\/85:hover{background-color:rgba(20,83,45,.85)}.hover\:bg-green-900\/90:hover{background-color:rgba(20,83,45,.9)}.hover\:bg-green-900\/95:hover{background-color:rgba(20,83,45,.95)}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.hover\:bg-indigo-100\/0:hover{background-color:rgba(224,231,255,0)}.hover\:bg-indigo-100\/10:hover{background-color:rgba(224,231,255,.1)}.hover\:bg-indigo-100\/100:hover{background-color:#e0e7ff}.hover\:bg-indigo-100\/15:hover{background-color:rgba(224,231,255,.15)}.hover\:bg-indigo-100\/20:hover{background-color:rgba(224,231,255,.2)}.hover\:bg-indigo-100\/25:hover{background-color:rgba(224,231,255,.25)}.hover\:bg-indigo-100\/30:hover{background-color:rgba(224,231,255,.3)}.hover\:bg-indigo-100\/35:hover{background-color:rgba(224,231,255,.35)}.hover\:bg-indigo-100\/40:hover{background-color:rgba(224,231,255,.4)}.hover\:bg-indigo-100\/45:hover{background-color:rgba(224,231,255,.45)}.hover\:bg-indigo-100\/5:hover{background-color:rgba(224,231,255,.05)}.hover\:bg-indigo-100\/50:hover{background-color:rgba(224,231,255,.5)}.hover\:bg-indigo-100\/55:hover{background-color:rgba(224,231,255,.55)}.hover\:bg-indigo-100\/60:hover{background-color:rgba(224,231,255,.6)}.hover\:bg-indigo-100\/65:hover{background-color:rgba(224,231,255,.65)}.hover\:bg-indigo-100\/70:hover{background-color:rgba(224,231,255,.7)}.hover\:bg-indigo-100\/75:hover{background-color:rgba(224,231,255,.75)}.hover\:bg-indigo-100\/80:hover{background-color:rgba(224,231,255,.8)}.hover\:bg-indigo-100\/85:hover{background-color:rgba(224,231,255,.85)}.hover\:bg-indigo-100\/90:hover{background-color:rgba(224,231,255,.9)}.hover\:bg-indigo-100\/95:hover{background-color:rgba(224,231,255,.95)}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.hover\:bg-indigo-200\/0:hover{background-color:rgba(199,210,254,0)}.hover\:bg-indigo-200\/10:hover{background-color:rgba(199,210,254,.1)}.hover\:bg-indigo-200\/100:hover{background-color:#c7d2fe}.hover\:bg-indigo-200\/15:hover{background-color:rgba(199,210,254,.15)}.hover\:bg-indigo-200\/20:hover{background-color:rgba(199,210,254,.2)}.hover\:bg-indigo-200\/25:hover{background-color:rgba(199,210,254,.25)}.hover\:bg-indigo-200\/30:hover{background-color:rgba(199,210,254,.3)}.hover\:bg-indigo-200\/35:hover{background-color:rgba(199,210,254,.35)}.hover\:bg-indigo-200\/40:hover{background-color:rgba(199,210,254,.4)}.hover\:bg-indigo-200\/45:hover{background-color:rgba(199,210,254,.45)}.hover\:bg-indigo-200\/5:hover{background-color:rgba(199,210,254,.05)}.hover\:bg-indigo-200\/50:hover{background-color:rgba(199,210,254,.5)}.hover\:bg-indigo-200\/55:hover{background-color:rgba(199,210,254,.55)}.hover\:bg-indigo-200\/60:hover{background-color:rgba(199,210,254,.6)}.hover\:bg-indigo-200\/65:hover{background-color:rgba(199,210,254,.65)}.hover\:bg-indigo-200\/70:hover{background-color:rgba(199,210,254,.7)}.hover\:bg-indigo-200\/75:hover{background-color:rgba(199,210,254,.75)}.hover\:bg-indigo-200\/80:hover{background-color:rgba(199,210,254,.8)}.hover\:bg-indigo-200\/85:hover{background-color:rgba(199,210,254,.85)}.hover\:bg-indigo-200\/90:hover{background-color:rgba(199,210,254,.9)}.hover\:bg-indigo-200\/95:hover{background-color:rgba(199,210,254,.95)}.hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.hover\:bg-indigo-300\/0:hover{background-color:rgba(165,180,252,0)}.hover\:bg-indigo-300\/10:hover{background-color:rgba(165,180,252,.1)}.hover\:bg-indigo-300\/100:hover{background-color:#a5b4fc}.hover\:bg-indigo-300\/15:hover{background-color:rgba(165,180,252,.15)}.hover\:bg-indigo-300\/20:hover{background-color:rgba(165,180,252,.2)}.hover\:bg-indigo-300\/25:hover{background-color:rgba(165,180,252,.25)}.hover\:bg-indigo-300\/30:hover{background-color:rgba(165,180,252,.3)}.hover\:bg-indigo-300\/35:hover{background-color:rgba(165,180,252,.35)}.hover\:bg-indigo-300\/40:hover{background-color:rgba(165,180,252,.4)}.hover\:bg-indigo-300\/45:hover{background-color:rgba(165,180,252,.45)}.hover\:bg-indigo-300\/5:hover{background-color:rgba(165,180,252,.05)}.hover\:bg-indigo-300\/50:hover{background-color:rgba(165,180,252,.5)}.hover\:bg-indigo-300\/55:hover{background-color:rgba(165,180,252,.55)}.hover\:bg-indigo-300\/60:hover{background-color:rgba(165,180,252,.6)}.hover\:bg-indigo-300\/65:hover{background-color:rgba(165,180,252,.65)}.hover\:bg-indigo-300\/70:hover{background-color:rgba(165,180,252,.7)}.hover\:bg-indigo-300\/75:hover{background-color:rgba(165,180,252,.75)}.hover\:bg-indigo-300\/80:hover{background-color:rgba(165,180,252,.8)}.hover\:bg-indigo-300\/85:hover{background-color:rgba(165,180,252,.85)}.hover\:bg-indigo-300\/90:hover{background-color:rgba(165,180,252,.9)}.hover\:bg-indigo-300\/95:hover{background-color:rgba(165,180,252,.95)}.hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.hover\:bg-indigo-400\/0:hover{background-color:rgba(129,140,248,0)}.hover\:bg-indigo-400\/10:hover{background-color:rgba(129,140,248,.1)}.hover\:bg-indigo-400\/100:hover{background-color:#818cf8}.hover\:bg-indigo-400\/15:hover{background-color:rgba(129,140,248,.15)}.hover\:bg-indigo-400\/20:hover{background-color:rgba(129,140,248,.2)}.hover\:bg-indigo-400\/25:hover{background-color:rgba(129,140,248,.25)}.hover\:bg-indigo-400\/30:hover{background-color:rgba(129,140,248,.3)}.hover\:bg-indigo-400\/35:hover{background-color:rgba(129,140,248,.35)}.hover\:bg-indigo-400\/40:hover{background-color:rgba(129,140,248,.4)}.hover\:bg-indigo-400\/45:hover{background-color:rgba(129,140,248,.45)}.hover\:bg-indigo-400\/5:hover{background-color:rgba(129,140,248,.05)}.hover\:bg-indigo-400\/50:hover{background-color:rgba(129,140,248,.5)}.hover\:bg-indigo-400\/55:hover{background-color:rgba(129,140,248,.55)}.hover\:bg-indigo-400\/60:hover{background-color:rgba(129,140,248,.6)}.hover\:bg-indigo-400\/65:hover{background-color:rgba(129,140,248,.65)}.hover\:bg-indigo-400\/70:hover{background-color:rgba(129,140,248,.7)}.hover\:bg-indigo-400\/75:hover{background-color:rgba(129,140,248,.75)}.hover\:bg-indigo-400\/80:hover{background-color:rgba(129,140,248,.8)}.hover\:bg-indigo-400\/85:hover{background-color:rgba(129,140,248,.85)}.hover\:bg-indigo-400\/90:hover{background-color:rgba(129,140,248,.9)}.hover\:bg-indigo-400\/95:hover{background-color:rgba(129,140,248,.95)}.hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.hover\:bg-indigo-50\/0:hover{background-color:rgba(238,242,255,0)}.hover\:bg-indigo-50\/10:hover{background-color:rgba(238,242,255,.1)}.hover\:bg-indigo-50\/100:hover{background-color:#eef2ff}.hover\:bg-indigo-50\/15:hover{background-color:rgba(238,242,255,.15)}.hover\:bg-indigo-50\/20:hover{background-color:rgba(238,242,255,.2)}.hover\:bg-indigo-50\/25:hover{background-color:rgba(238,242,255,.25)}.hover\:bg-indigo-50\/30:hover{background-color:rgba(238,242,255,.3)}.hover\:bg-indigo-50\/35:hover{background-color:rgba(238,242,255,.35)}.hover\:bg-indigo-50\/40:hover{background-color:rgba(238,242,255,.4)}.hover\:bg-indigo-50\/45:hover{background-color:rgba(238,242,255,.45)}.hover\:bg-indigo-50\/5:hover{background-color:rgba(238,242,255,.05)}.hover\:bg-indigo-50\/50:hover{background-color:rgba(238,242,255,.5)}.hover\:bg-indigo-50\/55:hover{background-color:rgba(238,242,255,.55)}.hover\:bg-indigo-50\/60:hover{background-color:rgba(238,242,255,.6)}.hover\:bg-indigo-50\/65:hover{background-color:rgba(238,242,255,.65)}.hover\:bg-indigo-50\/70:hover{background-color:rgba(238,242,255,.7)}.hover\:bg-indigo-50\/75:hover{background-color:rgba(238,242,255,.75)}.hover\:bg-indigo-50\/80:hover{background-color:rgba(238,242,255,.8)}.hover\:bg-indigo-50\/85:hover{background-color:rgba(238,242,255,.85)}.hover\:bg-indigo-50\/90:hover{background-color:rgba(238,242,255,.9)}.hover\:bg-indigo-50\/95:hover{background-color:rgba(238,242,255,.95)}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.hover\:bg-indigo-500\/0:hover{background-color:rgba(99,102,241,0)}.hover\:bg-indigo-500\/10:hover{background-color:rgba(99,102,241,.1)}.hover\:bg-indigo-500\/100:hover{background-color:#6366f1}.hover\:bg-indigo-500\/15:hover{background-color:rgba(99,102,241,.15)}.hover\:bg-indigo-500\/20:hover{background-color:rgba(99,102,241,.2)}.hover\:bg-indigo-500\/25:hover{background-color:rgba(99,102,241,.25)}.hover\:bg-indigo-500\/30:hover{background-color:rgba(99,102,241,.3)}.hover\:bg-indigo-500\/35:hover{background-color:rgba(99,102,241,.35)}.hover\:bg-indigo-500\/40:hover{background-color:rgba(99,102,241,.4)}.hover\:bg-indigo-500\/45:hover{background-color:rgba(99,102,241,.45)}.hover\:bg-indigo-500\/5:hover{background-color:rgba(99,102,241,.05)}.hover\:bg-indigo-500\/50:hover{background-color:rgba(99,102,241,.5)}.hover\:bg-indigo-500\/55:hover{background-color:rgba(99,102,241,.55)}.hover\:bg-indigo-500\/60:hover{background-color:rgba(99,102,241,.6)}.hover\:bg-indigo-500\/65:hover{background-color:rgba(99,102,241,.65)}.hover\:bg-indigo-500\/70:hover{background-color:rgba(99,102,241,.7)}.hover\:bg-indigo-500\/75:hover{background-color:rgba(99,102,241,.75)}.hover\:bg-indigo-500\/80:hover{background-color:rgba(99,102,241,.8)}.hover\:bg-indigo-500\/85:hover{background-color:rgba(99,102,241,.85)}.hover\:bg-indigo-500\/90:hover{background-color:rgba(99,102,241,.9)}.hover\:bg-indigo-500\/95:hover{background-color:rgba(99,102,241,.95)}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.hover\:bg-indigo-600\/0:hover{background-color:rgba(79,70,229,0)}.hover\:bg-indigo-600\/10:hover{background-color:rgba(79,70,229,.1)}.hover\:bg-indigo-600\/100:hover{background-color:#4f46e5}.hover\:bg-indigo-600\/15:hover{background-color:rgba(79,70,229,.15)}.hover\:bg-indigo-600\/20:hover{background-color:rgba(79,70,229,.2)}.hover\:bg-indigo-600\/25:hover{background-color:rgba(79,70,229,.25)}.hover\:bg-indigo-600\/30:hover{background-color:rgba(79,70,229,.3)}.hover\:bg-indigo-600\/35:hover{background-color:rgba(79,70,229,.35)}.hover\:bg-indigo-600\/40:hover{background-color:rgba(79,70,229,.4)}.hover\:bg-indigo-600\/45:hover{background-color:rgba(79,70,229,.45)}.hover\:bg-indigo-600\/5:hover{background-color:rgba(79,70,229,.05)}.hover\:bg-indigo-600\/50:hover{background-color:rgba(79,70,229,.5)}.hover\:bg-indigo-600\/55:hover{background-color:rgba(79,70,229,.55)}.hover\:bg-indigo-600\/60:hover{background-color:rgba(79,70,229,.6)}.hover\:bg-indigo-600\/65:hover{background-color:rgba(79,70,229,.65)}.hover\:bg-indigo-600\/70:hover{background-color:rgba(79,70,229,.7)}.hover\:bg-indigo-600\/75:hover{background-color:rgba(79,70,229,.75)}.hover\:bg-indigo-600\/80:hover{background-color:rgba(79,70,229,.8)}.hover\:bg-indigo-600\/85:hover{background-color:rgba(79,70,229,.85)}.hover\:bg-indigo-600\/90:hover{background-color:rgba(79,70,229,.9)}.hover\:bg-indigo-600\/95:hover{background-color:rgba(79,70,229,.95)}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-indigo-700\/0:hover{background-color:rgba(67,56,202,0)}.hover\:bg-indigo-700\/10:hover{background-color:rgba(67,56,202,.1)}.hover\:bg-indigo-700\/100:hover{background-color:#4338ca}.hover\:bg-indigo-700\/15:hover{background-color:rgba(67,56,202,.15)}.hover\:bg-indigo-700\/20:hover{background-color:rgba(67,56,202,.2)}.hover\:bg-indigo-700\/25:hover{background-color:rgba(67,56,202,.25)}.hover\:bg-indigo-700\/30:hover{background-color:rgba(67,56,202,.3)}.hover\:bg-indigo-700\/35:hover{background-color:rgba(67,56,202,.35)}.hover\:bg-indigo-700\/40:hover{background-color:rgba(67,56,202,.4)}.hover\:bg-indigo-700\/45:hover{background-color:rgba(67,56,202,.45)}.hover\:bg-indigo-700\/5:hover{background-color:rgba(67,56,202,.05)}.hover\:bg-indigo-700\/50:hover{background-color:rgba(67,56,202,.5)}.hover\:bg-indigo-700\/55:hover{background-color:rgba(67,56,202,.55)}.hover\:bg-indigo-700\/60:hover{background-color:rgba(67,56,202,.6)}.hover\:bg-indigo-700\/65:hover{background-color:rgba(67,56,202,.65)}.hover\:bg-indigo-700\/70:hover{background-color:rgba(67,56,202,.7)}.hover\:bg-indigo-700\/75:hover{background-color:rgba(67,56,202,.75)}.hover\:bg-indigo-700\/80:hover{background-color:rgba(67,56,202,.8)}.hover\:bg-indigo-700\/85:hover{background-color:rgba(67,56,202,.85)}.hover\:bg-indigo-700\/90:hover{background-color:rgba(67,56,202,.9)}.hover\:bg-indigo-700\/95:hover{background-color:rgba(67,56,202,.95)}.hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.hover\:bg-indigo-800\/0:hover{background-color:rgba(55,48,163,0)}.hover\:bg-indigo-800\/10:hover{background-color:rgba(55,48,163,.1)}.hover\:bg-indigo-800\/100:hover{background-color:#3730a3}.hover\:bg-indigo-800\/15:hover{background-color:rgba(55,48,163,.15)}.hover\:bg-indigo-800\/20:hover{background-color:rgba(55,48,163,.2)}.hover\:bg-indigo-800\/25:hover{background-color:rgba(55,48,163,.25)}.hover\:bg-indigo-800\/30:hover{background-color:rgba(55,48,163,.3)}.hover\:bg-indigo-800\/35:hover{background-color:rgba(55,48,163,.35)}.hover\:bg-indigo-800\/40:hover{background-color:rgba(55,48,163,.4)}.hover\:bg-indigo-800\/45:hover{background-color:rgba(55,48,163,.45)}.hover\:bg-indigo-800\/5:hover{background-color:rgba(55,48,163,.05)}.hover\:bg-indigo-800\/50:hover{background-color:rgba(55,48,163,.5)}.hover\:bg-indigo-800\/55:hover{background-color:rgba(55,48,163,.55)}.hover\:bg-indigo-800\/60:hover{background-color:rgba(55,48,163,.6)}.hover\:bg-indigo-800\/65:hover{background-color:rgba(55,48,163,.65)}.hover\:bg-indigo-800\/70:hover{background-color:rgba(55,48,163,.7)}.hover\:bg-indigo-800\/75:hover{background-color:rgba(55,48,163,.75)}.hover\:bg-indigo-800\/80:hover{background-color:rgba(55,48,163,.8)}.hover\:bg-indigo-800\/85:hover{background-color:rgba(55,48,163,.85)}.hover\:bg-indigo-800\/90:hover{background-color:rgba(55,48,163,.9)}.hover\:bg-indigo-800\/95:hover{background-color:rgba(55,48,163,.95)}.hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.hover\:bg-indigo-900\/0:hover{background-color:rgba(49,46,129,0)}.hover\:bg-indigo-900\/10:hover{background-color:rgba(49,46,129,.1)}.hover\:bg-indigo-900\/100:hover{background-color:#312e81}.hover\:bg-indigo-900\/15:hover{background-color:rgba(49,46,129,.15)}.hover\:bg-indigo-900\/20:hover{background-color:rgba(49,46,129,.2)}.hover\:bg-indigo-900\/25:hover{background-color:rgba(49,46,129,.25)}.hover\:bg-indigo-900\/30:hover{background-color:rgba(49,46,129,.3)}.hover\:bg-indigo-900\/35:hover{background-color:rgba(49,46,129,.35)}.hover\:bg-indigo-900\/40:hover{background-color:rgba(49,46,129,.4)}.hover\:bg-indigo-900\/45:hover{background-color:rgba(49,46,129,.45)}.hover\:bg-indigo-900\/5:hover{background-color:rgba(49,46,129,.05)}.hover\:bg-indigo-900\/50:hover{background-color:rgba(49,46,129,.5)}.hover\:bg-indigo-900\/55:hover{background-color:rgba(49,46,129,.55)}.hover\:bg-indigo-900\/60:hover{background-color:rgba(49,46,129,.6)}.hover\:bg-indigo-900\/65:hover{background-color:rgba(49,46,129,.65)}.hover\:bg-indigo-900\/70:hover{background-color:rgba(49,46,129,.7)}.hover\:bg-indigo-900\/75:hover{background-color:rgba(49,46,129,.75)}.hover\:bg-indigo-900\/80:hover{background-color:rgba(49,46,129,.8)}.hover\:bg-indigo-900\/85:hover{background-color:rgba(49,46,129,.85)}.hover\:bg-indigo-900\/90:hover{background-color:rgba(49,46,129,.9)}.hover\:bg-indigo-900\/95:hover{background-color:rgba(49,46,129,.95)}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.hover\:bg-red-100\/0:hover{background-color:hsla(0,93%,94%,0)}.hover\:bg-red-100\/10:hover{background-color:hsla(0,93%,94%,.1)}.hover\:bg-red-100\/100:hover{background-color:#fee2e2}.hover\:bg-red-100\/15:hover{background-color:hsla(0,93%,94%,.15)}.hover\:bg-red-100\/20:hover{background-color:hsla(0,93%,94%,.2)}.hover\:bg-red-100\/25:hover{background-color:hsla(0,93%,94%,.25)}.hover\:bg-red-100\/30:hover{background-color:hsla(0,93%,94%,.3)}.hover\:bg-red-100\/35:hover{background-color:hsla(0,93%,94%,.35)}.hover\:bg-red-100\/40:hover{background-color:hsla(0,93%,94%,.4)}.hover\:bg-red-100\/45:hover{background-color:hsla(0,93%,94%,.45)}.hover\:bg-red-100\/5:hover{background-color:hsla(0,93%,94%,.05)}.hover\:bg-red-100\/50:hover{background-color:hsla(0,93%,94%,.5)}.hover\:bg-red-100\/55:hover{background-color:hsla(0,93%,94%,.55)}.hover\:bg-red-100\/60:hover{background-color:hsla(0,93%,94%,.6)}.hover\:bg-red-100\/65:hover{background-color:hsla(0,93%,94%,.65)}.hover\:bg-red-100\/70:hover{background-color:hsla(0,93%,94%,.7)}.hover\:bg-red-100\/75:hover{background-color:hsla(0,93%,94%,.75)}.hover\:bg-red-100\/80:hover{background-color:hsla(0,93%,94%,.8)}.hover\:bg-red-100\/85:hover{background-color:hsla(0,93%,94%,.85)}.hover\:bg-red-100\/90:hover{background-color:hsla(0,93%,94%,.9)}.hover\:bg-red-100\/95:hover{background-color:hsla(0,93%,94%,.95)}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.hover\:bg-red-200\/0:hover{background-color:hsla(0,96%,89%,0)}.hover\:bg-red-200\/10:hover{background-color:hsla(0,96%,89%,.1)}.hover\:bg-red-200\/100:hover{background-color:#fecaca}.hover\:bg-red-200\/15:hover{background-color:hsla(0,96%,89%,.15)}.hover\:bg-red-200\/20:hover{background-color:hsla(0,96%,89%,.2)}.hover\:bg-red-200\/25:hover{background-color:hsla(0,96%,89%,.25)}.hover\:bg-red-200\/30:hover{background-color:hsla(0,96%,89%,.3)}.hover\:bg-red-200\/35:hover{background-color:hsla(0,96%,89%,.35)}.hover\:bg-red-200\/40:hover{background-color:hsla(0,96%,89%,.4)}.hover\:bg-red-200\/45:hover{background-color:hsla(0,96%,89%,.45)}.hover\:bg-red-200\/5:hover{background-color:hsla(0,96%,89%,.05)}.hover\:bg-red-200\/50:hover{background-color:hsla(0,96%,89%,.5)}.hover\:bg-red-200\/55:hover{background-color:hsla(0,96%,89%,.55)}.hover\:bg-red-200\/60:hover{background-color:hsla(0,96%,89%,.6)}.hover\:bg-red-200\/65:hover{background-color:hsla(0,96%,89%,.65)}.hover\:bg-red-200\/70:hover{background-color:hsla(0,96%,89%,.7)}.hover\:bg-red-200\/75:hover{background-color:hsla(0,96%,89%,.75)}.hover\:bg-red-200\/80:hover{background-color:hsla(0,96%,89%,.8)}.hover\:bg-red-200\/85:hover{background-color:hsla(0,96%,89%,.85)}.hover\:bg-red-200\/90:hover{background-color:hsla(0,96%,89%,.9)}.hover\:bg-red-200\/95:hover{background-color:hsla(0,96%,89%,.95)}.hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.hover\:bg-red-300\/0:hover{background-color:hsla(0,94%,82%,0)}.hover\:bg-red-300\/10:hover{background-color:hsla(0,94%,82%,.1)}.hover\:bg-red-300\/100:hover{background-color:#fca5a5}.hover\:bg-red-300\/15:hover{background-color:hsla(0,94%,82%,.15)}.hover\:bg-red-300\/20:hover{background-color:hsla(0,94%,82%,.2)}.hover\:bg-red-300\/25:hover{background-color:hsla(0,94%,82%,.25)}.hover\:bg-red-300\/30:hover{background-color:hsla(0,94%,82%,.3)}.hover\:bg-red-300\/35:hover{background-color:hsla(0,94%,82%,.35)}.hover\:bg-red-300\/40:hover{background-color:hsla(0,94%,82%,.4)}.hover\:bg-red-300\/45:hover{background-color:hsla(0,94%,82%,.45)}.hover\:bg-red-300\/5:hover{background-color:hsla(0,94%,82%,.05)}.hover\:bg-red-300\/50:hover{background-color:hsla(0,94%,82%,.5)}.hover\:bg-red-300\/55:hover{background-color:hsla(0,94%,82%,.55)}.hover\:bg-red-300\/60:hover{background-color:hsla(0,94%,82%,.6)}.hover\:bg-red-300\/65:hover{background-color:hsla(0,94%,82%,.65)}.hover\:bg-red-300\/70:hover{background-color:hsla(0,94%,82%,.7)}.hover\:bg-red-300\/75:hover{background-color:hsla(0,94%,82%,.75)}.hover\:bg-red-300\/80:hover{background-color:hsla(0,94%,82%,.8)}.hover\:bg-red-300\/85:hover{background-color:hsla(0,94%,82%,.85)}.hover\:bg-red-300\/90:hover{background-color:hsla(0,94%,82%,.9)}.hover\:bg-red-300\/95:hover{background-color:hsla(0,94%,82%,.95)}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.hover\:bg-red-400\/0:hover{background-color:hsla(0,91%,71%,0)}.hover\:bg-red-400\/10:hover{background-color:hsla(0,91%,71%,.1)}.hover\:bg-red-400\/100:hover{background-color:#f87171}.hover\:bg-red-400\/15:hover{background-color:hsla(0,91%,71%,.15)}.hover\:bg-red-400\/20:hover{background-color:hsla(0,91%,71%,.2)}.hover\:bg-red-400\/25:hover{background-color:hsla(0,91%,71%,.25)}.hover\:bg-red-400\/30:hover{background-color:hsla(0,91%,71%,.3)}.hover\:bg-red-400\/35:hover{background-color:hsla(0,91%,71%,.35)}.hover\:bg-red-400\/40:hover{background-color:hsla(0,91%,71%,.4)}.hover\:bg-red-400\/45:hover{background-color:hsla(0,91%,71%,.45)}.hover\:bg-red-400\/5:hover{background-color:hsla(0,91%,71%,.05)}.hover\:bg-red-400\/50:hover{background-color:hsla(0,91%,71%,.5)}.hover\:bg-red-400\/55:hover{background-color:hsla(0,91%,71%,.55)}.hover\:bg-red-400\/60:hover{background-color:hsla(0,91%,71%,.6)}.hover\:bg-red-400\/65:hover{background-color:hsla(0,91%,71%,.65)}.hover\:bg-red-400\/70:hover{background-color:hsla(0,91%,71%,.7)}.hover\:bg-red-400\/75:hover{background-color:hsla(0,91%,71%,.75)}.hover\:bg-red-400\/80:hover{background-color:hsla(0,91%,71%,.8)}.hover\:bg-red-400\/85:hover{background-color:hsla(0,91%,71%,.85)}.hover\:bg-red-400\/90:hover{background-color:hsla(0,91%,71%,.9)}.hover\:bg-red-400\/95:hover{background-color:hsla(0,91%,71%,.95)}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.hover\:bg-red-50\/0:hover{background-color:hsla(0,86%,97%,0)}.hover\:bg-red-50\/10:hover{background-color:hsla(0,86%,97%,.1)}.hover\:bg-red-50\/100:hover{background-color:#fef2f2}.hover\:bg-red-50\/15:hover{background-color:hsla(0,86%,97%,.15)}.hover\:bg-red-50\/20:hover{background-color:hsla(0,86%,97%,.2)}.hover\:bg-red-50\/25:hover{background-color:hsla(0,86%,97%,.25)}.hover\:bg-red-50\/30:hover{background-color:hsla(0,86%,97%,.3)}.hover\:bg-red-50\/35:hover{background-color:hsla(0,86%,97%,.35)}.hover\:bg-red-50\/40:hover{background-color:hsla(0,86%,97%,.4)}.hover\:bg-red-50\/45:hover{background-color:hsla(0,86%,97%,.45)}.hover\:bg-red-50\/5:hover{background-color:hsla(0,86%,97%,.05)}.hover\:bg-red-50\/50:hover{background-color:hsla(0,86%,97%,.5)}.hover\:bg-red-50\/55:hover{background-color:hsla(0,86%,97%,.55)}.hover\:bg-red-50\/60:hover{background-color:hsla(0,86%,97%,.6)}.hover\:bg-red-50\/65:hover{background-color:hsla(0,86%,97%,.65)}.hover\:bg-red-50\/70:hover{background-color:hsla(0,86%,97%,.7)}.hover\:bg-red-50\/75:hover{background-color:hsla(0,86%,97%,.75)}.hover\:bg-red-50\/80:hover{background-color:hsla(0,86%,97%,.8)}.hover\:bg-red-50\/85:hover{background-color:hsla(0,86%,97%,.85)}.hover\:bg-red-50\/90:hover{background-color:hsla(0,86%,97%,.9)}.hover\:bg-red-50\/95:hover{background-color:hsla(0,86%,97%,.95)}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.hover\:bg-red-500\/0:hover{background-color:rgba(239,68,68,0)}.hover\:bg-red-500\/10:hover{background-color:rgba(239,68,68,.1)}.hover\:bg-red-500\/100:hover{background-color:#ef4444}.hover\:bg-red-500\/15:hover{background-color:rgba(239,68,68,.15)}.hover\:bg-red-500\/20:hover{background-color:rgba(239,68,68,.2)}.hover\:bg-red-500\/25:hover{background-color:rgba(239,68,68,.25)}.hover\:bg-red-500\/30:hover{background-color:rgba(239,68,68,.3)}.hover\:bg-red-500\/35:hover{background-color:rgba(239,68,68,.35)}.hover\:bg-red-500\/40:hover{background-color:rgba(239,68,68,.4)}.hover\:bg-red-500\/45:hover{background-color:rgba(239,68,68,.45)}.hover\:bg-red-500\/5:hover{background-color:rgba(239,68,68,.05)}.hover\:bg-red-500\/50:hover{background-color:rgba(239,68,68,.5)}.hover\:bg-red-500\/55:hover{background-color:rgba(239,68,68,.55)}.hover\:bg-red-500\/60:hover{background-color:rgba(239,68,68,.6)}.hover\:bg-red-500\/65:hover{background-color:rgba(239,68,68,.65)}.hover\:bg-red-500\/70:hover{background-color:rgba(239,68,68,.7)}.hover\:bg-red-500\/75:hover{background-color:rgba(239,68,68,.75)}.hover\:bg-red-500\/80:hover{background-color:rgba(239,68,68,.8)}.hover\:bg-red-500\/85:hover{background-color:rgba(239,68,68,.85)}.hover\:bg-red-500\/90:hover{background-color:rgba(239,68,68,.9)}.hover\:bg-red-500\/95:hover{background-color:rgba(239,68,68,.95)}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.hover\:bg-red-600\/0:hover{background-color:rgba(220,38,38,0)}.hover\:bg-red-600\/10:hover{background-color:rgba(220,38,38,.1)}.hover\:bg-red-600\/100:hover{background-color:#dc2626}.hover\:bg-red-600\/15:hover{background-color:rgba(220,38,38,.15)}.hover\:bg-red-600\/20:hover{background-color:rgba(220,38,38,.2)}.hover\:bg-red-600\/25:hover{background-color:rgba(220,38,38,.25)}.hover\:bg-red-600\/30:hover{background-color:rgba(220,38,38,.3)}.hover\:bg-red-600\/35:hover{background-color:rgba(220,38,38,.35)}.hover\:bg-red-600\/40:hover{background-color:rgba(220,38,38,.4)}.hover\:bg-red-600\/45:hover{background-color:rgba(220,38,38,.45)}.hover\:bg-red-600\/5:hover{background-color:rgba(220,38,38,.05)}.hover\:bg-red-600\/50:hover{background-color:rgba(220,38,38,.5)}.hover\:bg-red-600\/55:hover{background-color:rgba(220,38,38,.55)}.hover\:bg-red-600\/60:hover{background-color:rgba(220,38,38,.6)}.hover\:bg-red-600\/65:hover{background-color:rgba(220,38,38,.65)}.hover\:bg-red-600\/70:hover{background-color:rgba(220,38,38,.7)}.hover\:bg-red-600\/75:hover{background-color:rgba(220,38,38,.75)}.hover\:bg-red-600\/80:hover{background-color:rgba(220,38,38,.8)}.hover\:bg-red-600\/85:hover{background-color:rgba(220,38,38,.85)}.hover\:bg-red-600\/90:hover{background-color:rgba(220,38,38,.9)}.hover\:bg-red-600\/95:hover{background-color:rgba(220,38,38,.95)}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.hover\:bg-red-700\/0:hover{background-color:rgba(185,28,28,0)}.hover\:bg-red-700\/10:hover{background-color:rgba(185,28,28,.1)}.hover\:bg-red-700\/100:hover{background-color:#b91c1c}.hover\:bg-red-700\/15:hover{background-color:rgba(185,28,28,.15)}.hover\:bg-red-700\/20:hover{background-color:rgba(185,28,28,.2)}.hover\:bg-red-700\/25:hover{background-color:rgba(185,28,28,.25)}.hover\:bg-red-700\/30:hover{background-color:rgba(185,28,28,.3)}.hover\:bg-red-700\/35:hover{background-color:rgba(185,28,28,.35)}.hover\:bg-red-700\/40:hover{background-color:rgba(185,28,28,.4)}.hover\:bg-red-700\/45:hover{background-color:rgba(185,28,28,.45)}.hover\:bg-red-700\/5:hover{background-color:rgba(185,28,28,.05)}.hover\:bg-red-700\/50:hover{background-color:rgba(185,28,28,.5)}.hover\:bg-red-700\/55:hover{background-color:rgba(185,28,28,.55)}.hover\:bg-red-700\/60:hover{background-color:rgba(185,28,28,.6)}.hover\:bg-red-700\/65:hover{background-color:rgba(185,28,28,.65)}.hover\:bg-red-700\/70:hover{background-color:rgba(185,28,28,.7)}.hover\:bg-red-700\/75:hover{background-color:rgba(185,28,28,.75)}.hover\:bg-red-700\/80:hover{background-color:rgba(185,28,28,.8)}.hover\:bg-red-700\/85:hover{background-color:rgba(185,28,28,.85)}.hover\:bg-red-700\/90:hover{background-color:rgba(185,28,28,.9)}.hover\:bg-red-700\/95:hover{background-color:rgba(185,28,28,.95)}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.hover\:bg-red-800\/0:hover{background-color:rgba(153,27,27,0)}.hover\:bg-red-800\/10:hover{background-color:rgba(153,27,27,.1)}.hover\:bg-red-800\/100:hover{background-color:#991b1b}.hover\:bg-red-800\/15:hover{background-color:rgba(153,27,27,.15)}.hover\:bg-red-800\/20:hover{background-color:rgba(153,27,27,.2)}.hover\:bg-red-800\/25:hover{background-color:rgba(153,27,27,.25)}.hover\:bg-red-800\/30:hover{background-color:rgba(153,27,27,.3)}.hover\:bg-red-800\/35:hover{background-color:rgba(153,27,27,.35)}.hover\:bg-red-800\/40:hover{background-color:rgba(153,27,27,.4)}.hover\:bg-red-800\/45:hover{background-color:rgba(153,27,27,.45)}.hover\:bg-red-800\/5:hover{background-color:rgba(153,27,27,.05)}.hover\:bg-red-800\/50:hover{background-color:rgba(153,27,27,.5)}.hover\:bg-red-800\/55:hover{background-color:rgba(153,27,27,.55)}.hover\:bg-red-800\/60:hover{background-color:rgba(153,27,27,.6)}.hover\:bg-red-800\/65:hover{background-color:rgba(153,27,27,.65)}.hover\:bg-red-800\/70:hover{background-color:rgba(153,27,27,.7)}.hover\:bg-red-800\/75:hover{background-color:rgba(153,27,27,.75)}.hover\:bg-red-800\/80:hover{background-color:rgba(153,27,27,.8)}.hover\:bg-red-800\/85:hover{background-color:rgba(153,27,27,.85)}.hover\:bg-red-800\/90:hover{background-color:rgba(153,27,27,.9)}.hover\:bg-red-800\/95:hover{background-color:rgba(153,27,27,.95)}.hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.hover\:bg-red-900\/0:hover{background-color:rgba(127,29,29,0)}.hover\:bg-red-900\/10:hover{background-color:rgba(127,29,29,.1)}.hover\:bg-red-900\/100:hover{background-color:#7f1d1d}.hover\:bg-red-900\/15:hover{background-color:rgba(127,29,29,.15)}.hover\:bg-red-900\/20:hover{background-color:rgba(127,29,29,.2)}.hover\:bg-red-900\/25:hover{background-color:rgba(127,29,29,.25)}.hover\:bg-red-900\/30:hover{background-color:rgba(127,29,29,.3)}.hover\:bg-red-900\/35:hover{background-color:rgba(127,29,29,.35)}.hover\:bg-red-900\/40:hover{background-color:rgba(127,29,29,.4)}.hover\:bg-red-900\/45:hover{background-color:rgba(127,29,29,.45)}.hover\:bg-red-900\/5:hover{background-color:rgba(127,29,29,.05)}.hover\:bg-red-900\/50:hover{background-color:rgba(127,29,29,.5)}.hover\:bg-red-900\/55:hover{background-color:rgba(127,29,29,.55)}.hover\:bg-red-900\/60:hover{background-color:rgba(127,29,29,.6)}.hover\:bg-red-900\/65:hover{background-color:rgba(127,29,29,.65)}.hover\:bg-red-900\/70:hover{background-color:rgba(127,29,29,.7)}.hover\:bg-red-900\/75:hover{background-color:rgba(127,29,29,.75)}.hover\:bg-red-900\/80:hover{background-color:rgba(127,29,29,.8)}.hover\:bg-red-900\/85:hover{background-color:rgba(127,29,29,.85)}.hover\:bg-red-900\/90:hover{background-color:rgba(127,29,29,.9)}.hover\:bg-red-900\/95:hover{background-color:rgba(127,29,29,.95)}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.hover\:bg-yellow-100\/0:hover{background-color:hsla(55,97%,88%,0)}.hover\:bg-yellow-100\/10:hover{background-color:hsla(55,97%,88%,.1)}.hover\:bg-yellow-100\/100:hover{background-color:#fef9c3}.hover\:bg-yellow-100\/15:hover{background-color:hsla(55,97%,88%,.15)}.hover\:bg-yellow-100\/20:hover{background-color:hsla(55,97%,88%,.2)}.hover\:bg-yellow-100\/25:hover{background-color:hsla(55,97%,88%,.25)}.hover\:bg-yellow-100\/30:hover{background-color:hsla(55,97%,88%,.3)}.hover\:bg-yellow-100\/35:hover{background-color:hsla(55,97%,88%,.35)}.hover\:bg-yellow-100\/40:hover{background-color:hsla(55,97%,88%,.4)}.hover\:bg-yellow-100\/45:hover{background-color:hsla(55,97%,88%,.45)}.hover\:bg-yellow-100\/5:hover{background-color:hsla(55,97%,88%,.05)}.hover\:bg-yellow-100\/50:hover{background-color:hsla(55,97%,88%,.5)}.hover\:bg-yellow-100\/55:hover{background-color:hsla(55,97%,88%,.55)}.hover\:bg-yellow-100\/60:hover{background-color:hsla(55,97%,88%,.6)}.hover\:bg-yellow-100\/65:hover{background-color:hsla(55,97%,88%,.65)}.hover\:bg-yellow-100\/70:hover{background-color:hsla(55,97%,88%,.7)}.hover\:bg-yellow-100\/75:hover{background-color:hsla(55,97%,88%,.75)}.hover\:bg-yellow-100\/80:hover{background-color:hsla(55,97%,88%,.8)}.hover\:bg-yellow-100\/85:hover{background-color:hsla(55,97%,88%,.85)}.hover\:bg-yellow-100\/90:hover{background-color:hsla(55,97%,88%,.9)}.hover\:bg-yellow-100\/95:hover{background-color:hsla(55,97%,88%,.95)}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.hover\:bg-yellow-200\/0:hover{background-color:hsla(53,98%,77%,0)}.hover\:bg-yellow-200\/10:hover{background-color:hsla(53,98%,77%,.1)}.hover\:bg-yellow-200\/100:hover{background-color:#fef08a}.hover\:bg-yellow-200\/15:hover{background-color:hsla(53,98%,77%,.15)}.hover\:bg-yellow-200\/20:hover{background-color:hsla(53,98%,77%,.2)}.hover\:bg-yellow-200\/25:hover{background-color:hsla(53,98%,77%,.25)}.hover\:bg-yellow-200\/30:hover{background-color:hsla(53,98%,77%,.3)}.hover\:bg-yellow-200\/35:hover{background-color:hsla(53,98%,77%,.35)}.hover\:bg-yellow-200\/40:hover{background-color:hsla(53,98%,77%,.4)}.hover\:bg-yellow-200\/45:hover{background-color:hsla(53,98%,77%,.45)}.hover\:bg-yellow-200\/5:hover{background-color:hsla(53,98%,77%,.05)}.hover\:bg-yellow-200\/50:hover{background-color:hsla(53,98%,77%,.5)}.hover\:bg-yellow-200\/55:hover{background-color:hsla(53,98%,77%,.55)}.hover\:bg-yellow-200\/60:hover{background-color:hsla(53,98%,77%,.6)}.hover\:bg-yellow-200\/65:hover{background-color:hsla(53,98%,77%,.65)}.hover\:bg-yellow-200\/70:hover{background-color:hsla(53,98%,77%,.7)}.hover\:bg-yellow-200\/75:hover{background-color:hsla(53,98%,77%,.75)}.hover\:bg-yellow-200\/80:hover{background-color:hsla(53,98%,77%,.8)}.hover\:bg-yellow-200\/85:hover{background-color:hsla(53,98%,77%,.85)}.hover\:bg-yellow-200\/90:hover{background-color:hsla(53,98%,77%,.9)}.hover\:bg-yellow-200\/95:hover{background-color:hsla(53,98%,77%,.95)}.hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.hover\:bg-yellow-300\/0:hover{background-color:rgba(253,224,71,0)}.hover\:bg-yellow-300\/10:hover{background-color:rgba(253,224,71,.1)}.hover\:bg-yellow-300\/100:hover{background-color:#fde047}.hover\:bg-yellow-300\/15:hover{background-color:rgba(253,224,71,.15)}.hover\:bg-yellow-300\/20:hover{background-color:rgba(253,224,71,.2)}.hover\:bg-yellow-300\/25:hover{background-color:rgba(253,224,71,.25)}.hover\:bg-yellow-300\/30:hover{background-color:rgba(253,224,71,.3)}.hover\:bg-yellow-300\/35:hover{background-color:rgba(253,224,71,.35)}.hover\:bg-yellow-300\/40:hover{background-color:rgba(253,224,71,.4)}.hover\:bg-yellow-300\/45:hover{background-color:rgba(253,224,71,.45)}.hover\:bg-yellow-300\/5:hover{background-color:rgba(253,224,71,.05)}.hover\:bg-yellow-300\/50:hover{background-color:rgba(253,224,71,.5)}.hover\:bg-yellow-300\/55:hover{background-color:rgba(253,224,71,.55)}.hover\:bg-yellow-300\/60:hover{background-color:rgba(253,224,71,.6)}.hover\:bg-yellow-300\/65:hover{background-color:rgba(253,224,71,.65)}.hover\:bg-yellow-300\/70:hover{background-color:rgba(253,224,71,.7)}.hover\:bg-yellow-300\/75:hover{background-color:rgba(253,224,71,.75)}.hover\:bg-yellow-300\/80:hover{background-color:rgba(253,224,71,.8)}.hover\:bg-yellow-300\/85:hover{background-color:rgba(253,224,71,.85)}.hover\:bg-yellow-300\/90:hover{background-color:rgba(253,224,71,.9)}.hover\:bg-yellow-300\/95:hover{background-color:rgba(253,224,71,.95)}.hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.hover\:bg-yellow-400\/0:hover{background-color:rgba(250,204,21,0)}.hover\:bg-yellow-400\/10:hover{background-color:rgba(250,204,21,.1)}.hover\:bg-yellow-400\/100:hover{background-color:#facc15}.hover\:bg-yellow-400\/15:hover{background-color:rgba(250,204,21,.15)}.hover\:bg-yellow-400\/20:hover{background-color:rgba(250,204,21,.2)}.hover\:bg-yellow-400\/25:hover{background-color:rgba(250,204,21,.25)}.hover\:bg-yellow-400\/30:hover{background-color:rgba(250,204,21,.3)}.hover\:bg-yellow-400\/35:hover{background-color:rgba(250,204,21,.35)}.hover\:bg-yellow-400\/40:hover{background-color:rgba(250,204,21,.4)}.hover\:bg-yellow-400\/45:hover{background-color:rgba(250,204,21,.45)}.hover\:bg-yellow-400\/5:hover{background-color:rgba(250,204,21,.05)}.hover\:bg-yellow-400\/50:hover{background-color:rgba(250,204,21,.5)}.hover\:bg-yellow-400\/55:hover{background-color:rgba(250,204,21,.55)}.hover\:bg-yellow-400\/60:hover{background-color:rgba(250,204,21,.6)}.hover\:bg-yellow-400\/65:hover{background-color:rgba(250,204,21,.65)}.hover\:bg-yellow-400\/70:hover{background-color:rgba(250,204,21,.7)}.hover\:bg-yellow-400\/75:hover{background-color:rgba(250,204,21,.75)}.hover\:bg-yellow-400\/80:hover{background-color:rgba(250,204,21,.8)}.hover\:bg-yellow-400\/85:hover{background-color:rgba(250,204,21,.85)}.hover\:bg-yellow-400\/90:hover{background-color:rgba(250,204,21,.9)}.hover\:bg-yellow-400\/95:hover{background-color:rgba(250,204,21,.95)}.hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-yellow-50\/0:hover{background-color:hsla(55,92%,95%,0)}.hover\:bg-yellow-50\/10:hover{background-color:hsla(55,92%,95%,.1)}.hover\:bg-yellow-50\/100:hover{background-color:#fefce8}.hover\:bg-yellow-50\/15:hover{background-color:hsla(55,92%,95%,.15)}.hover\:bg-yellow-50\/20:hover{background-color:hsla(55,92%,95%,.2)}.hover\:bg-yellow-50\/25:hover{background-color:hsla(55,92%,95%,.25)}.hover\:bg-yellow-50\/30:hover{background-color:hsla(55,92%,95%,.3)}.hover\:bg-yellow-50\/35:hover{background-color:hsla(55,92%,95%,.35)}.hover\:bg-yellow-50\/40:hover{background-color:hsla(55,92%,95%,.4)}.hover\:bg-yellow-50\/45:hover{background-color:hsla(55,92%,95%,.45)}.hover\:bg-yellow-50\/5:hover{background-color:hsla(55,92%,95%,.05)}.hover\:bg-yellow-50\/50:hover{background-color:hsla(55,92%,95%,.5)}.hover\:bg-yellow-50\/55:hover{background-color:hsla(55,92%,95%,.55)}.hover\:bg-yellow-50\/60:hover{background-color:hsla(55,92%,95%,.6)}.hover\:bg-yellow-50\/65:hover{background-color:hsla(55,92%,95%,.65)}.hover\:bg-yellow-50\/70:hover{background-color:hsla(55,92%,95%,.7)}.hover\:bg-yellow-50\/75:hover{background-color:hsla(55,92%,95%,.75)}.hover\:bg-yellow-50\/80:hover{background-color:hsla(55,92%,95%,.8)}.hover\:bg-yellow-50\/85:hover{background-color:hsla(55,92%,95%,.85)}.hover\:bg-yellow-50\/90:hover{background-color:hsla(55,92%,95%,.9)}.hover\:bg-yellow-50\/95:hover{background-color:hsla(55,92%,95%,.95)}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.hover\:bg-yellow-500\/0:hover{background-color:rgba(234,179,8,0)}.hover\:bg-yellow-500\/10:hover{background-color:rgba(234,179,8,.1)}.hover\:bg-yellow-500\/100:hover{background-color:#eab308}.hover\:bg-yellow-500\/15:hover{background-color:rgba(234,179,8,.15)}.hover\:bg-yellow-500\/20:hover{background-color:rgba(234,179,8,.2)}.hover\:bg-yellow-500\/25:hover{background-color:rgba(234,179,8,.25)}.hover\:bg-yellow-500\/30:hover{background-color:rgba(234,179,8,.3)}.hover\:bg-yellow-500\/35:hover{background-color:rgba(234,179,8,.35)}.hover\:bg-yellow-500\/40:hover{background-color:rgba(234,179,8,.4)}.hover\:bg-yellow-500\/45:hover{background-color:rgba(234,179,8,.45)}.hover\:bg-yellow-500\/5:hover{background-color:rgba(234,179,8,.05)}.hover\:bg-yellow-500\/50:hover{background-color:rgba(234,179,8,.5)}.hover\:bg-yellow-500\/55:hover{background-color:rgba(234,179,8,.55)}.hover\:bg-yellow-500\/60:hover{background-color:rgba(234,179,8,.6)}.hover\:bg-yellow-500\/65:hover{background-color:rgba(234,179,8,.65)}.hover\:bg-yellow-500\/70:hover{background-color:rgba(234,179,8,.7)}.hover\:bg-yellow-500\/75:hover{background-color:rgba(234,179,8,.75)}.hover\:bg-yellow-500\/80:hover{background-color:rgba(234,179,8,.8)}.hover\:bg-yellow-500\/85:hover{background-color:rgba(234,179,8,.85)}.hover\:bg-yellow-500\/90:hover{background-color:rgba(234,179,8,.9)}.hover\:bg-yellow-500\/95:hover{background-color:rgba(234,179,8,.95)}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.hover\:bg-yellow-600\/0:hover{background-color:rgba(202,138,4,0)}.hover\:bg-yellow-600\/10:hover{background-color:rgba(202,138,4,.1)}.hover\:bg-yellow-600\/100:hover{background-color:#ca8a04}.hover\:bg-yellow-600\/15:hover{background-color:rgba(202,138,4,.15)}.hover\:bg-yellow-600\/20:hover{background-color:rgba(202,138,4,.2)}.hover\:bg-yellow-600\/25:hover{background-color:rgba(202,138,4,.25)}.hover\:bg-yellow-600\/30:hover{background-color:rgba(202,138,4,.3)}.hover\:bg-yellow-600\/35:hover{background-color:rgba(202,138,4,.35)}.hover\:bg-yellow-600\/40:hover{background-color:rgba(202,138,4,.4)}.hover\:bg-yellow-600\/45:hover{background-color:rgba(202,138,4,.45)}.hover\:bg-yellow-600\/5:hover{background-color:rgba(202,138,4,.05)}.hover\:bg-yellow-600\/50:hover{background-color:rgba(202,138,4,.5)}.hover\:bg-yellow-600\/55:hover{background-color:rgba(202,138,4,.55)}.hover\:bg-yellow-600\/60:hover{background-color:rgba(202,138,4,.6)}.hover\:bg-yellow-600\/65:hover{background-color:rgba(202,138,4,.65)}.hover\:bg-yellow-600\/70:hover{background-color:rgba(202,138,4,.7)}.hover\:bg-yellow-600\/75:hover{background-color:rgba(202,138,4,.75)}.hover\:bg-yellow-600\/80:hover{background-color:rgba(202,138,4,.8)}.hover\:bg-yellow-600\/85:hover{background-color:rgba(202,138,4,.85)}.hover\:bg-yellow-600\/90:hover{background-color:rgba(202,138,4,.9)}.hover\:bg-yellow-600\/95:hover{background-color:rgba(202,138,4,.95)}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.hover\:bg-yellow-700\/0:hover{background-color:rgba(161,98,7,0)}.hover\:bg-yellow-700\/10:hover{background-color:rgba(161,98,7,.1)}.hover\:bg-yellow-700\/100:hover{background-color:#a16207}.hover\:bg-yellow-700\/15:hover{background-color:rgba(161,98,7,.15)}.hover\:bg-yellow-700\/20:hover{background-color:rgba(161,98,7,.2)}.hover\:bg-yellow-700\/25:hover{background-color:rgba(161,98,7,.25)}.hover\:bg-yellow-700\/30:hover{background-color:rgba(161,98,7,.3)}.hover\:bg-yellow-700\/35:hover{background-color:rgba(161,98,7,.35)}.hover\:bg-yellow-700\/40:hover{background-color:rgba(161,98,7,.4)}.hover\:bg-yellow-700\/45:hover{background-color:rgba(161,98,7,.45)}.hover\:bg-yellow-700\/5:hover{background-color:rgba(161,98,7,.05)}.hover\:bg-yellow-700\/50:hover{background-color:rgba(161,98,7,.5)}.hover\:bg-yellow-700\/55:hover{background-color:rgba(161,98,7,.55)}.hover\:bg-yellow-700\/60:hover{background-color:rgba(161,98,7,.6)}.hover\:bg-yellow-700\/65:hover{background-color:rgba(161,98,7,.65)}.hover\:bg-yellow-700\/70:hover{background-color:rgba(161,98,7,.7)}.hover\:bg-yellow-700\/75:hover{background-color:rgba(161,98,7,.75)}.hover\:bg-yellow-700\/80:hover{background-color:rgba(161,98,7,.8)}.hover\:bg-yellow-700\/85:hover{background-color:rgba(161,98,7,.85)}.hover\:bg-yellow-700\/90:hover{background-color:rgba(161,98,7,.9)}.hover\:bg-yellow-700\/95:hover{background-color:rgba(161,98,7,.95)}.hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.hover\:bg-yellow-800\/0:hover{background-color:rgba(133,77,14,0)}.hover\:bg-yellow-800\/10:hover{background-color:rgba(133,77,14,.1)}.hover\:bg-yellow-800\/100:hover{background-color:#854d0e}.hover\:bg-yellow-800\/15:hover{background-color:rgba(133,77,14,.15)}.hover\:bg-yellow-800\/20:hover{background-color:rgba(133,77,14,.2)}.hover\:bg-yellow-800\/25:hover{background-color:rgba(133,77,14,.25)}.hover\:bg-yellow-800\/30:hover{background-color:rgba(133,77,14,.3)}.hover\:bg-yellow-800\/35:hover{background-color:rgba(133,77,14,.35)}.hover\:bg-yellow-800\/40:hover{background-color:rgba(133,77,14,.4)}.hover\:bg-yellow-800\/45:hover{background-color:rgba(133,77,14,.45)}.hover\:bg-yellow-800\/5:hover{background-color:rgba(133,77,14,.05)}.hover\:bg-yellow-800\/50:hover{background-color:rgba(133,77,14,.5)}.hover\:bg-yellow-800\/55:hover{background-color:rgba(133,77,14,.55)}.hover\:bg-yellow-800\/60:hover{background-color:rgba(133,77,14,.6)}.hover\:bg-yellow-800\/65:hover{background-color:rgba(133,77,14,.65)}.hover\:bg-yellow-800\/70:hover{background-color:rgba(133,77,14,.7)}.hover\:bg-yellow-800\/75:hover{background-color:rgba(133,77,14,.75)}.hover\:bg-yellow-800\/80:hover{background-color:rgba(133,77,14,.8)}.hover\:bg-yellow-800\/85:hover{background-color:rgba(133,77,14,.85)}.hover\:bg-yellow-800\/90:hover{background-color:rgba(133,77,14,.9)}.hover\:bg-yellow-800\/95:hover{background-color:rgba(133,77,14,.95)}.hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.hover\:bg-yellow-900\/0:hover{background-color:rgba(113,63,18,0)}.hover\:bg-yellow-900\/10:hover{background-color:rgba(113,63,18,.1)}.hover\:bg-yellow-900\/100:hover{background-color:#713f12}.hover\:bg-yellow-900\/15:hover{background-color:rgba(113,63,18,.15)}.hover\:bg-yellow-900\/20:hover{background-color:rgba(113,63,18,.2)}.hover\:bg-yellow-900\/25:hover{background-color:rgba(113,63,18,.25)}.hover\:bg-yellow-900\/30:hover{background-color:rgba(113,63,18,.3)}.hover\:bg-yellow-900\/35:hover{background-color:rgba(113,63,18,.35)}.hover\:bg-yellow-900\/40:hover{background-color:rgba(113,63,18,.4)}.hover\:bg-yellow-900\/45:hover{background-color:rgba(113,63,18,.45)}.hover\:bg-yellow-900\/5:hover{background-color:rgba(113,63,18,.05)}.hover\:bg-yellow-900\/50:hover{background-color:rgba(113,63,18,.5)}.hover\:bg-yellow-900\/55:hover{background-color:rgba(113,63,18,.55)}.hover\:bg-yellow-900\/60:hover{background-color:rgba(113,63,18,.6)}.hover\:bg-yellow-900\/65:hover{background-color:rgba(113,63,18,.65)}.hover\:bg-yellow-900\/70:hover{background-color:rgba(113,63,18,.7)}.hover\:bg-yellow-900\/75:hover{background-color:rgba(113,63,18,.75)}.hover\:bg-yellow-900\/80:hover{background-color:rgba(113,63,18,.8)}.hover\:bg-yellow-900\/85:hover{background-color:rgba(113,63,18,.85)}.hover\:bg-yellow-900\/90:hover{background-color:rgba(113,63,18,.9)}.hover\:bg-yellow-900\/95:hover{background-color:rgba(113,63,18,.95)}.hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.hover\:text-blue-100\/0:hover{color:rgba(219,234,254,0)}.hover\:text-blue-100\/10:hover{color:rgba(219,234,254,.1)}.hover\:text-blue-100\/100:hover{color:#dbeafe}.hover\:text-blue-100\/15:hover{color:rgba(219,234,254,.15)}.hover\:text-blue-100\/20:hover{color:rgba(219,234,254,.2)}.hover\:text-blue-100\/25:hover{color:rgba(219,234,254,.25)}.hover\:text-blue-100\/30:hover{color:rgba(219,234,254,.3)}.hover\:text-blue-100\/35:hover{color:rgba(219,234,254,.35)}.hover\:text-blue-100\/40:hover{color:rgba(219,234,254,.4)}.hover\:text-blue-100\/45:hover{color:rgba(219,234,254,.45)}.hover\:text-blue-100\/5:hover{color:rgba(219,234,254,.05)}.hover\:text-blue-100\/50:hover{color:rgba(219,234,254,.5)}.hover\:text-blue-100\/55:hover{color:rgba(219,234,254,.55)}.hover\:text-blue-100\/60:hover{color:rgba(219,234,254,.6)}.hover\:text-blue-100\/65:hover{color:rgba(219,234,254,.65)}.hover\:text-blue-100\/70:hover{color:rgba(219,234,254,.7)}.hover\:text-blue-100\/75:hover{color:rgba(219,234,254,.75)}.hover\:text-blue-100\/80:hover{color:rgba(219,234,254,.8)}.hover\:text-blue-100\/85:hover{color:rgba(219,234,254,.85)}.hover\:text-blue-100\/90:hover{color:rgba(219,234,254,.9)}.hover\:text-blue-100\/95:hover{color:rgba(219,234,254,.95)}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.hover\:text-blue-200\/0:hover{color:rgba(191,219,254,0)}.hover\:text-blue-200\/10:hover{color:rgba(191,219,254,.1)}.hover\:text-blue-200\/100:hover{color:#bfdbfe}.hover\:text-blue-200\/15:hover{color:rgba(191,219,254,.15)}.hover\:text-blue-200\/20:hover{color:rgba(191,219,254,.2)}.hover\:text-blue-200\/25:hover{color:rgba(191,219,254,.25)}.hover\:text-blue-200\/30:hover{color:rgba(191,219,254,.3)}.hover\:text-blue-200\/35:hover{color:rgba(191,219,254,.35)}.hover\:text-blue-200\/40:hover{color:rgba(191,219,254,.4)}.hover\:text-blue-200\/45:hover{color:rgba(191,219,254,.45)}.hover\:text-blue-200\/5:hover{color:rgba(191,219,254,.05)}.hover\:text-blue-200\/50:hover{color:rgba(191,219,254,.5)}.hover\:text-blue-200\/55:hover{color:rgba(191,219,254,.55)}.hover\:text-blue-200\/60:hover{color:rgba(191,219,254,.6)}.hover\:text-blue-200\/65:hover{color:rgba(191,219,254,.65)}.hover\:text-blue-200\/70:hover{color:rgba(191,219,254,.7)}.hover\:text-blue-200\/75:hover{color:rgba(191,219,254,.75)}.hover\:text-blue-200\/80:hover{color:rgba(191,219,254,.8)}.hover\:text-blue-200\/85:hover{color:rgba(191,219,254,.85)}.hover\:text-blue-200\/90:hover{color:rgba(191,219,254,.9)}.hover\:text-blue-200\/95:hover{color:rgba(191,219,254,.95)}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.hover\:text-blue-300\/0:hover{color:rgba(147,197,253,0)}.hover\:text-blue-300\/10:hover{color:rgba(147,197,253,.1)}.hover\:text-blue-300\/100:hover{color:#93c5fd}.hover\:text-blue-300\/15:hover{color:rgba(147,197,253,.15)}.hover\:text-blue-300\/20:hover{color:rgba(147,197,253,.2)}.hover\:text-blue-300\/25:hover{color:rgba(147,197,253,.25)}.hover\:text-blue-300\/30:hover{color:rgba(147,197,253,.3)}.hover\:text-blue-300\/35:hover{color:rgba(147,197,253,.35)}.hover\:text-blue-300\/40:hover{color:rgba(147,197,253,.4)}.hover\:text-blue-300\/45:hover{color:rgba(147,197,253,.45)}.hover\:text-blue-300\/5:hover{color:rgba(147,197,253,.05)}.hover\:text-blue-300\/50:hover{color:rgba(147,197,253,.5)}.hover\:text-blue-300\/55:hover{color:rgba(147,197,253,.55)}.hover\:text-blue-300\/60:hover{color:rgba(147,197,253,.6)}.hover\:text-blue-300\/65:hover{color:rgba(147,197,253,.65)}.hover\:text-blue-300\/70:hover{color:rgba(147,197,253,.7)}.hover\:text-blue-300\/75:hover{color:rgba(147,197,253,.75)}.hover\:text-blue-300\/80:hover{color:rgba(147,197,253,.8)}.hover\:text-blue-300\/85:hover{color:rgba(147,197,253,.85)}.hover\:text-blue-300\/90:hover{color:rgba(147,197,253,.9)}.hover\:text-blue-300\/95:hover{color:rgba(147,197,253,.95)}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.hover\:text-blue-400\/0:hover{color:rgba(96,165,250,0)}.hover\:text-blue-400\/10:hover{color:rgba(96,165,250,.1)}.hover\:text-blue-400\/100:hover{color:#60a5fa}.hover\:text-blue-400\/15:hover{color:rgba(96,165,250,.15)}.hover\:text-blue-400\/20:hover{color:rgba(96,165,250,.2)}.hover\:text-blue-400\/25:hover{color:rgba(96,165,250,.25)}.hover\:text-blue-400\/30:hover{color:rgba(96,165,250,.3)}.hover\:text-blue-400\/35:hover{color:rgba(96,165,250,.35)}.hover\:text-blue-400\/40:hover{color:rgba(96,165,250,.4)}.hover\:text-blue-400\/45:hover{color:rgba(96,165,250,.45)}.hover\:text-blue-400\/5:hover{color:rgba(96,165,250,.05)}.hover\:text-blue-400\/50:hover{color:rgba(96,165,250,.5)}.hover\:text-blue-400\/55:hover{color:rgba(96,165,250,.55)}.hover\:text-blue-400\/60:hover{color:rgba(96,165,250,.6)}.hover\:text-blue-400\/65:hover{color:rgba(96,165,250,.65)}.hover\:text-blue-400\/70:hover{color:rgba(96,165,250,.7)}.hover\:text-blue-400\/75:hover{color:rgba(96,165,250,.75)}.hover\:text-blue-400\/80:hover{color:rgba(96,165,250,.8)}.hover\:text-blue-400\/85:hover{color:rgba(96,165,250,.85)}.hover\:text-blue-400\/90:hover{color:rgba(96,165,250,.9)}.hover\:text-blue-400\/95:hover{color:rgba(96,165,250,.95)}.hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity))}.hover\:text-blue-50\/0:hover{color:rgba(239,246,255,0)}.hover\:text-blue-50\/10:hover{color:rgba(239,246,255,.1)}.hover\:text-blue-50\/100:hover{color:#eff6ff}.hover\:text-blue-50\/15:hover{color:rgba(239,246,255,.15)}.hover\:text-blue-50\/20:hover{color:rgba(239,246,255,.2)}.hover\:text-blue-50\/25:hover{color:rgba(239,246,255,.25)}.hover\:text-blue-50\/30:hover{color:rgba(239,246,255,.3)}.hover\:text-blue-50\/35:hover{color:rgba(239,246,255,.35)}.hover\:text-blue-50\/40:hover{color:rgba(239,246,255,.4)}.hover\:text-blue-50\/45:hover{color:rgba(239,246,255,.45)}.hover\:text-blue-50\/5:hover{color:rgba(239,246,255,.05)}.hover\:text-blue-50\/50:hover{color:rgba(239,246,255,.5)}.hover\:text-blue-50\/55:hover{color:rgba(239,246,255,.55)}.hover\:text-blue-50\/60:hover{color:rgba(239,246,255,.6)}.hover\:text-blue-50\/65:hover{color:rgba(239,246,255,.65)}.hover\:text-blue-50\/70:hover{color:rgba(239,246,255,.7)}.hover\:text-blue-50\/75:hover{color:rgba(239,246,255,.75)}.hover\:text-blue-50\/80:hover{color:rgba(239,246,255,.8)}.hover\:text-blue-50\/85:hover{color:rgba(239,246,255,.85)}.hover\:text-blue-50\/90:hover{color:rgba(239,246,255,.9)}.hover\:text-blue-50\/95:hover{color:rgba(239,246,255,.95)}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hover\:text-blue-500\/0:hover{color:rgba(59,130,246,0)}.hover\:text-blue-500\/10:hover{color:rgba(59,130,246,.1)}.hover\:text-blue-500\/100:hover{color:#3b82f6}.hover\:text-blue-500\/15:hover{color:rgba(59,130,246,.15)}.hover\:text-blue-500\/20:hover{color:rgba(59,130,246,.2)}.hover\:text-blue-500\/25:hover{color:rgba(59,130,246,.25)}.hover\:text-blue-500\/30:hover{color:rgba(59,130,246,.3)}.hover\:text-blue-500\/35:hover{color:rgba(59,130,246,.35)}.hover\:text-blue-500\/40:hover{color:rgba(59,130,246,.4)}.hover\:text-blue-500\/45:hover{color:rgba(59,130,246,.45)}.hover\:text-blue-500\/5:hover{color:rgba(59,130,246,.05)}.hover\:text-blue-500\/50:hover{color:rgba(59,130,246,.5)}.hover\:text-blue-500\/55:hover{color:rgba(59,130,246,.55)}.hover\:text-blue-500\/60:hover{color:rgba(59,130,246,.6)}.hover\:text-blue-500\/65:hover{color:rgba(59,130,246,.65)}.hover\:text-blue-500\/70:hover{color:rgba(59,130,246,.7)}.hover\:text-blue-500\/75:hover{color:rgba(59,130,246,.75)}.hover\:text-blue-500\/80:hover{color:rgba(59,130,246,.8)}.hover\:text-blue-500\/85:hover{color:rgba(59,130,246,.85)}.hover\:text-blue-500\/90:hover{color:rgba(59,130,246,.9)}.hover\:text-blue-500\/95:hover{color:rgba(59,130,246,.95)}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:text-blue-600\/0:hover{color:rgba(37,99,235,0)}.hover\:text-blue-600\/10:hover{color:rgba(37,99,235,.1)}.hover\:text-blue-600\/100:hover{color:#2563eb}.hover\:text-blue-600\/15:hover{color:rgba(37,99,235,.15)}.hover\:text-blue-600\/20:hover{color:rgba(37,99,235,.2)}.hover\:text-blue-600\/25:hover{color:rgba(37,99,235,.25)}.hover\:text-blue-600\/30:hover{color:rgba(37,99,235,.3)}.hover\:text-blue-600\/35:hover{color:rgba(37,99,235,.35)}.hover\:text-blue-600\/40:hover{color:rgba(37,99,235,.4)}.hover\:text-blue-600\/45:hover{color:rgba(37,99,235,.45)}.hover\:text-blue-600\/5:hover{color:rgba(37,99,235,.05)}.hover\:text-blue-600\/50:hover{color:rgba(37,99,235,.5)}.hover\:text-blue-600\/55:hover{color:rgba(37,99,235,.55)}.hover\:text-blue-600\/60:hover{color:rgba(37,99,235,.6)}.hover\:text-blue-600\/65:hover{color:rgba(37,99,235,.65)}.hover\:text-blue-600\/70:hover{color:rgba(37,99,235,.7)}.hover\:text-blue-600\/75:hover{color:rgba(37,99,235,.75)}.hover\:text-blue-600\/80:hover{color:rgba(37,99,235,.8)}.hover\:text-blue-600\/85:hover{color:rgba(37,99,235,.85)}.hover\:text-blue-600\/90:hover{color:rgba(37,99,235,.9)}.hover\:text-blue-600\/95:hover{color:rgba(37,99,235,.95)}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.hover\:text-blue-700\/0:hover{color:rgba(29,78,216,0)}.hover\:text-blue-700\/10:hover{color:rgba(29,78,216,.1)}.hover\:text-blue-700\/100:hover{color:#1d4ed8}.hover\:text-blue-700\/15:hover{color:rgba(29,78,216,.15)}.hover\:text-blue-700\/20:hover{color:rgba(29,78,216,.2)}.hover\:text-blue-700\/25:hover{color:rgba(29,78,216,.25)}.hover\:text-blue-700\/30:hover{color:rgba(29,78,216,.3)}.hover\:text-blue-700\/35:hover{color:rgba(29,78,216,.35)}.hover\:text-blue-700\/40:hover{color:rgba(29,78,216,.4)}.hover\:text-blue-700\/45:hover{color:rgba(29,78,216,.45)}.hover\:text-blue-700\/5:hover{color:rgba(29,78,216,.05)}.hover\:text-blue-700\/50:hover{color:rgba(29,78,216,.5)}.hover\:text-blue-700\/55:hover{color:rgba(29,78,216,.55)}.hover\:text-blue-700\/60:hover{color:rgba(29,78,216,.6)}.hover\:text-blue-700\/65:hover{color:rgba(29,78,216,.65)}.hover\:text-blue-700\/70:hover{color:rgba(29,78,216,.7)}.hover\:text-blue-700\/75:hover{color:rgba(29,78,216,.75)}.hover\:text-blue-700\/80:hover{color:rgba(29,78,216,.8)}.hover\:text-blue-700\/85:hover{color:rgba(29,78,216,.85)}.hover\:text-blue-700\/90:hover{color:rgba(29,78,216,.9)}.hover\:text-blue-700\/95:hover{color:rgba(29,78,216,.95)}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.hover\:text-blue-800\/0:hover{color:rgba(30,64,175,0)}.hover\:text-blue-800\/10:hover{color:rgba(30,64,175,.1)}.hover\:text-blue-800\/100:hover{color:#1e40af}.hover\:text-blue-800\/15:hover{color:rgba(30,64,175,.15)}.hover\:text-blue-800\/20:hover{color:rgba(30,64,175,.2)}.hover\:text-blue-800\/25:hover{color:rgba(30,64,175,.25)}.hover\:text-blue-800\/30:hover{color:rgba(30,64,175,.3)}.hover\:text-blue-800\/35:hover{color:rgba(30,64,175,.35)}.hover\:text-blue-800\/40:hover{color:rgba(30,64,175,.4)}.hover\:text-blue-800\/45:hover{color:rgba(30,64,175,.45)}.hover\:text-blue-800\/5:hover{color:rgba(30,64,175,.05)}.hover\:text-blue-800\/50:hover{color:rgba(30,64,175,.5)}.hover\:text-blue-800\/55:hover{color:rgba(30,64,175,.55)}.hover\:text-blue-800\/60:hover{color:rgba(30,64,175,.6)}.hover\:text-blue-800\/65:hover{color:rgba(30,64,175,.65)}.hover\:text-blue-800\/70:hover{color:rgba(30,64,175,.7)}.hover\:text-blue-800\/75:hover{color:rgba(30,64,175,.75)}.hover\:text-blue-800\/80:hover{color:rgba(30,64,175,.8)}.hover\:text-blue-800\/85:hover{color:rgba(30,64,175,.85)}.hover\:text-blue-800\/90:hover{color:rgba(30,64,175,.9)}.hover\:text-blue-800\/95:hover{color:rgba(30,64,175,.95)}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.hover\:text-blue-900\/0:hover{color:rgba(30,58,138,0)}.hover\:text-blue-900\/10:hover{color:rgba(30,58,138,.1)}.hover\:text-blue-900\/100:hover{color:#1e3a8a}.hover\:text-blue-900\/15:hover{color:rgba(30,58,138,.15)}.hover\:text-blue-900\/20:hover{color:rgba(30,58,138,.2)}.hover\:text-blue-900\/25:hover{color:rgba(30,58,138,.25)}.hover\:text-blue-900\/30:hover{color:rgba(30,58,138,.3)}.hover\:text-blue-900\/35:hover{color:rgba(30,58,138,.35)}.hover\:text-blue-900\/40:hover{color:rgba(30,58,138,.4)}.hover\:text-blue-900\/45:hover{color:rgba(30,58,138,.45)}.hover\:text-blue-900\/5:hover{color:rgba(30,58,138,.05)}.hover\:text-blue-900\/50:hover{color:rgba(30,58,138,.5)}.hover\:text-blue-900\/55:hover{color:rgba(30,58,138,.55)}.hover\:text-blue-900\/60:hover{color:rgba(30,58,138,.6)}.hover\:text-blue-900\/65:hover{color:rgba(30,58,138,.65)}.hover\:text-blue-900\/70:hover{color:rgba(30,58,138,.7)}.hover\:text-blue-900\/75:hover{color:rgba(30,58,138,.75)}.hover\:text-blue-900\/80:hover{color:rgba(30,58,138,.8)}.hover\:text-blue-900\/85:hover{color:rgba(30,58,138,.85)}.hover\:text-blue-900\/90:hover{color:rgba(30,58,138,.9)}.hover\:text-blue-900\/95:hover{color:rgba(30,58,138,.95)}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.hover\:text-gray-100\/0:hover{color:rgba(243,244,246,0)}.hover\:text-gray-100\/10:hover{color:rgba(243,244,246,.1)}.hover\:text-gray-100\/100:hover{color:#f3f4f6}.hover\:text-gray-100\/15:hover{color:rgba(243,244,246,.15)}.hover\:text-gray-100\/20:hover{color:rgba(243,244,246,.2)}.hover\:text-gray-100\/25:hover{color:rgba(243,244,246,.25)}.hover\:text-gray-100\/30:hover{color:rgba(243,244,246,.3)}.hover\:text-gray-100\/35:hover{color:rgba(243,244,246,.35)}.hover\:text-gray-100\/40:hover{color:rgba(243,244,246,.4)}.hover\:text-gray-100\/45:hover{color:rgba(243,244,246,.45)}.hover\:text-gray-100\/5:hover{color:rgba(243,244,246,.05)}.hover\:text-gray-100\/50:hover{color:rgba(243,244,246,.5)}.hover\:text-gray-100\/55:hover{color:rgba(243,244,246,.55)}.hover\:text-gray-100\/60:hover{color:rgba(243,244,246,.6)}.hover\:text-gray-100\/65:hover{color:rgba(243,244,246,.65)}.hover\:text-gray-100\/70:hover{color:rgba(243,244,246,.7)}.hover\:text-gray-100\/75:hover{color:rgba(243,244,246,.75)}.hover\:text-gray-100\/80:hover{color:rgba(243,244,246,.8)}.hover\:text-gray-100\/85:hover{color:rgba(243,244,246,.85)}.hover\:text-gray-100\/90:hover{color:rgba(243,244,246,.9)}.hover\:text-gray-100\/95:hover{color:rgba(243,244,246,.95)}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.hover\:text-gray-200\/0:hover{color:rgba(229,231,235,0)}.hover\:text-gray-200\/10:hover{color:rgba(229,231,235,.1)}.hover\:text-gray-200\/100:hover{color:#e5e7eb}.hover\:text-gray-200\/15:hover{color:rgba(229,231,235,.15)}.hover\:text-gray-200\/20:hover{color:rgba(229,231,235,.2)}.hover\:text-gray-200\/25:hover{color:rgba(229,231,235,.25)}.hover\:text-gray-200\/30:hover{color:rgba(229,231,235,.3)}.hover\:text-gray-200\/35:hover{color:rgba(229,231,235,.35)}.hover\:text-gray-200\/40:hover{color:rgba(229,231,235,.4)}.hover\:text-gray-200\/45:hover{color:rgba(229,231,235,.45)}.hover\:text-gray-200\/5:hover{color:rgba(229,231,235,.05)}.hover\:text-gray-200\/50:hover{color:rgba(229,231,235,.5)}.hover\:text-gray-200\/55:hover{color:rgba(229,231,235,.55)}.hover\:text-gray-200\/60:hover{color:rgba(229,231,235,.6)}.hover\:text-gray-200\/65:hover{color:rgba(229,231,235,.65)}.hover\:text-gray-200\/70:hover{color:rgba(229,231,235,.7)}.hover\:text-gray-200\/75:hover{color:rgba(229,231,235,.75)}.hover\:text-gray-200\/80:hover{color:rgba(229,231,235,.8)}.hover\:text-gray-200\/85:hover{color:rgba(229,231,235,.85)}.hover\:text-gray-200\/90:hover{color:rgba(229,231,235,.9)}.hover\:text-gray-200\/95:hover{color:rgba(229,231,235,.95)}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-gray-300\/0:hover{color:rgba(209,213,219,0)}.hover\:text-gray-300\/10:hover{color:rgba(209,213,219,.1)}.hover\:text-gray-300\/100:hover{color:#d1d5db}.hover\:text-gray-300\/15:hover{color:rgba(209,213,219,.15)}.hover\:text-gray-300\/20:hover{color:rgba(209,213,219,.2)}.hover\:text-gray-300\/25:hover{color:rgba(209,213,219,.25)}.hover\:text-gray-300\/30:hover{color:rgba(209,213,219,.3)}.hover\:text-gray-300\/35:hover{color:rgba(209,213,219,.35)}.hover\:text-gray-300\/40:hover{color:rgba(209,213,219,.4)}.hover\:text-gray-300\/45:hover{color:rgba(209,213,219,.45)}.hover\:text-gray-300\/5:hover{color:rgba(209,213,219,.05)}.hover\:text-gray-300\/50:hover{color:rgba(209,213,219,.5)}.hover\:text-gray-300\/55:hover{color:rgba(209,213,219,.55)}.hover\:text-gray-300\/60:hover{color:rgba(209,213,219,.6)}.hover\:text-gray-300\/65:hover{color:rgba(209,213,219,.65)}.hover\:text-gray-300\/70:hover{color:rgba(209,213,219,.7)}.hover\:text-gray-300\/75:hover{color:rgba(209,213,219,.75)}.hover\:text-gray-300\/80:hover{color:rgba(209,213,219,.8)}.hover\:text-gray-300\/85:hover{color:rgba(209,213,219,.85)}.hover\:text-gray-300\/90:hover{color:rgba(209,213,219,.9)}.hover\:text-gray-300\/95:hover{color:rgba(209,213,219,.95)}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.hover\:text-gray-400\/0:hover{color:rgba(156,163,175,0)}.hover\:text-gray-400\/10:hover{color:rgba(156,163,175,.1)}.hover\:text-gray-400\/100:hover{color:#9ca3af}.hover\:text-gray-400\/15:hover{color:rgba(156,163,175,.15)}.hover\:text-gray-400\/20:hover{color:rgba(156,163,175,.2)}.hover\:text-gray-400\/25:hover{color:rgba(156,163,175,.25)}.hover\:text-gray-400\/30:hover{color:rgba(156,163,175,.3)}.hover\:text-gray-400\/35:hover{color:rgba(156,163,175,.35)}.hover\:text-gray-400\/40:hover{color:rgba(156,163,175,.4)}.hover\:text-gray-400\/45:hover{color:rgba(156,163,175,.45)}.hover\:text-gray-400\/5:hover{color:rgba(156,163,175,.05)}.hover\:text-gray-400\/50:hover{color:rgba(156,163,175,.5)}.hover\:text-gray-400\/55:hover{color:rgba(156,163,175,.55)}.hover\:text-gray-400\/60:hover{color:rgba(156,163,175,.6)}.hover\:text-gray-400\/65:hover{color:rgba(156,163,175,.65)}.hover\:text-gray-400\/70:hover{color:rgba(156,163,175,.7)}.hover\:text-gray-400\/75:hover{color:rgba(156,163,175,.75)}.hover\:text-gray-400\/80:hover{color:rgba(156,163,175,.8)}.hover\:text-gray-400\/85:hover{color:rgba(156,163,175,.85)}.hover\:text-gray-400\/90:hover{color:rgba(156,163,175,.9)}.hover\:text-gray-400\/95:hover{color:rgba(156,163,175,.95)}.hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.hover\:text-gray-50\/0:hover{color:rgba(249,250,251,0)}.hover\:text-gray-50\/10:hover{color:rgba(249,250,251,.1)}.hover\:text-gray-50\/100:hover{color:#f9fafb}.hover\:text-gray-50\/15:hover{color:rgba(249,250,251,.15)}.hover\:text-gray-50\/20:hover{color:rgba(249,250,251,.2)}.hover\:text-gray-50\/25:hover{color:rgba(249,250,251,.25)}.hover\:text-gray-50\/30:hover{color:rgba(249,250,251,.3)}.hover\:text-gray-50\/35:hover{color:rgba(249,250,251,.35)}.hover\:text-gray-50\/40:hover{color:rgba(249,250,251,.4)}.hover\:text-gray-50\/45:hover{color:rgba(249,250,251,.45)}.hover\:text-gray-50\/5:hover{color:rgba(249,250,251,.05)}.hover\:text-gray-50\/50:hover{color:rgba(249,250,251,.5)}.hover\:text-gray-50\/55:hover{color:rgba(249,250,251,.55)}.hover\:text-gray-50\/60:hover{color:rgba(249,250,251,.6)}.hover\:text-gray-50\/65:hover{color:rgba(249,250,251,.65)}.hover\:text-gray-50\/70:hover{color:rgba(249,250,251,.7)}.hover\:text-gray-50\/75:hover{color:rgba(249,250,251,.75)}.hover\:text-gray-50\/80:hover{color:rgba(249,250,251,.8)}.hover\:text-gray-50\/85:hover{color:rgba(249,250,251,.85)}.hover\:text-gray-50\/90:hover{color:rgba(249,250,251,.9)}.hover\:text-gray-50\/95:hover{color:rgba(249,250,251,.95)}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:text-gray-500\/0:hover{color:hsla(220,9%,46%,0)}.hover\:text-gray-500\/10:hover{color:hsla(220,9%,46%,.1)}.hover\:text-gray-500\/100:hover{color:#6b7280}.hover\:text-gray-500\/15:hover{color:hsla(220,9%,46%,.15)}.hover\:text-gray-500\/20:hover{color:hsla(220,9%,46%,.2)}.hover\:text-gray-500\/25:hover{color:hsla(220,9%,46%,.25)}.hover\:text-gray-500\/30:hover{color:hsla(220,9%,46%,.3)}.hover\:text-gray-500\/35:hover{color:hsla(220,9%,46%,.35)}.hover\:text-gray-500\/40:hover{color:hsla(220,9%,46%,.4)}.hover\:text-gray-500\/45:hover{color:hsla(220,9%,46%,.45)}.hover\:text-gray-500\/5:hover{color:hsla(220,9%,46%,.05)}.hover\:text-gray-500\/50:hover{color:hsla(220,9%,46%,.5)}.hover\:text-gray-500\/55:hover{color:hsla(220,9%,46%,.55)}.hover\:text-gray-500\/60:hover{color:hsla(220,9%,46%,.6)}.hover\:text-gray-500\/65:hover{color:hsla(220,9%,46%,.65)}.hover\:text-gray-500\/70:hover{color:hsla(220,9%,46%,.7)}.hover\:text-gray-500\/75:hover{color:hsla(220,9%,46%,.75)}.hover\:text-gray-500\/80:hover{color:hsla(220,9%,46%,.8)}.hover\:text-gray-500\/85:hover{color:hsla(220,9%,46%,.85)}.hover\:text-gray-500\/90:hover{color:hsla(220,9%,46%,.9)}.hover\:text-gray-500\/95:hover{color:hsla(220,9%,46%,.95)}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-gray-600\/0:hover{color:rgba(75,85,99,0)}.hover\:text-gray-600\/10:hover{color:rgba(75,85,99,.1)}.hover\:text-gray-600\/100:hover{color:#4b5563}.hover\:text-gray-600\/15:hover{color:rgba(75,85,99,.15)}.hover\:text-gray-600\/20:hover{color:rgba(75,85,99,.2)}.hover\:text-gray-600\/25:hover{color:rgba(75,85,99,.25)}.hover\:text-gray-600\/30:hover{color:rgba(75,85,99,.3)}.hover\:text-gray-600\/35:hover{color:rgba(75,85,99,.35)}.hover\:text-gray-600\/40:hover{color:rgba(75,85,99,.4)}.hover\:text-gray-600\/45:hover{color:rgba(75,85,99,.45)}.hover\:text-gray-600\/5:hover{color:rgba(75,85,99,.05)}.hover\:text-gray-600\/50:hover{color:rgba(75,85,99,.5)}.hover\:text-gray-600\/55:hover{color:rgba(75,85,99,.55)}.hover\:text-gray-600\/60:hover{color:rgba(75,85,99,.6)}.hover\:text-gray-600\/65:hover{color:rgba(75,85,99,.65)}.hover\:text-gray-600\/70:hover{color:rgba(75,85,99,.7)}.hover\:text-gray-600\/75:hover{color:rgba(75,85,99,.75)}.hover\:text-gray-600\/80:hover{color:rgba(75,85,99,.8)}.hover\:text-gray-600\/85:hover{color:rgba(75,85,99,.85)}.hover\:text-gray-600\/90:hover{color:rgba(75,85,99,.9)}.hover\:text-gray-600\/95:hover{color:rgba(75,85,99,.95)}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-gray-700\/0:hover{color:rgba(55,65,81,0)}.hover\:text-gray-700\/10:hover{color:rgba(55,65,81,.1)}.hover\:text-gray-700\/100:hover{color:#374151}.hover\:text-gray-700\/15:hover{color:rgba(55,65,81,.15)}.hover\:text-gray-700\/20:hover{color:rgba(55,65,81,.2)}.hover\:text-gray-700\/25:hover{color:rgba(55,65,81,.25)}.hover\:text-gray-700\/30:hover{color:rgba(55,65,81,.3)}.hover\:text-gray-700\/35:hover{color:rgba(55,65,81,.35)}.hover\:text-gray-700\/40:hover{color:rgba(55,65,81,.4)}.hover\:text-gray-700\/45:hover{color:rgba(55,65,81,.45)}.hover\:text-gray-700\/5:hover{color:rgba(55,65,81,.05)}.hover\:text-gray-700\/50:hover{color:rgba(55,65,81,.5)}.hover\:text-gray-700\/55:hover{color:rgba(55,65,81,.55)}.hover\:text-gray-700\/60:hover{color:rgba(55,65,81,.6)}.hover\:text-gray-700\/65:hover{color:rgba(55,65,81,.65)}.hover\:text-gray-700\/70:hover{color:rgba(55,65,81,.7)}.hover\:text-gray-700\/75:hover{color:rgba(55,65,81,.75)}.hover\:text-gray-700\/80:hover{color:rgba(55,65,81,.8)}.hover\:text-gray-700\/85:hover{color:rgba(55,65,81,.85)}.hover\:text-gray-700\/90:hover{color:rgba(55,65,81,.9)}.hover\:text-gray-700\/95:hover{color:rgba(55,65,81,.95)}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-800\/0:hover{color:rgba(31,41,55,0)}.hover\:text-gray-800\/10:hover{color:rgba(31,41,55,.1)}.hover\:text-gray-800\/100:hover{color:#1f2937}.hover\:text-gray-800\/15:hover{color:rgba(31,41,55,.15)}.hover\:text-gray-800\/20:hover{color:rgba(31,41,55,.2)}.hover\:text-gray-800\/25:hover{color:rgba(31,41,55,.25)}.hover\:text-gray-800\/30:hover{color:rgba(31,41,55,.3)}.hover\:text-gray-800\/35:hover{color:rgba(31,41,55,.35)}.hover\:text-gray-800\/40:hover{color:rgba(31,41,55,.4)}.hover\:text-gray-800\/45:hover{color:rgba(31,41,55,.45)}.hover\:text-gray-800\/5:hover{color:rgba(31,41,55,.05)}.hover\:text-gray-800\/50:hover{color:rgba(31,41,55,.5)}.hover\:text-gray-800\/55:hover{color:rgba(31,41,55,.55)}.hover\:text-gray-800\/60:hover{color:rgba(31,41,55,.6)}.hover\:text-gray-800\/65:hover{color:rgba(31,41,55,.65)}.hover\:text-gray-800\/70:hover{color:rgba(31,41,55,.7)}.hover\:text-gray-800\/75:hover{color:rgba(31,41,55,.75)}.hover\:text-gray-800\/80:hover{color:rgba(31,41,55,.8)}.hover\:text-gray-800\/85:hover{color:rgba(31,41,55,.85)}.hover\:text-gray-800\/90:hover{color:rgba(31,41,55,.9)}.hover\:text-gray-800\/95:hover{color:rgba(31,41,55,.95)}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-gray-900\/0:hover{color:rgba(17,24,39,0)}.hover\:text-gray-900\/10:hover{color:rgba(17,24,39,.1)}.hover\:text-gray-900\/100:hover{color:#111827}.hover\:text-gray-900\/15:hover{color:rgba(17,24,39,.15)}.hover\:text-gray-900\/20:hover{color:rgba(17,24,39,.2)}.hover\:text-gray-900\/25:hover{color:rgba(17,24,39,.25)}.hover\:text-gray-900\/30:hover{color:rgba(17,24,39,.3)}.hover\:text-gray-900\/35:hover{color:rgba(17,24,39,.35)}.hover\:text-gray-900\/40:hover{color:rgba(17,24,39,.4)}.hover\:text-gray-900\/45:hover{color:rgba(17,24,39,.45)}.hover\:text-gray-900\/5:hover{color:rgba(17,24,39,.05)}.hover\:text-gray-900\/50:hover{color:rgba(17,24,39,.5)}.hover\:text-gray-900\/55:hover{color:rgba(17,24,39,.55)}.hover\:text-gray-900\/60:hover{color:rgba(17,24,39,.6)}.hover\:text-gray-900\/65:hover{color:rgba(17,24,39,.65)}.hover\:text-gray-900\/70:hover{color:rgba(17,24,39,.7)}.hover\:text-gray-900\/75:hover{color:rgba(17,24,39,.75)}.hover\:text-gray-900\/80:hover{color:rgba(17,24,39,.8)}.hover\:text-gray-900\/85:hover{color:rgba(17,24,39,.85)}.hover\:text-gray-900\/90:hover{color:rgba(17,24,39,.9)}.hover\:text-gray-900\/95:hover{color:rgba(17,24,39,.95)}.hover\:text-green-100:hover{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity))}.hover\:text-green-100\/0:hover{color:rgba(220,252,231,0)}.hover\:text-green-100\/10:hover{color:rgba(220,252,231,.1)}.hover\:text-green-100\/100:hover{color:#dcfce7}.hover\:text-green-100\/15:hover{color:rgba(220,252,231,.15)}.hover\:text-green-100\/20:hover{color:rgba(220,252,231,.2)}.hover\:text-green-100\/25:hover{color:rgba(220,252,231,.25)}.hover\:text-green-100\/30:hover{color:rgba(220,252,231,.3)}.hover\:text-green-100\/35:hover{color:rgba(220,252,231,.35)}.hover\:text-green-100\/40:hover{color:rgba(220,252,231,.4)}.hover\:text-green-100\/45:hover{color:rgba(220,252,231,.45)}.hover\:text-green-100\/5:hover{color:rgba(220,252,231,.05)}.hover\:text-green-100\/50:hover{color:rgba(220,252,231,.5)}.hover\:text-green-100\/55:hover{color:rgba(220,252,231,.55)}.hover\:text-green-100\/60:hover{color:rgba(220,252,231,.6)}.hover\:text-green-100\/65:hover{color:rgba(220,252,231,.65)}.hover\:text-green-100\/70:hover{color:rgba(220,252,231,.7)}.hover\:text-green-100\/75:hover{color:rgba(220,252,231,.75)}.hover\:text-green-100\/80:hover{color:rgba(220,252,231,.8)}.hover\:text-green-100\/85:hover{color:rgba(220,252,231,.85)}.hover\:text-green-100\/90:hover{color:rgba(220,252,231,.9)}.hover\:text-green-100\/95:hover{color:rgba(220,252,231,.95)}.hover\:text-green-200:hover{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.hover\:text-green-200\/0:hover{color:rgba(187,247,208,0)}.hover\:text-green-200\/10:hover{color:rgba(187,247,208,.1)}.hover\:text-green-200\/100:hover{color:#bbf7d0}.hover\:text-green-200\/15:hover{color:rgba(187,247,208,.15)}.hover\:text-green-200\/20:hover{color:rgba(187,247,208,.2)}.hover\:text-green-200\/25:hover{color:rgba(187,247,208,.25)}.hover\:text-green-200\/30:hover{color:rgba(187,247,208,.3)}.hover\:text-green-200\/35:hover{color:rgba(187,247,208,.35)}.hover\:text-green-200\/40:hover{color:rgba(187,247,208,.4)}.hover\:text-green-200\/45:hover{color:rgba(187,247,208,.45)}.hover\:text-green-200\/5:hover{color:rgba(187,247,208,.05)}.hover\:text-green-200\/50:hover{color:rgba(187,247,208,.5)}.hover\:text-green-200\/55:hover{color:rgba(187,247,208,.55)}.hover\:text-green-200\/60:hover{color:rgba(187,247,208,.6)}.hover\:text-green-200\/65:hover{color:rgba(187,247,208,.65)}.hover\:text-green-200\/70:hover{color:rgba(187,247,208,.7)}.hover\:text-green-200\/75:hover{color:rgba(187,247,208,.75)}.hover\:text-green-200\/80:hover{color:rgba(187,247,208,.8)}.hover\:text-green-200\/85:hover{color:rgba(187,247,208,.85)}.hover\:text-green-200\/90:hover{color:rgba(187,247,208,.9)}.hover\:text-green-200\/95:hover{color:rgba(187,247,208,.95)}.hover\:text-green-300:hover{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.hover\:text-green-300\/0:hover{color:rgba(134,239,172,0)}.hover\:text-green-300\/10:hover{color:rgba(134,239,172,.1)}.hover\:text-green-300\/100:hover{color:#86efac}.hover\:text-green-300\/15:hover{color:rgba(134,239,172,.15)}.hover\:text-green-300\/20:hover{color:rgba(134,239,172,.2)}.hover\:text-green-300\/25:hover{color:rgba(134,239,172,.25)}.hover\:text-green-300\/30:hover{color:rgba(134,239,172,.3)}.hover\:text-green-300\/35:hover{color:rgba(134,239,172,.35)}.hover\:text-green-300\/40:hover{color:rgba(134,239,172,.4)}.hover\:text-green-300\/45:hover{color:rgba(134,239,172,.45)}.hover\:text-green-300\/5:hover{color:rgba(134,239,172,.05)}.hover\:text-green-300\/50:hover{color:rgba(134,239,172,.5)}.hover\:text-green-300\/55:hover{color:rgba(134,239,172,.55)}.hover\:text-green-300\/60:hover{color:rgba(134,239,172,.6)}.hover\:text-green-300\/65:hover{color:rgba(134,239,172,.65)}.hover\:text-green-300\/70:hover{color:rgba(134,239,172,.7)}.hover\:text-green-300\/75:hover{color:rgba(134,239,172,.75)}.hover\:text-green-300\/80:hover{color:rgba(134,239,172,.8)}.hover\:text-green-300\/85:hover{color:rgba(134,239,172,.85)}.hover\:text-green-300\/90:hover{color:rgba(134,239,172,.9)}.hover\:text-green-300\/95:hover{color:rgba(134,239,172,.95)}.hover\:text-green-400:hover{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.hover\:text-green-400\/0:hover{color:rgba(74,222,128,0)}.hover\:text-green-400\/10:hover{color:rgba(74,222,128,.1)}.hover\:text-green-400\/100:hover{color:#4ade80}.hover\:text-green-400\/15:hover{color:rgba(74,222,128,.15)}.hover\:text-green-400\/20:hover{color:rgba(74,222,128,.2)}.hover\:text-green-400\/25:hover{color:rgba(74,222,128,.25)}.hover\:text-green-400\/30:hover{color:rgba(74,222,128,.3)}.hover\:text-green-400\/35:hover{color:rgba(74,222,128,.35)}.hover\:text-green-400\/40:hover{color:rgba(74,222,128,.4)}.hover\:text-green-400\/45:hover{color:rgba(74,222,128,.45)}.hover\:text-green-400\/5:hover{color:rgba(74,222,128,.05)}.hover\:text-green-400\/50:hover{color:rgba(74,222,128,.5)}.hover\:text-green-400\/55:hover{color:rgba(74,222,128,.55)}.hover\:text-green-400\/60:hover{color:rgba(74,222,128,.6)}.hover\:text-green-400\/65:hover{color:rgba(74,222,128,.65)}.hover\:text-green-400\/70:hover{color:rgba(74,222,128,.7)}.hover\:text-green-400\/75:hover{color:rgba(74,222,128,.75)}.hover\:text-green-400\/80:hover{color:rgba(74,222,128,.8)}.hover\:text-green-400\/85:hover{color:rgba(74,222,128,.85)}.hover\:text-green-400\/90:hover{color:rgba(74,222,128,.9)}.hover\:text-green-400\/95:hover{color:rgba(74,222,128,.95)}.hover\:text-green-50:hover{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity))}.hover\:text-green-50\/0:hover{color:rgba(240,253,244,0)}.hover\:text-green-50\/10:hover{color:rgba(240,253,244,.1)}.hover\:text-green-50\/100:hover{color:#f0fdf4}.hover\:text-green-50\/15:hover{color:rgba(240,253,244,.15)}.hover\:text-green-50\/20:hover{color:rgba(240,253,244,.2)}.hover\:text-green-50\/25:hover{color:rgba(240,253,244,.25)}.hover\:text-green-50\/30:hover{color:rgba(240,253,244,.3)}.hover\:text-green-50\/35:hover{color:rgba(240,253,244,.35)}.hover\:text-green-50\/40:hover{color:rgba(240,253,244,.4)}.hover\:text-green-50\/45:hover{color:rgba(240,253,244,.45)}.hover\:text-green-50\/5:hover{color:rgba(240,253,244,.05)}.hover\:text-green-50\/50:hover{color:rgba(240,253,244,.5)}.hover\:text-green-50\/55:hover{color:rgba(240,253,244,.55)}.hover\:text-green-50\/60:hover{color:rgba(240,253,244,.6)}.hover\:text-green-50\/65:hover{color:rgba(240,253,244,.65)}.hover\:text-green-50\/70:hover{color:rgba(240,253,244,.7)}.hover\:text-green-50\/75:hover{color:rgba(240,253,244,.75)}.hover\:text-green-50\/80:hover{color:rgba(240,253,244,.8)}.hover\:text-green-50\/85:hover{color:rgba(240,253,244,.85)}.hover\:text-green-50\/90:hover{color:rgba(240,253,244,.9)}.hover\:text-green-50\/95:hover{color:rgba(240,253,244,.95)}.hover\:text-green-500:hover{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.hover\:text-green-500\/0:hover{color:rgba(34,197,94,0)}.hover\:text-green-500\/10:hover{color:rgba(34,197,94,.1)}.hover\:text-green-500\/100:hover{color:#22c55e}.hover\:text-green-500\/15:hover{color:rgba(34,197,94,.15)}.hover\:text-green-500\/20:hover{color:rgba(34,197,94,.2)}.hover\:text-green-500\/25:hover{color:rgba(34,197,94,.25)}.hover\:text-green-500\/30:hover{color:rgba(34,197,94,.3)}.hover\:text-green-500\/35:hover{color:rgba(34,197,94,.35)}.hover\:text-green-500\/40:hover{color:rgba(34,197,94,.4)}.hover\:text-green-500\/45:hover{color:rgba(34,197,94,.45)}.hover\:text-green-500\/5:hover{color:rgba(34,197,94,.05)}.hover\:text-green-500\/50:hover{color:rgba(34,197,94,.5)}.hover\:text-green-500\/55:hover{color:rgba(34,197,94,.55)}.hover\:text-green-500\/60:hover{color:rgba(34,197,94,.6)}.hover\:text-green-500\/65:hover{color:rgba(34,197,94,.65)}.hover\:text-green-500\/70:hover{color:rgba(34,197,94,.7)}.hover\:text-green-500\/75:hover{color:rgba(34,197,94,.75)}.hover\:text-green-500\/80:hover{color:rgba(34,197,94,.8)}.hover\:text-green-500\/85:hover{color:rgba(34,197,94,.85)}.hover\:text-green-500\/90:hover{color:rgba(34,197,94,.9)}.hover\:text-green-500\/95:hover{color:rgba(34,197,94,.95)}.hover\:text-green-600:hover{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.hover\:text-green-600\/0:hover{color:rgba(22,163,74,0)}.hover\:text-green-600\/10:hover{color:rgba(22,163,74,.1)}.hover\:text-green-600\/100:hover{color:#16a34a}.hover\:text-green-600\/15:hover{color:rgba(22,163,74,.15)}.hover\:text-green-600\/20:hover{color:rgba(22,163,74,.2)}.hover\:text-green-600\/25:hover{color:rgba(22,163,74,.25)}.hover\:text-green-600\/30:hover{color:rgba(22,163,74,.3)}.hover\:text-green-600\/35:hover{color:rgba(22,163,74,.35)}.hover\:text-green-600\/40:hover{color:rgba(22,163,74,.4)}.hover\:text-green-600\/45:hover{color:rgba(22,163,74,.45)}.hover\:text-green-600\/5:hover{color:rgba(22,163,74,.05)}.hover\:text-green-600\/50:hover{color:rgba(22,163,74,.5)}.hover\:text-green-600\/55:hover{color:rgba(22,163,74,.55)}.hover\:text-green-600\/60:hover{color:rgba(22,163,74,.6)}.hover\:text-green-600\/65:hover{color:rgba(22,163,74,.65)}.hover\:text-green-600\/70:hover{color:rgba(22,163,74,.7)}.hover\:text-green-600\/75:hover{color:rgba(22,163,74,.75)}.hover\:text-green-600\/80:hover{color:rgba(22,163,74,.8)}.hover\:text-green-600\/85:hover{color:rgba(22,163,74,.85)}.hover\:text-green-600\/90:hover{color:rgba(22,163,74,.9)}.hover\:text-green-600\/95:hover{color:rgba(22,163,74,.95)}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.hover\:text-green-700\/0:hover{color:rgba(21,128,61,0)}.hover\:text-green-700\/10:hover{color:rgba(21,128,61,.1)}.hover\:text-green-700\/100:hover{color:#15803d}.hover\:text-green-700\/15:hover{color:rgba(21,128,61,.15)}.hover\:text-green-700\/20:hover{color:rgba(21,128,61,.2)}.hover\:text-green-700\/25:hover{color:rgba(21,128,61,.25)}.hover\:text-green-700\/30:hover{color:rgba(21,128,61,.3)}.hover\:text-green-700\/35:hover{color:rgba(21,128,61,.35)}.hover\:text-green-700\/40:hover{color:rgba(21,128,61,.4)}.hover\:text-green-700\/45:hover{color:rgba(21,128,61,.45)}.hover\:text-green-700\/5:hover{color:rgba(21,128,61,.05)}.hover\:text-green-700\/50:hover{color:rgba(21,128,61,.5)}.hover\:text-green-700\/55:hover{color:rgba(21,128,61,.55)}.hover\:text-green-700\/60:hover{color:rgba(21,128,61,.6)}.hover\:text-green-700\/65:hover{color:rgba(21,128,61,.65)}.hover\:text-green-700\/70:hover{color:rgba(21,128,61,.7)}.hover\:text-green-700\/75:hover{color:rgba(21,128,61,.75)}.hover\:text-green-700\/80:hover{color:rgba(21,128,61,.8)}.hover\:text-green-700\/85:hover{color:rgba(21,128,61,.85)}.hover\:text-green-700\/90:hover{color:rgba(21,128,61,.9)}.hover\:text-green-700\/95:hover{color:rgba(21,128,61,.95)}.hover\:text-green-800:hover{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.hover\:text-green-800\/0:hover{color:rgba(22,101,52,0)}.hover\:text-green-800\/10:hover{color:rgba(22,101,52,.1)}.hover\:text-green-800\/100:hover{color:#166534}.hover\:text-green-800\/15:hover{color:rgba(22,101,52,.15)}.hover\:text-green-800\/20:hover{color:rgba(22,101,52,.2)}.hover\:text-green-800\/25:hover{color:rgba(22,101,52,.25)}.hover\:text-green-800\/30:hover{color:rgba(22,101,52,.3)}.hover\:text-green-800\/35:hover{color:rgba(22,101,52,.35)}.hover\:text-green-800\/40:hover{color:rgba(22,101,52,.4)}.hover\:text-green-800\/45:hover{color:rgba(22,101,52,.45)}.hover\:text-green-800\/5:hover{color:rgba(22,101,52,.05)}.hover\:text-green-800\/50:hover{color:rgba(22,101,52,.5)}.hover\:text-green-800\/55:hover{color:rgba(22,101,52,.55)}.hover\:text-green-800\/60:hover{color:rgba(22,101,52,.6)}.hover\:text-green-800\/65:hover{color:rgba(22,101,52,.65)}.hover\:text-green-800\/70:hover{color:rgba(22,101,52,.7)}.hover\:text-green-800\/75:hover{color:rgba(22,101,52,.75)}.hover\:text-green-800\/80:hover{color:rgba(22,101,52,.8)}.hover\:text-green-800\/85:hover{color:rgba(22,101,52,.85)}.hover\:text-green-800\/90:hover{color:rgba(22,101,52,.9)}.hover\:text-green-800\/95:hover{color:rgba(22,101,52,.95)}.hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.hover\:text-green-900\/0:hover{color:rgba(20,83,45,0)}.hover\:text-green-900\/10:hover{color:rgba(20,83,45,.1)}.hover\:text-green-900\/100:hover{color:#14532d}.hover\:text-green-900\/15:hover{color:rgba(20,83,45,.15)}.hover\:text-green-900\/20:hover{color:rgba(20,83,45,.2)}.hover\:text-green-900\/25:hover{color:rgba(20,83,45,.25)}.hover\:text-green-900\/30:hover{color:rgba(20,83,45,.3)}.hover\:text-green-900\/35:hover{color:rgba(20,83,45,.35)}.hover\:text-green-900\/40:hover{color:rgba(20,83,45,.4)}.hover\:text-green-900\/45:hover{color:rgba(20,83,45,.45)}.hover\:text-green-900\/5:hover{color:rgba(20,83,45,.05)}.hover\:text-green-900\/50:hover{color:rgba(20,83,45,.5)}.hover\:text-green-900\/55:hover{color:rgba(20,83,45,.55)}.hover\:text-green-900\/60:hover{color:rgba(20,83,45,.6)}.hover\:text-green-900\/65:hover{color:rgba(20,83,45,.65)}.hover\:text-green-900\/70:hover{color:rgba(20,83,45,.7)}.hover\:text-green-900\/75:hover{color:rgba(20,83,45,.75)}.hover\:text-green-900\/80:hover{color:rgba(20,83,45,.8)}.hover\:text-green-900\/85:hover{color:rgba(20,83,45,.85)}.hover\:text-green-900\/90:hover{color:rgba(20,83,45,.9)}.hover\:text-green-900\/95:hover{color:rgba(20,83,45,.95)}.hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.hover\:text-indigo-100\/0:hover{color:rgba(224,231,255,0)}.hover\:text-indigo-100\/10:hover{color:rgba(224,231,255,.1)}.hover\:text-indigo-100\/100:hover{color:#e0e7ff}.hover\:text-indigo-100\/15:hover{color:rgba(224,231,255,.15)}.hover\:text-indigo-100\/20:hover{color:rgba(224,231,255,.2)}.hover\:text-indigo-100\/25:hover{color:rgba(224,231,255,.25)}.hover\:text-indigo-100\/30:hover{color:rgba(224,231,255,.3)}.hover\:text-indigo-100\/35:hover{color:rgba(224,231,255,.35)}.hover\:text-indigo-100\/40:hover{color:rgba(224,231,255,.4)}.hover\:text-indigo-100\/45:hover{color:rgba(224,231,255,.45)}.hover\:text-indigo-100\/5:hover{color:rgba(224,231,255,.05)}.hover\:text-indigo-100\/50:hover{color:rgba(224,231,255,.5)}.hover\:text-indigo-100\/55:hover{color:rgba(224,231,255,.55)}.hover\:text-indigo-100\/60:hover{color:rgba(224,231,255,.6)}.hover\:text-indigo-100\/65:hover{color:rgba(224,231,255,.65)}.hover\:text-indigo-100\/70:hover{color:rgba(224,231,255,.7)}.hover\:text-indigo-100\/75:hover{color:rgba(224,231,255,.75)}.hover\:text-indigo-100\/80:hover{color:rgba(224,231,255,.8)}.hover\:text-indigo-100\/85:hover{color:rgba(224,231,255,.85)}.hover\:text-indigo-100\/90:hover{color:rgba(224,231,255,.9)}.hover\:text-indigo-100\/95:hover{color:rgba(224,231,255,.95)}.hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.hover\:text-indigo-200\/0:hover{color:rgba(199,210,254,0)}.hover\:text-indigo-200\/10:hover{color:rgba(199,210,254,.1)}.hover\:text-indigo-200\/100:hover{color:#c7d2fe}.hover\:text-indigo-200\/15:hover{color:rgba(199,210,254,.15)}.hover\:text-indigo-200\/20:hover{color:rgba(199,210,254,.2)}.hover\:text-indigo-200\/25:hover{color:rgba(199,210,254,.25)}.hover\:text-indigo-200\/30:hover{color:rgba(199,210,254,.3)}.hover\:text-indigo-200\/35:hover{color:rgba(199,210,254,.35)}.hover\:text-indigo-200\/40:hover{color:rgba(199,210,254,.4)}.hover\:text-indigo-200\/45:hover{color:rgba(199,210,254,.45)}.hover\:text-indigo-200\/5:hover{color:rgba(199,210,254,.05)}.hover\:text-indigo-200\/50:hover{color:rgba(199,210,254,.5)}.hover\:text-indigo-200\/55:hover{color:rgba(199,210,254,.55)}.hover\:text-indigo-200\/60:hover{color:rgba(199,210,254,.6)}.hover\:text-indigo-200\/65:hover{color:rgba(199,210,254,.65)}.hover\:text-indigo-200\/70:hover{color:rgba(199,210,254,.7)}.hover\:text-indigo-200\/75:hover{color:rgba(199,210,254,.75)}.hover\:text-indigo-200\/80:hover{color:rgba(199,210,254,.8)}.hover\:text-indigo-200\/85:hover{color:rgba(199,210,254,.85)}.hover\:text-indigo-200\/90:hover{color:rgba(199,210,254,.9)}.hover\:text-indigo-200\/95:hover{color:rgba(199,210,254,.95)}.hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.hover\:text-indigo-300\/0:hover{color:rgba(165,180,252,0)}.hover\:text-indigo-300\/10:hover{color:rgba(165,180,252,.1)}.hover\:text-indigo-300\/100:hover{color:#a5b4fc}.hover\:text-indigo-300\/15:hover{color:rgba(165,180,252,.15)}.hover\:text-indigo-300\/20:hover{color:rgba(165,180,252,.2)}.hover\:text-indigo-300\/25:hover{color:rgba(165,180,252,.25)}.hover\:text-indigo-300\/30:hover{color:rgba(165,180,252,.3)}.hover\:text-indigo-300\/35:hover{color:rgba(165,180,252,.35)}.hover\:text-indigo-300\/40:hover{color:rgba(165,180,252,.4)}.hover\:text-indigo-300\/45:hover{color:rgba(165,180,252,.45)}.hover\:text-indigo-300\/5:hover{color:rgba(165,180,252,.05)}.hover\:text-indigo-300\/50:hover{color:rgba(165,180,252,.5)}.hover\:text-indigo-300\/55:hover{color:rgba(165,180,252,.55)}.hover\:text-indigo-300\/60:hover{color:rgba(165,180,252,.6)}.hover\:text-indigo-300\/65:hover{color:rgba(165,180,252,.65)}.hover\:text-indigo-300\/70:hover{color:rgba(165,180,252,.7)}.hover\:text-indigo-300\/75:hover{color:rgba(165,180,252,.75)}.hover\:text-indigo-300\/80:hover{color:rgba(165,180,252,.8)}.hover\:text-indigo-300\/85:hover{color:rgba(165,180,252,.85)}.hover\:text-indigo-300\/90:hover{color:rgba(165,180,252,.9)}.hover\:text-indigo-300\/95:hover{color:rgba(165,180,252,.95)}.hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.hover\:text-indigo-400\/0:hover{color:rgba(129,140,248,0)}.hover\:text-indigo-400\/10:hover{color:rgba(129,140,248,.1)}.hover\:text-indigo-400\/100:hover{color:#818cf8}.hover\:text-indigo-400\/15:hover{color:rgba(129,140,248,.15)}.hover\:text-indigo-400\/20:hover{color:rgba(129,140,248,.2)}.hover\:text-indigo-400\/25:hover{color:rgba(129,140,248,.25)}.hover\:text-indigo-400\/30:hover{color:rgba(129,140,248,.3)}.hover\:text-indigo-400\/35:hover{color:rgba(129,140,248,.35)}.hover\:text-indigo-400\/40:hover{color:rgba(129,140,248,.4)}.hover\:text-indigo-400\/45:hover{color:rgba(129,140,248,.45)}.hover\:text-indigo-400\/5:hover{color:rgba(129,140,248,.05)}.hover\:text-indigo-400\/50:hover{color:rgba(129,140,248,.5)}.hover\:text-indigo-400\/55:hover{color:rgba(129,140,248,.55)}.hover\:text-indigo-400\/60:hover{color:rgba(129,140,248,.6)}.hover\:text-indigo-400\/65:hover{color:rgba(129,140,248,.65)}.hover\:text-indigo-400\/70:hover{color:rgba(129,140,248,.7)}.hover\:text-indigo-400\/75:hover{color:rgba(129,140,248,.75)}.hover\:text-indigo-400\/80:hover{color:rgba(129,140,248,.8)}.hover\:text-indigo-400\/85:hover{color:rgba(129,140,248,.85)}.hover\:text-indigo-400\/90:hover{color:rgba(129,140,248,.9)}.hover\:text-indigo-400\/95:hover{color:rgba(129,140,248,.95)}.hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity))}.hover\:text-indigo-50\/0:hover{color:rgba(238,242,255,0)}.hover\:text-indigo-50\/10:hover{color:rgba(238,242,255,.1)}.hover\:text-indigo-50\/100:hover{color:#eef2ff}.hover\:text-indigo-50\/15:hover{color:rgba(238,242,255,.15)}.hover\:text-indigo-50\/20:hover{color:rgba(238,242,255,.2)}.hover\:text-indigo-50\/25:hover{color:rgba(238,242,255,.25)}.hover\:text-indigo-50\/30:hover{color:rgba(238,242,255,.3)}.hover\:text-indigo-50\/35:hover{color:rgba(238,242,255,.35)}.hover\:text-indigo-50\/40:hover{color:rgba(238,242,255,.4)}.hover\:text-indigo-50\/45:hover{color:rgba(238,242,255,.45)}.hover\:text-indigo-50\/5:hover{color:rgba(238,242,255,.05)}.hover\:text-indigo-50\/50:hover{color:rgba(238,242,255,.5)}.hover\:text-indigo-50\/55:hover{color:rgba(238,242,255,.55)}.hover\:text-indigo-50\/60:hover{color:rgba(238,242,255,.6)}.hover\:text-indigo-50\/65:hover{color:rgba(238,242,255,.65)}.hover\:text-indigo-50\/70:hover{color:rgba(238,242,255,.7)}.hover\:text-indigo-50\/75:hover{color:rgba(238,242,255,.75)}.hover\:text-indigo-50\/80:hover{color:rgba(238,242,255,.8)}.hover\:text-indigo-50\/85:hover{color:rgba(238,242,255,.85)}.hover\:text-indigo-50\/90:hover{color:rgba(238,242,255,.9)}.hover\:text-indigo-50\/95:hover{color:rgba(238,242,255,.95)}.hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.hover\:text-indigo-500\/0:hover{color:rgba(99,102,241,0)}.hover\:text-indigo-500\/10:hover{color:rgba(99,102,241,.1)}.hover\:text-indigo-500\/100:hover{color:#6366f1}.hover\:text-indigo-500\/15:hover{color:rgba(99,102,241,.15)}.hover\:text-indigo-500\/20:hover{color:rgba(99,102,241,.2)}.hover\:text-indigo-500\/25:hover{color:rgba(99,102,241,.25)}.hover\:text-indigo-500\/30:hover{color:rgba(99,102,241,.3)}.hover\:text-indigo-500\/35:hover{color:rgba(99,102,241,.35)}.hover\:text-indigo-500\/40:hover{color:rgba(99,102,241,.4)}.hover\:text-indigo-500\/45:hover{color:rgba(99,102,241,.45)}.hover\:text-indigo-500\/5:hover{color:rgba(99,102,241,.05)}.hover\:text-indigo-500\/50:hover{color:rgba(99,102,241,.5)}.hover\:text-indigo-500\/55:hover{color:rgba(99,102,241,.55)}.hover\:text-indigo-500\/60:hover{color:rgba(99,102,241,.6)}.hover\:text-indigo-500\/65:hover{color:rgba(99,102,241,.65)}.hover\:text-indigo-500\/70:hover{color:rgba(99,102,241,.7)}.hover\:text-indigo-500\/75:hover{color:rgba(99,102,241,.75)}.hover\:text-indigo-500\/80:hover{color:rgba(99,102,241,.8)}.hover\:text-indigo-500\/85:hover{color:rgba(99,102,241,.85)}.hover\:text-indigo-500\/90:hover{color:rgba(99,102,241,.9)}.hover\:text-indigo-500\/95:hover{color:rgba(99,102,241,.95)}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.hover\:text-indigo-600\/0:hover{color:rgba(79,70,229,0)}.hover\:text-indigo-600\/10:hover{color:rgba(79,70,229,.1)}.hover\:text-indigo-600\/100:hover{color:#4f46e5}.hover\:text-indigo-600\/15:hover{color:rgba(79,70,229,.15)}.hover\:text-indigo-600\/20:hover{color:rgba(79,70,229,.2)}.hover\:text-indigo-600\/25:hover{color:rgba(79,70,229,.25)}.hover\:text-indigo-600\/30:hover{color:rgba(79,70,229,.3)}.hover\:text-indigo-600\/35:hover{color:rgba(79,70,229,.35)}.hover\:text-indigo-600\/40:hover{color:rgba(79,70,229,.4)}.hover\:text-indigo-600\/45:hover{color:rgba(79,70,229,.45)}.hover\:text-indigo-600\/5:hover{color:rgba(79,70,229,.05)}.hover\:text-indigo-600\/50:hover{color:rgba(79,70,229,.5)}.hover\:text-indigo-600\/55:hover{color:rgba(79,70,229,.55)}.hover\:text-indigo-600\/60:hover{color:rgba(79,70,229,.6)}.hover\:text-indigo-600\/65:hover{color:rgba(79,70,229,.65)}.hover\:text-indigo-600\/70:hover{color:rgba(79,70,229,.7)}.hover\:text-indigo-600\/75:hover{color:rgba(79,70,229,.75)}.hover\:text-indigo-600\/80:hover{color:rgba(79,70,229,.8)}.hover\:text-indigo-600\/85:hover{color:rgba(79,70,229,.85)}.hover\:text-indigo-600\/90:hover{color:rgba(79,70,229,.9)}.hover\:text-indigo-600\/95:hover{color:rgba(79,70,229,.95)}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.hover\:text-indigo-700\/0:hover{color:rgba(67,56,202,0)}.hover\:text-indigo-700\/10:hover{color:rgba(67,56,202,.1)}.hover\:text-indigo-700\/100:hover{color:#4338ca}.hover\:text-indigo-700\/15:hover{color:rgba(67,56,202,.15)}.hover\:text-indigo-700\/20:hover{color:rgba(67,56,202,.2)}.hover\:text-indigo-700\/25:hover{color:rgba(67,56,202,.25)}.hover\:text-indigo-700\/30:hover{color:rgba(67,56,202,.3)}.hover\:text-indigo-700\/35:hover{color:rgba(67,56,202,.35)}.hover\:text-indigo-700\/40:hover{color:rgba(67,56,202,.4)}.hover\:text-indigo-700\/45:hover{color:rgba(67,56,202,.45)}.hover\:text-indigo-700\/5:hover{color:rgba(67,56,202,.05)}.hover\:text-indigo-700\/50:hover{color:rgba(67,56,202,.5)}.hover\:text-indigo-700\/55:hover{color:rgba(67,56,202,.55)}.hover\:text-indigo-700\/60:hover{color:rgba(67,56,202,.6)}.hover\:text-indigo-700\/65:hover{color:rgba(67,56,202,.65)}.hover\:text-indigo-700\/70:hover{color:rgba(67,56,202,.7)}.hover\:text-indigo-700\/75:hover{color:rgba(67,56,202,.75)}.hover\:text-indigo-700\/80:hover{color:rgba(67,56,202,.8)}.hover\:text-indigo-700\/85:hover{color:rgba(67,56,202,.85)}.hover\:text-indigo-700\/90:hover{color:rgba(67,56,202,.9)}.hover\:text-indigo-700\/95:hover{color:rgba(67,56,202,.95)}.hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.hover\:text-indigo-800\/0:hover{color:rgba(55,48,163,0)}.hover\:text-indigo-800\/10:hover{color:rgba(55,48,163,.1)}.hover\:text-indigo-800\/100:hover{color:#3730a3}.hover\:text-indigo-800\/15:hover{color:rgba(55,48,163,.15)}.hover\:text-indigo-800\/20:hover{color:rgba(55,48,163,.2)}.hover\:text-indigo-800\/25:hover{color:rgba(55,48,163,.25)}.hover\:text-indigo-800\/30:hover{color:rgba(55,48,163,.3)}.hover\:text-indigo-800\/35:hover{color:rgba(55,48,163,.35)}.hover\:text-indigo-800\/40:hover{color:rgba(55,48,163,.4)}.hover\:text-indigo-800\/45:hover{color:rgba(55,48,163,.45)}.hover\:text-indigo-800\/5:hover{color:rgba(55,48,163,.05)}.hover\:text-indigo-800\/50:hover{color:rgba(55,48,163,.5)}.hover\:text-indigo-800\/55:hover{color:rgba(55,48,163,.55)}.hover\:text-indigo-800\/60:hover{color:rgba(55,48,163,.6)}.hover\:text-indigo-800\/65:hover{color:rgba(55,48,163,.65)}.hover\:text-indigo-800\/70:hover{color:rgba(55,48,163,.7)}.hover\:text-indigo-800\/75:hover{color:rgba(55,48,163,.75)}.hover\:text-indigo-800\/80:hover{color:rgba(55,48,163,.8)}.hover\:text-indigo-800\/85:hover{color:rgba(55,48,163,.85)}.hover\:text-indigo-800\/90:hover{color:rgba(55,48,163,.9)}.hover\:text-indigo-800\/95:hover{color:rgba(55,48,163,.95)}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.hover\:text-indigo-900\/0:hover{color:rgba(49,46,129,0)}.hover\:text-indigo-900\/10:hover{color:rgba(49,46,129,.1)}.hover\:text-indigo-900\/100:hover{color:#312e81}.hover\:text-indigo-900\/15:hover{color:rgba(49,46,129,.15)}.hover\:text-indigo-900\/20:hover{color:rgba(49,46,129,.2)}.hover\:text-indigo-900\/25:hover{color:rgba(49,46,129,.25)}.hover\:text-indigo-900\/30:hover{color:rgba(49,46,129,.3)}.hover\:text-indigo-900\/35:hover{color:rgba(49,46,129,.35)}.hover\:text-indigo-900\/40:hover{color:rgba(49,46,129,.4)}.hover\:text-indigo-900\/45:hover{color:rgba(49,46,129,.45)}.hover\:text-indigo-900\/5:hover{color:rgba(49,46,129,.05)}.hover\:text-indigo-900\/50:hover{color:rgba(49,46,129,.5)}.hover\:text-indigo-900\/55:hover{color:rgba(49,46,129,.55)}.hover\:text-indigo-900\/60:hover{color:rgba(49,46,129,.6)}.hover\:text-indigo-900\/65:hover{color:rgba(49,46,129,.65)}.hover\:text-indigo-900\/70:hover{color:rgba(49,46,129,.7)}.hover\:text-indigo-900\/75:hover{color:rgba(49,46,129,.75)}.hover\:text-indigo-900\/80:hover{color:rgba(49,46,129,.8)}.hover\:text-indigo-900\/85:hover{color:rgba(49,46,129,.85)}.hover\:text-indigo-900\/90:hover{color:rgba(49,46,129,.9)}.hover\:text-indigo-900\/95:hover{color:rgba(49,46,129,.95)}.hover\:text-red-100:hover{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.hover\:text-red-100\/0:hover{color:hsla(0,93%,94%,0)}.hover\:text-red-100\/10:hover{color:hsla(0,93%,94%,.1)}.hover\:text-red-100\/100:hover{color:#fee2e2}.hover\:text-red-100\/15:hover{color:hsla(0,93%,94%,.15)}.hover\:text-red-100\/20:hover{color:hsla(0,93%,94%,.2)}.hover\:text-red-100\/25:hover{color:hsla(0,93%,94%,.25)}.hover\:text-red-100\/30:hover{color:hsla(0,93%,94%,.3)}.hover\:text-red-100\/35:hover{color:hsla(0,93%,94%,.35)}.hover\:text-red-100\/40:hover{color:hsla(0,93%,94%,.4)}.hover\:text-red-100\/45:hover{color:hsla(0,93%,94%,.45)}.hover\:text-red-100\/5:hover{color:hsla(0,93%,94%,.05)}.hover\:text-red-100\/50:hover{color:hsla(0,93%,94%,.5)}.hover\:text-red-100\/55:hover{color:hsla(0,93%,94%,.55)}.hover\:text-red-100\/60:hover{color:hsla(0,93%,94%,.6)}.hover\:text-red-100\/65:hover{color:hsla(0,93%,94%,.65)}.hover\:text-red-100\/70:hover{color:hsla(0,93%,94%,.7)}.hover\:text-red-100\/75:hover{color:hsla(0,93%,94%,.75)}.hover\:text-red-100\/80:hover{color:hsla(0,93%,94%,.8)}.hover\:text-red-100\/85:hover{color:hsla(0,93%,94%,.85)}.hover\:text-red-100\/90:hover{color:hsla(0,93%,94%,.9)}.hover\:text-red-100\/95:hover{color:hsla(0,93%,94%,.95)}.hover\:text-red-200:hover{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.hover\:text-red-200\/0:hover{color:hsla(0,96%,89%,0)}.hover\:text-red-200\/10:hover{color:hsla(0,96%,89%,.1)}.hover\:text-red-200\/100:hover{color:#fecaca}.hover\:text-red-200\/15:hover{color:hsla(0,96%,89%,.15)}.hover\:text-red-200\/20:hover{color:hsla(0,96%,89%,.2)}.hover\:text-red-200\/25:hover{color:hsla(0,96%,89%,.25)}.hover\:text-red-200\/30:hover{color:hsla(0,96%,89%,.3)}.hover\:text-red-200\/35:hover{color:hsla(0,96%,89%,.35)}.hover\:text-red-200\/40:hover{color:hsla(0,96%,89%,.4)}.hover\:text-red-200\/45:hover{color:hsla(0,96%,89%,.45)}.hover\:text-red-200\/5:hover{color:hsla(0,96%,89%,.05)}.hover\:text-red-200\/50:hover{color:hsla(0,96%,89%,.5)}.hover\:text-red-200\/55:hover{color:hsla(0,96%,89%,.55)}.hover\:text-red-200\/60:hover{color:hsla(0,96%,89%,.6)}.hover\:text-red-200\/65:hover{color:hsla(0,96%,89%,.65)}.hover\:text-red-200\/70:hover{color:hsla(0,96%,89%,.7)}.hover\:text-red-200\/75:hover{color:hsla(0,96%,89%,.75)}.hover\:text-red-200\/80:hover{color:hsla(0,96%,89%,.8)}.hover\:text-red-200\/85:hover{color:hsla(0,96%,89%,.85)}.hover\:text-red-200\/90:hover{color:hsla(0,96%,89%,.9)}.hover\:text-red-200\/95:hover{color:hsla(0,96%,89%,.95)}.hover\:text-red-300:hover{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.hover\:text-red-300\/0:hover{color:hsla(0,94%,82%,0)}.hover\:text-red-300\/10:hover{color:hsla(0,94%,82%,.1)}.hover\:text-red-300\/100:hover{color:#fca5a5}.hover\:text-red-300\/15:hover{color:hsla(0,94%,82%,.15)}.hover\:text-red-300\/20:hover{color:hsla(0,94%,82%,.2)}.hover\:text-red-300\/25:hover{color:hsla(0,94%,82%,.25)}.hover\:text-red-300\/30:hover{color:hsla(0,94%,82%,.3)}.hover\:text-red-300\/35:hover{color:hsla(0,94%,82%,.35)}.hover\:text-red-300\/40:hover{color:hsla(0,94%,82%,.4)}.hover\:text-red-300\/45:hover{color:hsla(0,94%,82%,.45)}.hover\:text-red-300\/5:hover{color:hsla(0,94%,82%,.05)}.hover\:text-red-300\/50:hover{color:hsla(0,94%,82%,.5)}.hover\:text-red-300\/55:hover{color:hsla(0,94%,82%,.55)}.hover\:text-red-300\/60:hover{color:hsla(0,94%,82%,.6)}.hover\:text-red-300\/65:hover{color:hsla(0,94%,82%,.65)}.hover\:text-red-300\/70:hover{color:hsla(0,94%,82%,.7)}.hover\:text-red-300\/75:hover{color:hsla(0,94%,82%,.75)}.hover\:text-red-300\/80:hover{color:hsla(0,94%,82%,.8)}.hover\:text-red-300\/85:hover{color:hsla(0,94%,82%,.85)}.hover\:text-red-300\/90:hover{color:hsla(0,94%,82%,.9)}.hover\:text-red-300\/95:hover{color:hsla(0,94%,82%,.95)}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.hover\:text-red-400\/0:hover{color:hsla(0,91%,71%,0)}.hover\:text-red-400\/10:hover{color:hsla(0,91%,71%,.1)}.hover\:text-red-400\/100:hover{color:#f87171}.hover\:text-red-400\/15:hover{color:hsla(0,91%,71%,.15)}.hover\:text-red-400\/20:hover{color:hsla(0,91%,71%,.2)}.hover\:text-red-400\/25:hover{color:hsla(0,91%,71%,.25)}.hover\:text-red-400\/30:hover{color:hsla(0,91%,71%,.3)}.hover\:text-red-400\/35:hover{color:hsla(0,91%,71%,.35)}.hover\:text-red-400\/40:hover{color:hsla(0,91%,71%,.4)}.hover\:text-red-400\/45:hover{color:hsla(0,91%,71%,.45)}.hover\:text-red-400\/5:hover{color:hsla(0,91%,71%,.05)}.hover\:text-red-400\/50:hover{color:hsla(0,91%,71%,.5)}.hover\:text-red-400\/55:hover{color:hsla(0,91%,71%,.55)}.hover\:text-red-400\/60:hover{color:hsla(0,91%,71%,.6)}.hover\:text-red-400\/65:hover{color:hsla(0,91%,71%,.65)}.hover\:text-red-400\/70:hover{color:hsla(0,91%,71%,.7)}.hover\:text-red-400\/75:hover{color:hsla(0,91%,71%,.75)}.hover\:text-red-400\/80:hover{color:hsla(0,91%,71%,.8)}.hover\:text-red-400\/85:hover{color:hsla(0,91%,71%,.85)}.hover\:text-red-400\/90:hover{color:hsla(0,91%,71%,.9)}.hover\:text-red-400\/95:hover{color:hsla(0,91%,71%,.95)}.hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.hover\:text-red-50\/0:hover{color:hsla(0,86%,97%,0)}.hover\:text-red-50\/10:hover{color:hsla(0,86%,97%,.1)}.hover\:text-red-50\/100:hover{color:#fef2f2}.hover\:text-red-50\/15:hover{color:hsla(0,86%,97%,.15)}.hover\:text-red-50\/20:hover{color:hsla(0,86%,97%,.2)}.hover\:text-red-50\/25:hover{color:hsla(0,86%,97%,.25)}.hover\:text-red-50\/30:hover{color:hsla(0,86%,97%,.3)}.hover\:text-red-50\/35:hover{color:hsla(0,86%,97%,.35)}.hover\:text-red-50\/40:hover{color:hsla(0,86%,97%,.4)}.hover\:text-red-50\/45:hover{color:hsla(0,86%,97%,.45)}.hover\:text-red-50\/5:hover{color:hsla(0,86%,97%,.05)}.hover\:text-red-50\/50:hover{color:hsla(0,86%,97%,.5)}.hover\:text-red-50\/55:hover{color:hsla(0,86%,97%,.55)}.hover\:text-red-50\/60:hover{color:hsla(0,86%,97%,.6)}.hover\:text-red-50\/65:hover{color:hsla(0,86%,97%,.65)}.hover\:text-red-50\/70:hover{color:hsla(0,86%,97%,.7)}.hover\:text-red-50\/75:hover{color:hsla(0,86%,97%,.75)}.hover\:text-red-50\/80:hover{color:hsla(0,86%,97%,.8)}.hover\:text-red-50\/85:hover{color:hsla(0,86%,97%,.85)}.hover\:text-red-50\/90:hover{color:hsla(0,86%,97%,.9)}.hover\:text-red-50\/95:hover{color:hsla(0,86%,97%,.95)}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.hover\:text-red-500\/0:hover{color:rgba(239,68,68,0)}.hover\:text-red-500\/10:hover{color:rgba(239,68,68,.1)}.hover\:text-red-500\/100:hover{color:#ef4444}.hover\:text-red-500\/15:hover{color:rgba(239,68,68,.15)}.hover\:text-red-500\/20:hover{color:rgba(239,68,68,.2)}.hover\:text-red-500\/25:hover{color:rgba(239,68,68,.25)}.hover\:text-red-500\/30:hover{color:rgba(239,68,68,.3)}.hover\:text-red-500\/35:hover{color:rgba(239,68,68,.35)}.hover\:text-red-500\/40:hover{color:rgba(239,68,68,.4)}.hover\:text-red-500\/45:hover{color:rgba(239,68,68,.45)}.hover\:text-red-500\/5:hover{color:rgba(239,68,68,.05)}.hover\:text-red-500\/50:hover{color:rgba(239,68,68,.5)}.hover\:text-red-500\/55:hover{color:rgba(239,68,68,.55)}.hover\:text-red-500\/60:hover{color:rgba(239,68,68,.6)}.hover\:text-red-500\/65:hover{color:rgba(239,68,68,.65)}.hover\:text-red-500\/70:hover{color:rgba(239,68,68,.7)}.hover\:text-red-500\/75:hover{color:rgba(239,68,68,.75)}.hover\:text-red-500\/80:hover{color:rgba(239,68,68,.8)}.hover\:text-red-500\/85:hover{color:rgba(239,68,68,.85)}.hover\:text-red-500\/90:hover{color:rgba(239,68,68,.9)}.hover\:text-red-500\/95:hover{color:rgba(239,68,68,.95)}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.hover\:text-red-600\/0:hover{color:rgba(220,38,38,0)}.hover\:text-red-600\/10:hover{color:rgba(220,38,38,.1)}.hover\:text-red-600\/100:hover{color:#dc2626}.hover\:text-red-600\/15:hover{color:rgba(220,38,38,.15)}.hover\:text-red-600\/20:hover{color:rgba(220,38,38,.2)}.hover\:text-red-600\/25:hover{color:rgba(220,38,38,.25)}.hover\:text-red-600\/30:hover{color:rgba(220,38,38,.3)}.hover\:text-red-600\/35:hover{color:rgba(220,38,38,.35)}.hover\:text-red-600\/40:hover{color:rgba(220,38,38,.4)}.hover\:text-red-600\/45:hover{color:rgba(220,38,38,.45)}.hover\:text-red-600\/5:hover{color:rgba(220,38,38,.05)}.hover\:text-red-600\/50:hover{color:rgba(220,38,38,.5)}.hover\:text-red-600\/55:hover{color:rgba(220,38,38,.55)}.hover\:text-red-600\/60:hover{color:rgba(220,38,38,.6)}.hover\:text-red-600\/65:hover{color:rgba(220,38,38,.65)}.hover\:text-red-600\/70:hover{color:rgba(220,38,38,.7)}.hover\:text-red-600\/75:hover{color:rgba(220,38,38,.75)}.hover\:text-red-600\/80:hover{color:rgba(220,38,38,.8)}.hover\:text-red-600\/85:hover{color:rgba(220,38,38,.85)}.hover\:text-red-600\/90:hover{color:rgba(220,38,38,.9)}.hover\:text-red-600\/95:hover{color:rgba(220,38,38,.95)}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.hover\:text-red-700\/0:hover{color:rgba(185,28,28,0)}.hover\:text-red-700\/10:hover{color:rgba(185,28,28,.1)}.hover\:text-red-700\/100:hover{color:#b91c1c}.hover\:text-red-700\/15:hover{color:rgba(185,28,28,.15)}.hover\:text-red-700\/20:hover{color:rgba(185,28,28,.2)}.hover\:text-red-700\/25:hover{color:rgba(185,28,28,.25)}.hover\:text-red-700\/30:hover{color:rgba(185,28,28,.3)}.hover\:text-red-700\/35:hover{color:rgba(185,28,28,.35)}.hover\:text-red-700\/40:hover{color:rgba(185,28,28,.4)}.hover\:text-red-700\/45:hover{color:rgba(185,28,28,.45)}.hover\:text-red-700\/5:hover{color:rgba(185,28,28,.05)}.hover\:text-red-700\/50:hover{color:rgba(185,28,28,.5)}.hover\:text-red-700\/55:hover{color:rgba(185,28,28,.55)}.hover\:text-red-700\/60:hover{color:rgba(185,28,28,.6)}.hover\:text-red-700\/65:hover{color:rgba(185,28,28,.65)}.hover\:text-red-700\/70:hover{color:rgba(185,28,28,.7)}.hover\:text-red-700\/75:hover{color:rgba(185,28,28,.75)}.hover\:text-red-700\/80:hover{color:rgba(185,28,28,.8)}.hover\:text-red-700\/85:hover{color:rgba(185,28,28,.85)}.hover\:text-red-700\/90:hover{color:rgba(185,28,28,.9)}.hover\:text-red-700\/95:hover{color:rgba(185,28,28,.95)}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.hover\:text-red-800\/0:hover{color:rgba(153,27,27,0)}.hover\:text-red-800\/10:hover{color:rgba(153,27,27,.1)}.hover\:text-red-800\/100:hover{color:#991b1b}.hover\:text-red-800\/15:hover{color:rgba(153,27,27,.15)}.hover\:text-red-800\/20:hover{color:rgba(153,27,27,.2)}.hover\:text-red-800\/25:hover{color:rgba(153,27,27,.25)}.hover\:text-red-800\/30:hover{color:rgba(153,27,27,.3)}.hover\:text-red-800\/35:hover{color:rgba(153,27,27,.35)}.hover\:text-red-800\/40:hover{color:rgba(153,27,27,.4)}.hover\:text-red-800\/45:hover{color:rgba(153,27,27,.45)}.hover\:text-red-800\/5:hover{color:rgba(153,27,27,.05)}.hover\:text-red-800\/50:hover{color:rgba(153,27,27,.5)}.hover\:text-red-800\/55:hover{color:rgba(153,27,27,.55)}.hover\:text-red-800\/60:hover{color:rgba(153,27,27,.6)}.hover\:text-red-800\/65:hover{color:rgba(153,27,27,.65)}.hover\:text-red-800\/70:hover{color:rgba(153,27,27,.7)}.hover\:text-red-800\/75:hover{color:rgba(153,27,27,.75)}.hover\:text-red-800\/80:hover{color:rgba(153,27,27,.8)}.hover\:text-red-800\/85:hover{color:rgba(153,27,27,.85)}.hover\:text-red-800\/90:hover{color:rgba(153,27,27,.9)}.hover\:text-red-800\/95:hover{color:rgba(153,27,27,.95)}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.hover\:text-red-900\/0:hover{color:rgba(127,29,29,0)}.hover\:text-red-900\/10:hover{color:rgba(127,29,29,.1)}.hover\:text-red-900\/100:hover{color:#7f1d1d}.hover\:text-red-900\/15:hover{color:rgba(127,29,29,.15)}.hover\:text-red-900\/20:hover{color:rgba(127,29,29,.2)}.hover\:text-red-900\/25:hover{color:rgba(127,29,29,.25)}.hover\:text-red-900\/30:hover{color:rgba(127,29,29,.3)}.hover\:text-red-900\/35:hover{color:rgba(127,29,29,.35)}.hover\:text-red-900\/40:hover{color:rgba(127,29,29,.4)}.hover\:text-red-900\/45:hover{color:rgba(127,29,29,.45)}.hover\:text-red-900\/5:hover{color:rgba(127,29,29,.05)}.hover\:text-red-900\/50:hover{color:rgba(127,29,29,.5)}.hover\:text-red-900\/55:hover{color:rgba(127,29,29,.55)}.hover\:text-red-900\/60:hover{color:rgba(127,29,29,.6)}.hover\:text-red-900\/65:hover{color:rgba(127,29,29,.65)}.hover\:text-red-900\/70:hover{color:rgba(127,29,29,.7)}.hover\:text-red-900\/75:hover{color:rgba(127,29,29,.75)}.hover\:text-red-900\/80:hover{color:rgba(127,29,29,.8)}.hover\:text-red-900\/85:hover{color:rgba(127,29,29,.85)}.hover\:text-red-900\/90:hover{color:rgba(127,29,29,.9)}.hover\:text-red-900\/95:hover{color:rgba(127,29,29,.95)}.hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.hover\:text-yellow-100\/0:hover{color:hsla(55,97%,88%,0)}.hover\:text-yellow-100\/10:hover{color:hsla(55,97%,88%,.1)}.hover\:text-yellow-100\/100:hover{color:#fef9c3}.hover\:text-yellow-100\/15:hover{color:hsla(55,97%,88%,.15)}.hover\:text-yellow-100\/20:hover{color:hsla(55,97%,88%,.2)}.hover\:text-yellow-100\/25:hover{color:hsla(55,97%,88%,.25)}.hover\:text-yellow-100\/30:hover{color:hsla(55,97%,88%,.3)}.hover\:text-yellow-100\/35:hover{color:hsla(55,97%,88%,.35)}.hover\:text-yellow-100\/40:hover{color:hsla(55,97%,88%,.4)}.hover\:text-yellow-100\/45:hover{color:hsla(55,97%,88%,.45)}.hover\:text-yellow-100\/5:hover{color:hsla(55,97%,88%,.05)}.hover\:text-yellow-100\/50:hover{color:hsla(55,97%,88%,.5)}.hover\:text-yellow-100\/55:hover{color:hsla(55,97%,88%,.55)}.hover\:text-yellow-100\/60:hover{color:hsla(55,97%,88%,.6)}.hover\:text-yellow-100\/65:hover{color:hsla(55,97%,88%,.65)}.hover\:text-yellow-100\/70:hover{color:hsla(55,97%,88%,.7)}.hover\:text-yellow-100\/75:hover{color:hsla(55,97%,88%,.75)}.hover\:text-yellow-100\/80:hover{color:hsla(55,97%,88%,.8)}.hover\:text-yellow-100\/85:hover{color:hsla(55,97%,88%,.85)}.hover\:text-yellow-100\/90:hover{color:hsla(55,97%,88%,.9)}.hover\:text-yellow-100\/95:hover{color:hsla(55,97%,88%,.95)}.hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.hover\:text-yellow-200\/0:hover{color:hsla(53,98%,77%,0)}.hover\:text-yellow-200\/10:hover{color:hsla(53,98%,77%,.1)}.hover\:text-yellow-200\/100:hover{color:#fef08a}.hover\:text-yellow-200\/15:hover{color:hsla(53,98%,77%,.15)}.hover\:text-yellow-200\/20:hover{color:hsla(53,98%,77%,.2)}.hover\:text-yellow-200\/25:hover{color:hsla(53,98%,77%,.25)}.hover\:text-yellow-200\/30:hover{color:hsla(53,98%,77%,.3)}.hover\:text-yellow-200\/35:hover{color:hsla(53,98%,77%,.35)}.hover\:text-yellow-200\/40:hover{color:hsla(53,98%,77%,.4)}.hover\:text-yellow-200\/45:hover{color:hsla(53,98%,77%,.45)}.hover\:text-yellow-200\/5:hover{color:hsla(53,98%,77%,.05)}.hover\:text-yellow-200\/50:hover{color:hsla(53,98%,77%,.5)}.hover\:text-yellow-200\/55:hover{color:hsla(53,98%,77%,.55)}.hover\:text-yellow-200\/60:hover{color:hsla(53,98%,77%,.6)}.hover\:text-yellow-200\/65:hover{color:hsla(53,98%,77%,.65)}.hover\:text-yellow-200\/70:hover{color:hsla(53,98%,77%,.7)}.hover\:text-yellow-200\/75:hover{color:hsla(53,98%,77%,.75)}.hover\:text-yellow-200\/80:hover{color:hsla(53,98%,77%,.8)}.hover\:text-yellow-200\/85:hover{color:hsla(53,98%,77%,.85)}.hover\:text-yellow-200\/90:hover{color:hsla(53,98%,77%,.9)}.hover\:text-yellow-200\/95:hover{color:hsla(53,98%,77%,.95)}.hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.hover\:text-yellow-300\/0:hover{color:rgba(253,224,71,0)}.hover\:text-yellow-300\/10:hover{color:rgba(253,224,71,.1)}.hover\:text-yellow-300\/100:hover{color:#fde047}.hover\:text-yellow-300\/15:hover{color:rgba(253,224,71,.15)}.hover\:text-yellow-300\/20:hover{color:rgba(253,224,71,.2)}.hover\:text-yellow-300\/25:hover{color:rgba(253,224,71,.25)}.hover\:text-yellow-300\/30:hover{color:rgba(253,224,71,.3)}.hover\:text-yellow-300\/35:hover{color:rgba(253,224,71,.35)}.hover\:text-yellow-300\/40:hover{color:rgba(253,224,71,.4)}.hover\:text-yellow-300\/45:hover{color:rgba(253,224,71,.45)}.hover\:text-yellow-300\/5:hover{color:rgba(253,224,71,.05)}.hover\:text-yellow-300\/50:hover{color:rgba(253,224,71,.5)}.hover\:text-yellow-300\/55:hover{color:rgba(253,224,71,.55)}.hover\:text-yellow-300\/60:hover{color:rgba(253,224,71,.6)}.hover\:text-yellow-300\/65:hover{color:rgba(253,224,71,.65)}.hover\:text-yellow-300\/70:hover{color:rgba(253,224,71,.7)}.hover\:text-yellow-300\/75:hover{color:rgba(253,224,71,.75)}.hover\:text-yellow-300\/80:hover{color:rgba(253,224,71,.8)}.hover\:text-yellow-300\/85:hover{color:rgba(253,224,71,.85)}.hover\:text-yellow-300\/90:hover{color:rgba(253,224,71,.9)}.hover\:text-yellow-300\/95:hover{color:rgba(253,224,71,.95)}.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.hover\:text-yellow-400\/0:hover{color:rgba(250,204,21,0)}.hover\:text-yellow-400\/10:hover{color:rgba(250,204,21,.1)}.hover\:text-yellow-400\/100:hover{color:#facc15}.hover\:text-yellow-400\/15:hover{color:rgba(250,204,21,.15)}.hover\:text-yellow-400\/20:hover{color:rgba(250,204,21,.2)}.hover\:text-yellow-400\/25:hover{color:rgba(250,204,21,.25)}.hover\:text-yellow-400\/30:hover{color:rgba(250,204,21,.3)}.hover\:text-yellow-400\/35:hover{color:rgba(250,204,21,.35)}.hover\:text-yellow-400\/40:hover{color:rgba(250,204,21,.4)}.hover\:text-yellow-400\/45:hover{color:rgba(250,204,21,.45)}.hover\:text-yellow-400\/5:hover{color:rgba(250,204,21,.05)}.hover\:text-yellow-400\/50:hover{color:rgba(250,204,21,.5)}.hover\:text-yellow-400\/55:hover{color:rgba(250,204,21,.55)}.hover\:text-yellow-400\/60:hover{color:rgba(250,204,21,.6)}.hover\:text-yellow-400\/65:hover{color:rgba(250,204,21,.65)}.hover\:text-yellow-400\/70:hover{color:rgba(250,204,21,.7)}.hover\:text-yellow-400\/75:hover{color:rgba(250,204,21,.75)}.hover\:text-yellow-400\/80:hover{color:rgba(250,204,21,.8)}.hover\:text-yellow-400\/85:hover{color:rgba(250,204,21,.85)}.hover\:text-yellow-400\/90:hover{color:rgba(250,204,21,.9)}.hover\:text-yellow-400\/95:hover{color:rgba(250,204,21,.95)}.hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.hover\:text-yellow-50\/0:hover{color:hsla(55,92%,95%,0)}.hover\:text-yellow-50\/10:hover{color:hsla(55,92%,95%,.1)}.hover\:text-yellow-50\/100:hover{color:#fefce8}.hover\:text-yellow-50\/15:hover{color:hsla(55,92%,95%,.15)}.hover\:text-yellow-50\/20:hover{color:hsla(55,92%,95%,.2)}.hover\:text-yellow-50\/25:hover{color:hsla(55,92%,95%,.25)}.hover\:text-yellow-50\/30:hover{color:hsla(55,92%,95%,.3)}.hover\:text-yellow-50\/35:hover{color:hsla(55,92%,95%,.35)}.hover\:text-yellow-50\/40:hover{color:hsla(55,92%,95%,.4)}.hover\:text-yellow-50\/45:hover{color:hsla(55,92%,95%,.45)}.hover\:text-yellow-50\/5:hover{color:hsla(55,92%,95%,.05)}.hover\:text-yellow-50\/50:hover{color:hsla(55,92%,95%,.5)}.hover\:text-yellow-50\/55:hover{color:hsla(55,92%,95%,.55)}.hover\:text-yellow-50\/60:hover{color:hsla(55,92%,95%,.6)}.hover\:text-yellow-50\/65:hover{color:hsla(55,92%,95%,.65)}.hover\:text-yellow-50\/70:hover{color:hsla(55,92%,95%,.7)}.hover\:text-yellow-50\/75:hover{color:hsla(55,92%,95%,.75)}.hover\:text-yellow-50\/80:hover{color:hsla(55,92%,95%,.8)}.hover\:text-yellow-50\/85:hover{color:hsla(55,92%,95%,.85)}.hover\:text-yellow-50\/90:hover{color:hsla(55,92%,95%,.9)}.hover\:text-yellow-50\/95:hover{color:hsla(55,92%,95%,.95)}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.hover\:text-yellow-500\/0:hover{color:rgba(234,179,8,0)}.hover\:text-yellow-500\/10:hover{color:rgba(234,179,8,.1)}.hover\:text-yellow-500\/100:hover{color:#eab308}.hover\:text-yellow-500\/15:hover{color:rgba(234,179,8,.15)}.hover\:text-yellow-500\/20:hover{color:rgba(234,179,8,.2)}.hover\:text-yellow-500\/25:hover{color:rgba(234,179,8,.25)}.hover\:text-yellow-500\/30:hover{color:rgba(234,179,8,.3)}.hover\:text-yellow-500\/35:hover{color:rgba(234,179,8,.35)}.hover\:text-yellow-500\/40:hover{color:rgba(234,179,8,.4)}.hover\:text-yellow-500\/45:hover{color:rgba(234,179,8,.45)}.hover\:text-yellow-500\/5:hover{color:rgba(234,179,8,.05)}.hover\:text-yellow-500\/50:hover{color:rgba(234,179,8,.5)}.hover\:text-yellow-500\/55:hover{color:rgba(234,179,8,.55)}.hover\:text-yellow-500\/60:hover{color:rgba(234,179,8,.6)}.hover\:text-yellow-500\/65:hover{color:rgba(234,179,8,.65)}.hover\:text-yellow-500\/70:hover{color:rgba(234,179,8,.7)}.hover\:text-yellow-500\/75:hover{color:rgba(234,179,8,.75)}.hover\:text-yellow-500\/80:hover{color:rgba(234,179,8,.8)}.hover\:text-yellow-500\/85:hover{color:rgba(234,179,8,.85)}.hover\:text-yellow-500\/90:hover{color:rgba(234,179,8,.9)}.hover\:text-yellow-500\/95:hover{color:rgba(234,179,8,.95)}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.hover\:text-yellow-600\/0:hover{color:rgba(202,138,4,0)}.hover\:text-yellow-600\/10:hover{color:rgba(202,138,4,.1)}.hover\:text-yellow-600\/100:hover{color:#ca8a04}.hover\:text-yellow-600\/15:hover{color:rgba(202,138,4,.15)}.hover\:text-yellow-600\/20:hover{color:rgba(202,138,4,.2)}.hover\:text-yellow-600\/25:hover{color:rgba(202,138,4,.25)}.hover\:text-yellow-600\/30:hover{color:rgba(202,138,4,.3)}.hover\:text-yellow-600\/35:hover{color:rgba(202,138,4,.35)}.hover\:text-yellow-600\/40:hover{color:rgba(202,138,4,.4)}.hover\:text-yellow-600\/45:hover{color:rgba(202,138,4,.45)}.hover\:text-yellow-600\/5:hover{color:rgba(202,138,4,.05)}.hover\:text-yellow-600\/50:hover{color:rgba(202,138,4,.5)}.hover\:text-yellow-600\/55:hover{color:rgba(202,138,4,.55)}.hover\:text-yellow-600\/60:hover{color:rgba(202,138,4,.6)}.hover\:text-yellow-600\/65:hover{color:rgba(202,138,4,.65)}.hover\:text-yellow-600\/70:hover{color:rgba(202,138,4,.7)}.hover\:text-yellow-600\/75:hover{color:rgba(202,138,4,.75)}.hover\:text-yellow-600\/80:hover{color:rgba(202,138,4,.8)}.hover\:text-yellow-600\/85:hover{color:rgba(202,138,4,.85)}.hover\:text-yellow-600\/90:hover{color:rgba(202,138,4,.9)}.hover\:text-yellow-600\/95:hover{color:rgba(202,138,4,.95)}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.hover\:text-yellow-700\/0:hover{color:rgba(161,98,7,0)}.hover\:text-yellow-700\/10:hover{color:rgba(161,98,7,.1)}.hover\:text-yellow-700\/100:hover{color:#a16207}.hover\:text-yellow-700\/15:hover{color:rgba(161,98,7,.15)}.hover\:text-yellow-700\/20:hover{color:rgba(161,98,7,.2)}.hover\:text-yellow-700\/25:hover{color:rgba(161,98,7,.25)}.hover\:text-yellow-700\/30:hover{color:rgba(161,98,7,.3)}.hover\:text-yellow-700\/35:hover{color:rgba(161,98,7,.35)}.hover\:text-yellow-700\/40:hover{color:rgba(161,98,7,.4)}.hover\:text-yellow-700\/45:hover{color:rgba(161,98,7,.45)}.hover\:text-yellow-700\/5:hover{color:rgba(161,98,7,.05)}.hover\:text-yellow-700\/50:hover{color:rgba(161,98,7,.5)}.hover\:text-yellow-700\/55:hover{color:rgba(161,98,7,.55)}.hover\:text-yellow-700\/60:hover{color:rgba(161,98,7,.6)}.hover\:text-yellow-700\/65:hover{color:rgba(161,98,7,.65)}.hover\:text-yellow-700\/70:hover{color:rgba(161,98,7,.7)}.hover\:text-yellow-700\/75:hover{color:rgba(161,98,7,.75)}.hover\:text-yellow-700\/80:hover{color:rgba(161,98,7,.8)}.hover\:text-yellow-700\/85:hover{color:rgba(161,98,7,.85)}.hover\:text-yellow-700\/90:hover{color:rgba(161,98,7,.9)}.hover\:text-yellow-700\/95:hover{color:rgba(161,98,7,.95)}.hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.hover\:text-yellow-800\/0:hover{color:rgba(133,77,14,0)}.hover\:text-yellow-800\/10:hover{color:rgba(133,77,14,.1)}.hover\:text-yellow-800\/100:hover{color:#854d0e}.hover\:text-yellow-800\/15:hover{color:rgba(133,77,14,.15)}.hover\:text-yellow-800\/20:hover{color:rgba(133,77,14,.2)}.hover\:text-yellow-800\/25:hover{color:rgba(133,77,14,.25)}.hover\:text-yellow-800\/30:hover{color:rgba(133,77,14,.3)}.hover\:text-yellow-800\/35:hover{color:rgba(133,77,14,.35)}.hover\:text-yellow-800\/40:hover{color:rgba(133,77,14,.4)}.hover\:text-yellow-800\/45:hover{color:rgba(133,77,14,.45)}.hover\:text-yellow-800\/5:hover{color:rgba(133,77,14,.05)}.hover\:text-yellow-800\/50:hover{color:rgba(133,77,14,.5)}.hover\:text-yellow-800\/55:hover{color:rgba(133,77,14,.55)}.hover\:text-yellow-800\/60:hover{color:rgba(133,77,14,.6)}.hover\:text-yellow-800\/65:hover{color:rgba(133,77,14,.65)}.hover\:text-yellow-800\/70:hover{color:rgba(133,77,14,.7)}.hover\:text-yellow-800\/75:hover{color:rgba(133,77,14,.75)}.hover\:text-yellow-800\/80:hover{color:rgba(133,77,14,.8)}.hover\:text-yellow-800\/85:hover{color:rgba(133,77,14,.85)}.hover\:text-yellow-800\/90:hover{color:rgba(133,77,14,.9)}.hover\:text-yellow-800\/95:hover{color:rgba(133,77,14,.95)}.hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.hover\:text-yellow-900\/0:hover{color:rgba(113,63,18,0)}.hover\:text-yellow-900\/10:hover{color:rgba(113,63,18,.1)}.hover\:text-yellow-900\/100:hover{color:#713f12}.hover\:text-yellow-900\/15:hover{color:rgba(113,63,18,.15)}.hover\:text-yellow-900\/20:hover{color:rgba(113,63,18,.2)}.hover\:text-yellow-900\/25:hover{color:rgba(113,63,18,.25)}.hover\:text-yellow-900\/30:hover{color:rgba(113,63,18,.3)}.hover\:text-yellow-900\/35:hover{color:rgba(113,63,18,.35)}.hover\:text-yellow-900\/40:hover{color:rgba(113,63,18,.4)}.hover\:text-yellow-900\/45:hover{color:rgba(113,63,18,.45)}.hover\:text-yellow-900\/5:hover{color:rgba(113,63,18,.05)}.hover\:text-yellow-900\/50:hover{color:rgba(113,63,18,.5)}.hover\:text-yellow-900\/55:hover{color:rgba(113,63,18,.55)}.hover\:text-yellow-900\/60:hover{color:rgba(113,63,18,.6)}.hover\:text-yellow-900\/65:hover{color:rgba(113,63,18,.65)}.hover\:text-yellow-900\/70:hover{color:rgba(113,63,18,.7)}.hover\:text-yellow-900\/75:hover{color:rgba(113,63,18,.75)}.hover\:text-yellow-900\/80:hover{color:rgba(113,63,18,.8)}.hover\:text-yellow-900\/85:hover{color:rgba(113,63,18,.85)}.hover\:text-yellow-900\/90:hover{color:rgba(113,63,18,.9)}.hover\:text-yellow-900\/95:hover{color:rgba(113,63,18,.95)}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-blue-100:focus{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.focus\:border-blue-100\/0:focus{border-color:rgba(219,234,254,0)}.focus\:border-blue-100\/10:focus{border-color:rgba(219,234,254,.1)}.focus\:border-blue-100\/100:focus{border-color:#dbeafe}.focus\:border-blue-100\/15:focus{border-color:rgba(219,234,254,.15)}.focus\:border-blue-100\/20:focus{border-color:rgba(219,234,254,.2)}.focus\:border-blue-100\/25:focus{border-color:rgba(219,234,254,.25)}.focus\:border-blue-100\/30:focus{border-color:rgba(219,234,254,.3)}.focus\:border-blue-100\/35:focus{border-color:rgba(219,234,254,.35)}.focus\:border-blue-100\/40:focus{border-color:rgba(219,234,254,.4)}.focus\:border-blue-100\/45:focus{border-color:rgba(219,234,254,.45)}.focus\:border-blue-100\/5:focus{border-color:rgba(219,234,254,.05)}.focus\:border-blue-100\/50:focus{border-color:rgba(219,234,254,.5)}.focus\:border-blue-100\/55:focus{border-color:rgba(219,234,254,.55)}.focus\:border-blue-100\/60:focus{border-color:rgba(219,234,254,.6)}.focus\:border-blue-100\/65:focus{border-color:rgba(219,234,254,.65)}.focus\:border-blue-100\/70:focus{border-color:rgba(219,234,254,.7)}.focus\:border-blue-100\/75:focus{border-color:rgba(219,234,254,.75)}.focus\:border-blue-100\/80:focus{border-color:rgba(219,234,254,.8)}.focus\:border-blue-100\/85:focus{border-color:rgba(219,234,254,.85)}.focus\:border-blue-100\/90:focus{border-color:rgba(219,234,254,.9)}.focus\:border-blue-100\/95:focus{border-color:rgba(219,234,254,.95)}.focus\:border-blue-200:focus{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.focus\:border-blue-200\/0:focus{border-color:rgba(191,219,254,0)}.focus\:border-blue-200\/10:focus{border-color:rgba(191,219,254,.1)}.focus\:border-blue-200\/100:focus{border-color:#bfdbfe}.focus\:border-blue-200\/15:focus{border-color:rgba(191,219,254,.15)}.focus\:border-blue-200\/20:focus{border-color:rgba(191,219,254,.2)}.focus\:border-blue-200\/25:focus{border-color:rgba(191,219,254,.25)}.focus\:border-blue-200\/30:focus{border-color:rgba(191,219,254,.3)}.focus\:border-blue-200\/35:focus{border-color:rgba(191,219,254,.35)}.focus\:border-blue-200\/40:focus{border-color:rgba(191,219,254,.4)}.focus\:border-blue-200\/45:focus{border-color:rgba(191,219,254,.45)}.focus\:border-blue-200\/5:focus{border-color:rgba(191,219,254,.05)}.focus\:border-blue-200\/50:focus{border-color:rgba(191,219,254,.5)}.focus\:border-blue-200\/55:focus{border-color:rgba(191,219,254,.55)}.focus\:border-blue-200\/60:focus{border-color:rgba(191,219,254,.6)}.focus\:border-blue-200\/65:focus{border-color:rgba(191,219,254,.65)}.focus\:border-blue-200\/70:focus{border-color:rgba(191,219,254,.7)}.focus\:border-blue-200\/75:focus{border-color:rgba(191,219,254,.75)}.focus\:border-blue-200\/80:focus{border-color:rgba(191,219,254,.8)}.focus\:border-blue-200\/85:focus{border-color:rgba(191,219,254,.85)}.focus\:border-blue-200\/90:focus{border-color:rgba(191,219,254,.9)}.focus\:border-blue-200\/95:focus{border-color:rgba(191,219,254,.95)}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.focus\:border-blue-300\/0:focus{border-color:rgba(147,197,253,0)}.focus\:border-blue-300\/10:focus{border-color:rgba(147,197,253,.1)}.focus\:border-blue-300\/100:focus{border-color:#93c5fd}.focus\:border-blue-300\/15:focus{border-color:rgba(147,197,253,.15)}.focus\:border-blue-300\/20:focus{border-color:rgba(147,197,253,.2)}.focus\:border-blue-300\/25:focus{border-color:rgba(147,197,253,.25)}.focus\:border-blue-300\/30:focus{border-color:rgba(147,197,253,.3)}.focus\:border-blue-300\/35:focus{border-color:rgba(147,197,253,.35)}.focus\:border-blue-300\/40:focus{border-color:rgba(147,197,253,.4)}.focus\:border-blue-300\/45:focus{border-color:rgba(147,197,253,.45)}.focus\:border-blue-300\/5:focus{border-color:rgba(147,197,253,.05)}.focus\:border-blue-300\/50:focus{border-color:rgba(147,197,253,.5)}.focus\:border-blue-300\/55:focus{border-color:rgba(147,197,253,.55)}.focus\:border-blue-300\/60:focus{border-color:rgba(147,197,253,.6)}.focus\:border-blue-300\/65:focus{border-color:rgba(147,197,253,.65)}.focus\:border-blue-300\/70:focus{border-color:rgba(147,197,253,.7)}.focus\:border-blue-300\/75:focus{border-color:rgba(147,197,253,.75)}.focus\:border-blue-300\/80:focus{border-color:rgba(147,197,253,.8)}.focus\:border-blue-300\/85:focus{border-color:rgba(147,197,253,.85)}.focus\:border-blue-300\/90:focus{border-color:rgba(147,197,253,.9)}.focus\:border-blue-300\/95:focus{border-color:rgba(147,197,253,.95)}.focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.focus\:border-blue-400\/0:focus{border-color:rgba(96,165,250,0)}.focus\:border-blue-400\/10:focus{border-color:rgba(96,165,250,.1)}.focus\:border-blue-400\/100:focus{border-color:#60a5fa}.focus\:border-blue-400\/15:focus{border-color:rgba(96,165,250,.15)}.focus\:border-blue-400\/20:focus{border-color:rgba(96,165,250,.2)}.focus\:border-blue-400\/25:focus{border-color:rgba(96,165,250,.25)}.focus\:border-blue-400\/30:focus{border-color:rgba(96,165,250,.3)}.focus\:border-blue-400\/35:focus{border-color:rgba(96,165,250,.35)}.focus\:border-blue-400\/40:focus{border-color:rgba(96,165,250,.4)}.focus\:border-blue-400\/45:focus{border-color:rgba(96,165,250,.45)}.focus\:border-blue-400\/5:focus{border-color:rgba(96,165,250,.05)}.focus\:border-blue-400\/50:focus{border-color:rgba(96,165,250,.5)}.focus\:border-blue-400\/55:focus{border-color:rgba(96,165,250,.55)}.focus\:border-blue-400\/60:focus{border-color:rgba(96,165,250,.6)}.focus\:border-blue-400\/65:focus{border-color:rgba(96,165,250,.65)}.focus\:border-blue-400\/70:focus{border-color:rgba(96,165,250,.7)}.focus\:border-blue-400\/75:focus{border-color:rgba(96,165,250,.75)}.focus\:border-blue-400\/80:focus{border-color:rgba(96,165,250,.8)}.focus\:border-blue-400\/85:focus{border-color:rgba(96,165,250,.85)}.focus\:border-blue-400\/90:focus{border-color:rgba(96,165,250,.9)}.focus\:border-blue-400\/95:focus{border-color:rgba(96,165,250,.95)}.focus\:border-blue-50:focus{--tw-border-opacity:1;border-color:rgb(239 246 255/var(--tw-border-opacity))}.focus\:border-blue-50\/0:focus{border-color:rgba(239,246,255,0)}.focus\:border-blue-50\/10:focus{border-color:rgba(239,246,255,.1)}.focus\:border-blue-50\/100:focus{border-color:#eff6ff}.focus\:border-blue-50\/15:focus{border-color:rgba(239,246,255,.15)}.focus\:border-blue-50\/20:focus{border-color:rgba(239,246,255,.2)}.focus\:border-blue-50\/25:focus{border-color:rgba(239,246,255,.25)}.focus\:border-blue-50\/30:focus{border-color:rgba(239,246,255,.3)}.focus\:border-blue-50\/35:focus{border-color:rgba(239,246,255,.35)}.focus\:border-blue-50\/40:focus{border-color:rgba(239,246,255,.4)}.focus\:border-blue-50\/45:focus{border-color:rgba(239,246,255,.45)}.focus\:border-blue-50\/5:focus{border-color:rgba(239,246,255,.05)}.focus\:border-blue-50\/50:focus{border-color:rgba(239,246,255,.5)}.focus\:border-blue-50\/55:focus{border-color:rgba(239,246,255,.55)}.focus\:border-blue-50\/60:focus{border-color:rgba(239,246,255,.6)}.focus\:border-blue-50\/65:focus{border-color:rgba(239,246,255,.65)}.focus\:border-blue-50\/70:focus{border-color:rgba(239,246,255,.7)}.focus\:border-blue-50\/75:focus{border-color:rgba(239,246,255,.75)}.focus\:border-blue-50\/80:focus{border-color:rgba(239,246,255,.8)}.focus\:border-blue-50\/85:focus{border-color:rgba(239,246,255,.85)}.focus\:border-blue-50\/90:focus{border-color:rgba(239,246,255,.9)}.focus\:border-blue-50\/95:focus{border-color:rgba(239,246,255,.95)}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.focus\:border-blue-500\/0:focus{border-color:rgba(59,130,246,0)}.focus\:border-blue-500\/10:focus{border-color:rgba(59,130,246,.1)}.focus\:border-blue-500\/100:focus{border-color:#3b82f6}.focus\:border-blue-500\/15:focus{border-color:rgba(59,130,246,.15)}.focus\:border-blue-500\/20:focus{border-color:rgba(59,130,246,.2)}.focus\:border-blue-500\/25:focus{border-color:rgba(59,130,246,.25)}.focus\:border-blue-500\/30:focus{border-color:rgba(59,130,246,.3)}.focus\:border-blue-500\/35:focus{border-color:rgba(59,130,246,.35)}.focus\:border-blue-500\/40:focus{border-color:rgba(59,130,246,.4)}.focus\:border-blue-500\/45:focus{border-color:rgba(59,130,246,.45)}.focus\:border-blue-500\/5:focus{border-color:rgba(59,130,246,.05)}.focus\:border-blue-500\/50:focus{border-color:rgba(59,130,246,.5)}.focus\:border-blue-500\/55:focus{border-color:rgba(59,130,246,.55)}.focus\:border-blue-500\/60:focus{border-color:rgba(59,130,246,.6)}.focus\:border-blue-500\/65:focus{border-color:rgba(59,130,246,.65)}.focus\:border-blue-500\/70:focus{border-color:rgba(59,130,246,.7)}.focus\:border-blue-500\/75:focus{border-color:rgba(59,130,246,.75)}.focus\:border-blue-500\/80:focus{border-color:rgba(59,130,246,.8)}.focus\:border-blue-500\/85:focus{border-color:rgba(59,130,246,.85)}.focus\:border-blue-500\/90:focus{border-color:rgba(59,130,246,.9)}.focus\:border-blue-500\/95:focus{border-color:rgba(59,130,246,.95)}.focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.focus\:border-blue-600\/0:focus{border-color:rgba(37,99,235,0)}.focus\:border-blue-600\/10:focus{border-color:rgba(37,99,235,.1)}.focus\:border-blue-600\/100:focus{border-color:#2563eb}.focus\:border-blue-600\/15:focus{border-color:rgba(37,99,235,.15)}.focus\:border-blue-600\/20:focus{border-color:rgba(37,99,235,.2)}.focus\:border-blue-600\/25:focus{border-color:rgba(37,99,235,.25)}.focus\:border-blue-600\/30:focus{border-color:rgba(37,99,235,.3)}.focus\:border-blue-600\/35:focus{border-color:rgba(37,99,235,.35)}.focus\:border-blue-600\/40:focus{border-color:rgba(37,99,235,.4)}.focus\:border-blue-600\/45:focus{border-color:rgba(37,99,235,.45)}.focus\:border-blue-600\/5:focus{border-color:rgba(37,99,235,.05)}.focus\:border-blue-600\/50:focus{border-color:rgba(37,99,235,.5)}.focus\:border-blue-600\/55:focus{border-color:rgba(37,99,235,.55)}.focus\:border-blue-600\/60:focus{border-color:rgba(37,99,235,.6)}.focus\:border-blue-600\/65:focus{border-color:rgba(37,99,235,.65)}.focus\:border-blue-600\/70:focus{border-color:rgba(37,99,235,.7)}.focus\:border-blue-600\/75:focus{border-color:rgba(37,99,235,.75)}.focus\:border-blue-600\/80:focus{border-color:rgba(37,99,235,.8)}.focus\:border-blue-600\/85:focus{border-color:rgba(37,99,235,.85)}.focus\:border-blue-600\/90:focus{border-color:rgba(37,99,235,.9)}.focus\:border-blue-600\/95:focus{border-color:rgba(37,99,235,.95)}.focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.focus\:border-blue-700\/0:focus{border-color:rgba(29,78,216,0)}.focus\:border-blue-700\/10:focus{border-color:rgba(29,78,216,.1)}.focus\:border-blue-700\/100:focus{border-color:#1d4ed8}.focus\:border-blue-700\/15:focus{border-color:rgba(29,78,216,.15)}.focus\:border-blue-700\/20:focus{border-color:rgba(29,78,216,.2)}.focus\:border-blue-700\/25:focus{border-color:rgba(29,78,216,.25)}.focus\:border-blue-700\/30:focus{border-color:rgba(29,78,216,.3)}.focus\:border-blue-700\/35:focus{border-color:rgba(29,78,216,.35)}.focus\:border-blue-700\/40:focus{border-color:rgba(29,78,216,.4)}.focus\:border-blue-700\/45:focus{border-color:rgba(29,78,216,.45)}.focus\:border-blue-700\/5:focus{border-color:rgba(29,78,216,.05)}.focus\:border-blue-700\/50:focus{border-color:rgba(29,78,216,.5)}.focus\:border-blue-700\/55:focus{border-color:rgba(29,78,216,.55)}.focus\:border-blue-700\/60:focus{border-color:rgba(29,78,216,.6)}.focus\:border-blue-700\/65:focus{border-color:rgba(29,78,216,.65)}.focus\:border-blue-700\/70:focus{border-color:rgba(29,78,216,.7)}.focus\:border-blue-700\/75:focus{border-color:rgba(29,78,216,.75)}.focus\:border-blue-700\/80:focus{border-color:rgba(29,78,216,.8)}.focus\:border-blue-700\/85:focus{border-color:rgba(29,78,216,.85)}.focus\:border-blue-700\/90:focus{border-color:rgba(29,78,216,.9)}.focus\:border-blue-700\/95:focus{border-color:rgba(29,78,216,.95)}.focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.focus\:border-blue-800\/0:focus{border-color:rgba(30,64,175,0)}.focus\:border-blue-800\/10:focus{border-color:rgba(30,64,175,.1)}.focus\:border-blue-800\/100:focus{border-color:#1e40af}.focus\:border-blue-800\/15:focus{border-color:rgba(30,64,175,.15)}.focus\:border-blue-800\/20:focus{border-color:rgba(30,64,175,.2)}.focus\:border-blue-800\/25:focus{border-color:rgba(30,64,175,.25)}.focus\:border-blue-800\/30:focus{border-color:rgba(30,64,175,.3)}.focus\:border-blue-800\/35:focus{border-color:rgba(30,64,175,.35)}.focus\:border-blue-800\/40:focus{border-color:rgba(30,64,175,.4)}.focus\:border-blue-800\/45:focus{border-color:rgba(30,64,175,.45)}.focus\:border-blue-800\/5:focus{border-color:rgba(30,64,175,.05)}.focus\:border-blue-800\/50:focus{border-color:rgba(30,64,175,.5)}.focus\:border-blue-800\/55:focus{border-color:rgba(30,64,175,.55)}.focus\:border-blue-800\/60:focus{border-color:rgba(30,64,175,.6)}.focus\:border-blue-800\/65:focus{border-color:rgba(30,64,175,.65)}.focus\:border-blue-800\/70:focus{border-color:rgba(30,64,175,.7)}.focus\:border-blue-800\/75:focus{border-color:rgba(30,64,175,.75)}.focus\:border-blue-800\/80:focus{border-color:rgba(30,64,175,.8)}.focus\:border-blue-800\/85:focus{border-color:rgba(30,64,175,.85)}.focus\:border-blue-800\/90:focus{border-color:rgba(30,64,175,.9)}.focus\:border-blue-800\/95:focus{border-color:rgba(30,64,175,.95)}.focus\:border-blue-900:focus{--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity))}.focus\:border-blue-900\/0:focus{border-color:rgba(30,58,138,0)}.focus\:border-blue-900\/10:focus{border-color:rgba(30,58,138,.1)}.focus\:border-blue-900\/100:focus{border-color:#1e3a8a}.focus\:border-blue-900\/15:focus{border-color:rgba(30,58,138,.15)}.focus\:border-blue-900\/20:focus{border-color:rgba(30,58,138,.2)}.focus\:border-blue-900\/25:focus{border-color:rgba(30,58,138,.25)}.focus\:border-blue-900\/30:focus{border-color:rgba(30,58,138,.3)}.focus\:border-blue-900\/35:focus{border-color:rgba(30,58,138,.35)}.focus\:border-blue-900\/40:focus{border-color:rgba(30,58,138,.4)}.focus\:border-blue-900\/45:focus{border-color:rgba(30,58,138,.45)}.focus\:border-blue-900\/5:focus{border-color:rgba(30,58,138,.05)}.focus\:border-blue-900\/50:focus{border-color:rgba(30,58,138,.5)}.focus\:border-blue-900\/55:focus{border-color:rgba(30,58,138,.55)}.focus\:border-blue-900\/60:focus{border-color:rgba(30,58,138,.6)}.focus\:border-blue-900\/65:focus{border-color:rgba(30,58,138,.65)}.focus\:border-blue-900\/70:focus{border-color:rgba(30,58,138,.7)}.focus\:border-blue-900\/75:focus{border-color:rgba(30,58,138,.75)}.focus\:border-blue-900\/80:focus{border-color:rgba(30,58,138,.8)}.focus\:border-blue-900\/85:focus{border-color:rgba(30,58,138,.85)}.focus\:border-blue-900\/90:focus{border-color:rgba(30,58,138,.9)}.focus\:border-blue-900\/95:focus{border-color:rgba(30,58,138,.95)}.focus\:border-gray-100:focus{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.focus\:border-gray-100\/0:focus{border-color:rgba(243,244,246,0)}.focus\:border-gray-100\/10:focus{border-color:rgba(243,244,246,.1)}.focus\:border-gray-100\/100:focus{border-color:#f3f4f6}.focus\:border-gray-100\/15:focus{border-color:rgba(243,244,246,.15)}.focus\:border-gray-100\/20:focus{border-color:rgba(243,244,246,.2)}.focus\:border-gray-100\/25:focus{border-color:rgba(243,244,246,.25)}.focus\:border-gray-100\/30:focus{border-color:rgba(243,244,246,.3)}.focus\:border-gray-100\/35:focus{border-color:rgba(243,244,246,.35)}.focus\:border-gray-100\/40:focus{border-color:rgba(243,244,246,.4)}.focus\:border-gray-100\/45:focus{border-color:rgba(243,244,246,.45)}.focus\:border-gray-100\/5:focus{border-color:rgba(243,244,246,.05)}.focus\:border-gray-100\/50:focus{border-color:rgba(243,244,246,.5)}.focus\:border-gray-100\/55:focus{border-color:rgba(243,244,246,.55)}.focus\:border-gray-100\/60:focus{border-color:rgba(243,244,246,.6)}.focus\:border-gray-100\/65:focus{border-color:rgba(243,244,246,.65)}.focus\:border-gray-100\/70:focus{border-color:rgba(243,244,246,.7)}.focus\:border-gray-100\/75:focus{border-color:rgba(243,244,246,.75)}.focus\:border-gray-100\/80:focus{border-color:rgba(243,244,246,.8)}.focus\:border-gray-100\/85:focus{border-color:rgba(243,244,246,.85)}.focus\:border-gray-100\/90:focus{border-color:rgba(243,244,246,.9)}.focus\:border-gray-100\/95:focus{border-color:rgba(243,244,246,.95)}.focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.focus\:border-gray-200\/0:focus{border-color:rgba(229,231,235,0)}.focus\:border-gray-200\/10:focus{border-color:rgba(229,231,235,.1)}.focus\:border-gray-200\/100:focus{border-color:#e5e7eb}.focus\:border-gray-200\/15:focus{border-color:rgba(229,231,235,.15)}.focus\:border-gray-200\/20:focus{border-color:rgba(229,231,235,.2)}.focus\:border-gray-200\/25:focus{border-color:rgba(229,231,235,.25)}.focus\:border-gray-200\/30:focus{border-color:rgba(229,231,235,.3)}.focus\:border-gray-200\/35:focus{border-color:rgba(229,231,235,.35)}.focus\:border-gray-200\/40:focus{border-color:rgba(229,231,235,.4)}.focus\:border-gray-200\/45:focus{border-color:rgba(229,231,235,.45)}.focus\:border-gray-200\/5:focus{border-color:rgba(229,231,235,.05)}.focus\:border-gray-200\/50:focus{border-color:rgba(229,231,235,.5)}.focus\:border-gray-200\/55:focus{border-color:rgba(229,231,235,.55)}.focus\:border-gray-200\/60:focus{border-color:rgba(229,231,235,.6)}.focus\:border-gray-200\/65:focus{border-color:rgba(229,231,235,.65)}.focus\:border-gray-200\/70:focus{border-color:rgba(229,231,235,.7)}.focus\:border-gray-200\/75:focus{border-color:rgba(229,231,235,.75)}.focus\:border-gray-200\/80:focus{border-color:rgba(229,231,235,.8)}.focus\:border-gray-200\/85:focus{border-color:rgba(229,231,235,.85)}.focus\:border-gray-200\/90:focus{border-color:rgba(229,231,235,.9)}.focus\:border-gray-200\/95:focus{border-color:rgba(229,231,235,.95)}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.focus\:border-gray-300\/0:focus{border-color:rgba(209,213,219,0)}.focus\:border-gray-300\/10:focus{border-color:rgba(209,213,219,.1)}.focus\:border-gray-300\/100:focus{border-color:#d1d5db}.focus\:border-gray-300\/15:focus{border-color:rgba(209,213,219,.15)}.focus\:border-gray-300\/20:focus{border-color:rgba(209,213,219,.2)}.focus\:border-gray-300\/25:focus{border-color:rgba(209,213,219,.25)}.focus\:border-gray-300\/30:focus{border-color:rgba(209,213,219,.3)}.focus\:border-gray-300\/35:focus{border-color:rgba(209,213,219,.35)}.focus\:border-gray-300\/40:focus{border-color:rgba(209,213,219,.4)}.focus\:border-gray-300\/45:focus{border-color:rgba(209,213,219,.45)}.focus\:border-gray-300\/5:focus{border-color:rgba(209,213,219,.05)}.focus\:border-gray-300\/50:focus{border-color:rgba(209,213,219,.5)}.focus\:border-gray-300\/55:focus{border-color:rgba(209,213,219,.55)}.focus\:border-gray-300\/60:focus{border-color:rgba(209,213,219,.6)}.focus\:border-gray-300\/65:focus{border-color:rgba(209,213,219,.65)}.focus\:border-gray-300\/70:focus{border-color:rgba(209,213,219,.7)}.focus\:border-gray-300\/75:focus{border-color:rgba(209,213,219,.75)}.focus\:border-gray-300\/80:focus{border-color:rgba(209,213,219,.8)}.focus\:border-gray-300\/85:focus{border-color:rgba(209,213,219,.85)}.focus\:border-gray-300\/90:focus{border-color:rgba(209,213,219,.9)}.focus\:border-gray-300\/95:focus{border-color:rgba(209,213,219,.95)}.focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.focus\:border-gray-400\/0:focus{border-color:rgba(156,163,175,0)}.focus\:border-gray-400\/10:focus{border-color:rgba(156,163,175,.1)}.focus\:border-gray-400\/100:focus{border-color:#9ca3af}.focus\:border-gray-400\/15:focus{border-color:rgba(156,163,175,.15)}.focus\:border-gray-400\/20:focus{border-color:rgba(156,163,175,.2)}.focus\:border-gray-400\/25:focus{border-color:rgba(156,163,175,.25)}.focus\:border-gray-400\/30:focus{border-color:rgba(156,163,175,.3)}.focus\:border-gray-400\/35:focus{border-color:rgba(156,163,175,.35)}.focus\:border-gray-400\/40:focus{border-color:rgba(156,163,175,.4)}.focus\:border-gray-400\/45:focus{border-color:rgba(156,163,175,.45)}.focus\:border-gray-400\/5:focus{border-color:rgba(156,163,175,.05)}.focus\:border-gray-400\/50:focus{border-color:rgba(156,163,175,.5)}.focus\:border-gray-400\/55:focus{border-color:rgba(156,163,175,.55)}.focus\:border-gray-400\/60:focus{border-color:rgba(156,163,175,.6)}.focus\:border-gray-400\/65:focus{border-color:rgba(156,163,175,.65)}.focus\:border-gray-400\/70:focus{border-color:rgba(156,163,175,.7)}.focus\:border-gray-400\/75:focus{border-color:rgba(156,163,175,.75)}.focus\:border-gray-400\/80:focus{border-color:rgba(156,163,175,.8)}.focus\:border-gray-400\/85:focus{border-color:rgba(156,163,175,.85)}.focus\:border-gray-400\/90:focus{border-color:rgba(156,163,175,.9)}.focus\:border-gray-400\/95:focus{border-color:rgba(156,163,175,.95)}.focus\:border-gray-50:focus{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.focus\:border-gray-50\/0:focus{border-color:rgba(249,250,251,0)}.focus\:border-gray-50\/10:focus{border-color:rgba(249,250,251,.1)}.focus\:border-gray-50\/100:focus{border-color:#f9fafb}.focus\:border-gray-50\/15:focus{border-color:rgba(249,250,251,.15)}.focus\:border-gray-50\/20:focus{border-color:rgba(249,250,251,.2)}.focus\:border-gray-50\/25:focus{border-color:rgba(249,250,251,.25)}.focus\:border-gray-50\/30:focus{border-color:rgba(249,250,251,.3)}.focus\:border-gray-50\/35:focus{border-color:rgba(249,250,251,.35)}.focus\:border-gray-50\/40:focus{border-color:rgba(249,250,251,.4)}.focus\:border-gray-50\/45:focus{border-color:rgba(249,250,251,.45)}.focus\:border-gray-50\/5:focus{border-color:rgba(249,250,251,.05)}.focus\:border-gray-50\/50:focus{border-color:rgba(249,250,251,.5)}.focus\:border-gray-50\/55:focus{border-color:rgba(249,250,251,.55)}.focus\:border-gray-50\/60:focus{border-color:rgba(249,250,251,.6)}.focus\:border-gray-50\/65:focus{border-color:rgba(249,250,251,.65)}.focus\:border-gray-50\/70:focus{border-color:rgba(249,250,251,.7)}.focus\:border-gray-50\/75:focus{border-color:rgba(249,250,251,.75)}.focus\:border-gray-50\/80:focus{border-color:rgba(249,250,251,.8)}.focus\:border-gray-50\/85:focus{border-color:rgba(249,250,251,.85)}.focus\:border-gray-50\/90:focus{border-color:rgba(249,250,251,.9)}.focus\:border-gray-50\/95:focus{border-color:rgba(249,250,251,.95)}.focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.focus\:border-gray-500\/0:focus{border-color:hsla(220,9%,46%,0)}.focus\:border-gray-500\/10:focus{border-color:hsla(220,9%,46%,.1)}.focus\:border-gray-500\/100:focus{border-color:#6b7280}.focus\:border-gray-500\/15:focus{border-color:hsla(220,9%,46%,.15)}.focus\:border-gray-500\/20:focus{border-color:hsla(220,9%,46%,.2)}.focus\:border-gray-500\/25:focus{border-color:hsla(220,9%,46%,.25)}.focus\:border-gray-500\/30:focus{border-color:hsla(220,9%,46%,.3)}.focus\:border-gray-500\/35:focus{border-color:hsla(220,9%,46%,.35)}.focus\:border-gray-500\/40:focus{border-color:hsla(220,9%,46%,.4)}.focus\:border-gray-500\/45:focus{border-color:hsla(220,9%,46%,.45)}.focus\:border-gray-500\/5:focus{border-color:hsla(220,9%,46%,.05)}.focus\:border-gray-500\/50:focus{border-color:hsla(220,9%,46%,.5)}.focus\:border-gray-500\/55:focus{border-color:hsla(220,9%,46%,.55)}.focus\:border-gray-500\/60:focus{border-color:hsla(220,9%,46%,.6)}.focus\:border-gray-500\/65:focus{border-color:hsla(220,9%,46%,.65)}.focus\:border-gray-500\/70:focus{border-color:hsla(220,9%,46%,.7)}.focus\:border-gray-500\/75:focus{border-color:hsla(220,9%,46%,.75)}.focus\:border-gray-500\/80:focus{border-color:hsla(220,9%,46%,.8)}.focus\:border-gray-500\/85:focus{border-color:hsla(220,9%,46%,.85)}.focus\:border-gray-500\/90:focus{border-color:hsla(220,9%,46%,.9)}.focus\:border-gray-500\/95:focus{border-color:hsla(220,9%,46%,.95)}.focus\:border-gray-600:focus{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.focus\:border-gray-600\/0:focus{border-color:rgba(75,85,99,0)}.focus\:border-gray-600\/10:focus{border-color:rgba(75,85,99,.1)}.focus\:border-gray-600\/100:focus{border-color:#4b5563}.focus\:border-gray-600\/15:focus{border-color:rgba(75,85,99,.15)}.focus\:border-gray-600\/20:focus{border-color:rgba(75,85,99,.2)}.focus\:border-gray-600\/25:focus{border-color:rgba(75,85,99,.25)}.focus\:border-gray-600\/30:focus{border-color:rgba(75,85,99,.3)}.focus\:border-gray-600\/35:focus{border-color:rgba(75,85,99,.35)}.focus\:border-gray-600\/40:focus{border-color:rgba(75,85,99,.4)}.focus\:border-gray-600\/45:focus{border-color:rgba(75,85,99,.45)}.focus\:border-gray-600\/5:focus{border-color:rgba(75,85,99,.05)}.focus\:border-gray-600\/50:focus{border-color:rgba(75,85,99,.5)}.focus\:border-gray-600\/55:focus{border-color:rgba(75,85,99,.55)}.focus\:border-gray-600\/60:focus{border-color:rgba(75,85,99,.6)}.focus\:border-gray-600\/65:focus{border-color:rgba(75,85,99,.65)}.focus\:border-gray-600\/70:focus{border-color:rgba(75,85,99,.7)}.focus\:border-gray-600\/75:focus{border-color:rgba(75,85,99,.75)}.focus\:border-gray-600\/80:focus{border-color:rgba(75,85,99,.8)}.focus\:border-gray-600\/85:focus{border-color:rgba(75,85,99,.85)}.focus\:border-gray-600\/90:focus{border-color:rgba(75,85,99,.9)}.focus\:border-gray-600\/95:focus{border-color:rgba(75,85,99,.95)}.focus\:border-gray-700:focus{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.focus\:border-gray-700\/0:focus{border-color:rgba(55,65,81,0)}.focus\:border-gray-700\/10:focus{border-color:rgba(55,65,81,.1)}.focus\:border-gray-700\/100:focus{border-color:#374151}.focus\:border-gray-700\/15:focus{border-color:rgba(55,65,81,.15)}.focus\:border-gray-700\/20:focus{border-color:rgba(55,65,81,.2)}.focus\:border-gray-700\/25:focus{border-color:rgba(55,65,81,.25)}.focus\:border-gray-700\/30:focus{border-color:rgba(55,65,81,.3)}.focus\:border-gray-700\/35:focus{border-color:rgba(55,65,81,.35)}.focus\:border-gray-700\/40:focus{border-color:rgba(55,65,81,.4)}.focus\:border-gray-700\/45:focus{border-color:rgba(55,65,81,.45)}.focus\:border-gray-700\/5:focus{border-color:rgba(55,65,81,.05)}.focus\:border-gray-700\/50:focus{border-color:rgba(55,65,81,.5)}.focus\:border-gray-700\/55:focus{border-color:rgba(55,65,81,.55)}.focus\:border-gray-700\/60:focus{border-color:rgba(55,65,81,.6)}.focus\:border-gray-700\/65:focus{border-color:rgba(55,65,81,.65)}.focus\:border-gray-700\/70:focus{border-color:rgba(55,65,81,.7)}.focus\:border-gray-700\/75:focus{border-color:rgba(55,65,81,.75)}.focus\:border-gray-700\/80:focus{border-color:rgba(55,65,81,.8)}.focus\:border-gray-700\/85:focus{border-color:rgba(55,65,81,.85)}.focus\:border-gray-700\/90:focus{border-color:rgba(55,65,81,.9)}.focus\:border-gray-700\/95:focus{border-color:rgba(55,65,81,.95)}.focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.focus\:border-gray-800\/0:focus{border-color:rgba(31,41,55,0)}.focus\:border-gray-800\/10:focus{border-color:rgba(31,41,55,.1)}.focus\:border-gray-800\/100:focus{border-color:#1f2937}.focus\:border-gray-800\/15:focus{border-color:rgba(31,41,55,.15)}.focus\:border-gray-800\/20:focus{border-color:rgba(31,41,55,.2)}.focus\:border-gray-800\/25:focus{border-color:rgba(31,41,55,.25)}.focus\:border-gray-800\/30:focus{border-color:rgba(31,41,55,.3)}.focus\:border-gray-800\/35:focus{border-color:rgba(31,41,55,.35)}.focus\:border-gray-800\/40:focus{border-color:rgba(31,41,55,.4)}.focus\:border-gray-800\/45:focus{border-color:rgba(31,41,55,.45)}.focus\:border-gray-800\/5:focus{border-color:rgba(31,41,55,.05)}.focus\:border-gray-800\/50:focus{border-color:rgba(31,41,55,.5)}.focus\:border-gray-800\/55:focus{border-color:rgba(31,41,55,.55)}.focus\:border-gray-800\/60:focus{border-color:rgba(31,41,55,.6)}.focus\:border-gray-800\/65:focus{border-color:rgba(31,41,55,.65)}.focus\:border-gray-800\/70:focus{border-color:rgba(31,41,55,.7)}.focus\:border-gray-800\/75:focus{border-color:rgba(31,41,55,.75)}.focus\:border-gray-800\/80:focus{border-color:rgba(31,41,55,.8)}.focus\:border-gray-800\/85:focus{border-color:rgba(31,41,55,.85)}.focus\:border-gray-800\/90:focus{border-color:rgba(31,41,55,.9)}.focus\:border-gray-800\/95:focus{border-color:rgba(31,41,55,.95)}.focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.focus\:border-gray-900\/0:focus{border-color:rgba(17,24,39,0)}.focus\:border-gray-900\/10:focus{border-color:rgba(17,24,39,.1)}.focus\:border-gray-900\/100:focus{border-color:#111827}.focus\:border-gray-900\/15:focus{border-color:rgba(17,24,39,.15)}.focus\:border-gray-900\/20:focus{border-color:rgba(17,24,39,.2)}.focus\:border-gray-900\/25:focus{border-color:rgba(17,24,39,.25)}.focus\:border-gray-900\/30:focus{border-color:rgba(17,24,39,.3)}.focus\:border-gray-900\/35:focus{border-color:rgba(17,24,39,.35)}.focus\:border-gray-900\/40:focus{border-color:rgba(17,24,39,.4)}.focus\:border-gray-900\/45:focus{border-color:rgba(17,24,39,.45)}.focus\:border-gray-900\/5:focus{border-color:rgba(17,24,39,.05)}.focus\:border-gray-900\/50:focus{border-color:rgba(17,24,39,.5)}.focus\:border-gray-900\/55:focus{border-color:rgba(17,24,39,.55)}.focus\:border-gray-900\/60:focus{border-color:rgba(17,24,39,.6)}.focus\:border-gray-900\/65:focus{border-color:rgba(17,24,39,.65)}.focus\:border-gray-900\/70:focus{border-color:rgba(17,24,39,.7)}.focus\:border-gray-900\/75:focus{border-color:rgba(17,24,39,.75)}.focus\:border-gray-900\/80:focus{border-color:rgba(17,24,39,.8)}.focus\:border-gray-900\/85:focus{border-color:rgba(17,24,39,.85)}.focus\:border-gray-900\/90:focus{border-color:rgba(17,24,39,.9)}.focus\:border-gray-900\/95:focus{border-color:rgba(17,24,39,.95)}.focus\:border-green-100:focus{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity))}.focus\:border-green-100\/0:focus{border-color:rgba(220,252,231,0)}.focus\:border-green-100\/10:focus{border-color:rgba(220,252,231,.1)}.focus\:border-green-100\/100:focus{border-color:#dcfce7}.focus\:border-green-100\/15:focus{border-color:rgba(220,252,231,.15)}.focus\:border-green-100\/20:focus{border-color:rgba(220,252,231,.2)}.focus\:border-green-100\/25:focus{border-color:rgba(220,252,231,.25)}.focus\:border-green-100\/30:focus{border-color:rgba(220,252,231,.3)}.focus\:border-green-100\/35:focus{border-color:rgba(220,252,231,.35)}.focus\:border-green-100\/40:focus{border-color:rgba(220,252,231,.4)}.focus\:border-green-100\/45:focus{border-color:rgba(220,252,231,.45)}.focus\:border-green-100\/5:focus{border-color:rgba(220,252,231,.05)}.focus\:border-green-100\/50:focus{border-color:rgba(220,252,231,.5)}.focus\:border-green-100\/55:focus{border-color:rgba(220,252,231,.55)}.focus\:border-green-100\/60:focus{border-color:rgba(220,252,231,.6)}.focus\:border-green-100\/65:focus{border-color:rgba(220,252,231,.65)}.focus\:border-green-100\/70:focus{border-color:rgba(220,252,231,.7)}.focus\:border-green-100\/75:focus{border-color:rgba(220,252,231,.75)}.focus\:border-green-100\/80:focus{border-color:rgba(220,252,231,.8)}.focus\:border-green-100\/85:focus{border-color:rgba(220,252,231,.85)}.focus\:border-green-100\/90:focus{border-color:rgba(220,252,231,.9)}.focus\:border-green-100\/95:focus{border-color:rgba(220,252,231,.95)}.focus\:border-green-200:focus{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.focus\:border-green-200\/0:focus{border-color:rgba(187,247,208,0)}.focus\:border-green-200\/10:focus{border-color:rgba(187,247,208,.1)}.focus\:border-green-200\/100:focus{border-color:#bbf7d0}.focus\:border-green-200\/15:focus{border-color:rgba(187,247,208,.15)}.focus\:border-green-200\/20:focus{border-color:rgba(187,247,208,.2)}.focus\:border-green-200\/25:focus{border-color:rgba(187,247,208,.25)}.focus\:border-green-200\/30:focus{border-color:rgba(187,247,208,.3)}.focus\:border-green-200\/35:focus{border-color:rgba(187,247,208,.35)}.focus\:border-green-200\/40:focus{border-color:rgba(187,247,208,.4)}.focus\:border-green-200\/45:focus{border-color:rgba(187,247,208,.45)}.focus\:border-green-200\/5:focus{border-color:rgba(187,247,208,.05)}.focus\:border-green-200\/50:focus{border-color:rgba(187,247,208,.5)}.focus\:border-green-200\/55:focus{border-color:rgba(187,247,208,.55)}.focus\:border-green-200\/60:focus{border-color:rgba(187,247,208,.6)}.focus\:border-green-200\/65:focus{border-color:rgba(187,247,208,.65)}.focus\:border-green-200\/70:focus{border-color:rgba(187,247,208,.7)}.focus\:border-green-200\/75:focus{border-color:rgba(187,247,208,.75)}.focus\:border-green-200\/80:focus{border-color:rgba(187,247,208,.8)}.focus\:border-green-200\/85:focus{border-color:rgba(187,247,208,.85)}.focus\:border-green-200\/90:focus{border-color:rgba(187,247,208,.9)}.focus\:border-green-200\/95:focus{border-color:rgba(187,247,208,.95)}.focus\:border-green-300:focus{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.focus\:border-green-300\/0:focus{border-color:rgba(134,239,172,0)}.focus\:border-green-300\/10:focus{border-color:rgba(134,239,172,.1)}.focus\:border-green-300\/100:focus{border-color:#86efac}.focus\:border-green-300\/15:focus{border-color:rgba(134,239,172,.15)}.focus\:border-green-300\/20:focus{border-color:rgba(134,239,172,.2)}.focus\:border-green-300\/25:focus{border-color:rgba(134,239,172,.25)}.focus\:border-green-300\/30:focus{border-color:rgba(134,239,172,.3)}.focus\:border-green-300\/35:focus{border-color:rgba(134,239,172,.35)}.focus\:border-green-300\/40:focus{border-color:rgba(134,239,172,.4)}.focus\:border-green-300\/45:focus{border-color:rgba(134,239,172,.45)}.focus\:border-green-300\/5:focus{border-color:rgba(134,239,172,.05)}.focus\:border-green-300\/50:focus{border-color:rgba(134,239,172,.5)}.focus\:border-green-300\/55:focus{border-color:rgba(134,239,172,.55)}.focus\:border-green-300\/60:focus{border-color:rgba(134,239,172,.6)}.focus\:border-green-300\/65:focus{border-color:rgba(134,239,172,.65)}.focus\:border-green-300\/70:focus{border-color:rgba(134,239,172,.7)}.focus\:border-green-300\/75:focus{border-color:rgba(134,239,172,.75)}.focus\:border-green-300\/80:focus{border-color:rgba(134,239,172,.8)}.focus\:border-green-300\/85:focus{border-color:rgba(134,239,172,.85)}.focus\:border-green-300\/90:focus{border-color:rgba(134,239,172,.9)}.focus\:border-green-300\/95:focus{border-color:rgba(134,239,172,.95)}.focus\:border-green-400:focus{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.focus\:border-green-400\/0:focus{border-color:rgba(74,222,128,0)}.focus\:border-green-400\/10:focus{border-color:rgba(74,222,128,.1)}.focus\:border-green-400\/100:focus{border-color:#4ade80}.focus\:border-green-400\/15:focus{border-color:rgba(74,222,128,.15)}.focus\:border-green-400\/20:focus{border-color:rgba(74,222,128,.2)}.focus\:border-green-400\/25:focus{border-color:rgba(74,222,128,.25)}.focus\:border-green-400\/30:focus{border-color:rgba(74,222,128,.3)}.focus\:border-green-400\/35:focus{border-color:rgba(74,222,128,.35)}.focus\:border-green-400\/40:focus{border-color:rgba(74,222,128,.4)}.focus\:border-green-400\/45:focus{border-color:rgba(74,222,128,.45)}.focus\:border-green-400\/5:focus{border-color:rgba(74,222,128,.05)}.focus\:border-green-400\/50:focus{border-color:rgba(74,222,128,.5)}.focus\:border-green-400\/55:focus{border-color:rgba(74,222,128,.55)}.focus\:border-green-400\/60:focus{border-color:rgba(74,222,128,.6)}.focus\:border-green-400\/65:focus{border-color:rgba(74,222,128,.65)}.focus\:border-green-400\/70:focus{border-color:rgba(74,222,128,.7)}.focus\:border-green-400\/75:focus{border-color:rgba(74,222,128,.75)}.focus\:border-green-400\/80:focus{border-color:rgba(74,222,128,.8)}.focus\:border-green-400\/85:focus{border-color:rgba(74,222,128,.85)}.focus\:border-green-400\/90:focus{border-color:rgba(74,222,128,.9)}.focus\:border-green-400\/95:focus{border-color:rgba(74,222,128,.95)}.focus\:border-green-50:focus{--tw-border-opacity:1;border-color:rgb(240 253 244/var(--tw-border-opacity))}.focus\:border-green-50\/0:focus{border-color:rgba(240,253,244,0)}.focus\:border-green-50\/10:focus{border-color:rgba(240,253,244,.1)}.focus\:border-green-50\/100:focus{border-color:#f0fdf4}.focus\:border-green-50\/15:focus{border-color:rgba(240,253,244,.15)}.focus\:border-green-50\/20:focus{border-color:rgba(240,253,244,.2)}.focus\:border-green-50\/25:focus{border-color:rgba(240,253,244,.25)}.focus\:border-green-50\/30:focus{border-color:rgba(240,253,244,.3)}.focus\:border-green-50\/35:focus{border-color:rgba(240,253,244,.35)}.focus\:border-green-50\/40:focus{border-color:rgba(240,253,244,.4)}.focus\:border-green-50\/45:focus{border-color:rgba(240,253,244,.45)}.focus\:border-green-50\/5:focus{border-color:rgba(240,253,244,.05)}.focus\:border-green-50\/50:focus{border-color:rgba(240,253,244,.5)}.focus\:border-green-50\/55:focus{border-color:rgba(240,253,244,.55)}.focus\:border-green-50\/60:focus{border-color:rgba(240,253,244,.6)}.focus\:border-green-50\/65:focus{border-color:rgba(240,253,244,.65)}.focus\:border-green-50\/70:focus{border-color:rgba(240,253,244,.7)}.focus\:border-green-50\/75:focus{border-color:rgba(240,253,244,.75)}.focus\:border-green-50\/80:focus{border-color:rgba(240,253,244,.8)}.focus\:border-green-50\/85:focus{border-color:rgba(240,253,244,.85)}.focus\:border-green-50\/90:focus{border-color:rgba(240,253,244,.9)}.focus\:border-green-50\/95:focus{border-color:rgba(240,253,244,.95)}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.focus\:border-green-500\/0:focus{border-color:rgba(34,197,94,0)}.focus\:border-green-500\/10:focus{border-color:rgba(34,197,94,.1)}.focus\:border-green-500\/100:focus{border-color:#22c55e}.focus\:border-green-500\/15:focus{border-color:rgba(34,197,94,.15)}.focus\:border-green-500\/20:focus{border-color:rgba(34,197,94,.2)}.focus\:border-green-500\/25:focus{border-color:rgba(34,197,94,.25)}.focus\:border-green-500\/30:focus{border-color:rgba(34,197,94,.3)}.focus\:border-green-500\/35:focus{border-color:rgba(34,197,94,.35)}.focus\:border-green-500\/40:focus{border-color:rgba(34,197,94,.4)}.focus\:border-green-500\/45:focus{border-color:rgba(34,197,94,.45)}.focus\:border-green-500\/5:focus{border-color:rgba(34,197,94,.05)}.focus\:border-green-500\/50:focus{border-color:rgba(34,197,94,.5)}.focus\:border-green-500\/55:focus{border-color:rgba(34,197,94,.55)}.focus\:border-green-500\/60:focus{border-color:rgba(34,197,94,.6)}.focus\:border-green-500\/65:focus{border-color:rgba(34,197,94,.65)}.focus\:border-green-500\/70:focus{border-color:rgba(34,197,94,.7)}.focus\:border-green-500\/75:focus{border-color:rgba(34,197,94,.75)}.focus\:border-green-500\/80:focus{border-color:rgba(34,197,94,.8)}.focus\:border-green-500\/85:focus{border-color:rgba(34,197,94,.85)}.focus\:border-green-500\/90:focus{border-color:rgba(34,197,94,.9)}.focus\:border-green-500\/95:focus{border-color:rgba(34,197,94,.95)}.focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.focus\:border-green-600\/0:focus{border-color:rgba(22,163,74,0)}.focus\:border-green-600\/10:focus{border-color:rgba(22,163,74,.1)}.focus\:border-green-600\/100:focus{border-color:#16a34a}.focus\:border-green-600\/15:focus{border-color:rgba(22,163,74,.15)}.focus\:border-green-600\/20:focus{border-color:rgba(22,163,74,.2)}.focus\:border-green-600\/25:focus{border-color:rgba(22,163,74,.25)}.focus\:border-green-600\/30:focus{border-color:rgba(22,163,74,.3)}.focus\:border-green-600\/35:focus{border-color:rgba(22,163,74,.35)}.focus\:border-green-600\/40:focus{border-color:rgba(22,163,74,.4)}.focus\:border-green-600\/45:focus{border-color:rgba(22,163,74,.45)}.focus\:border-green-600\/5:focus{border-color:rgba(22,163,74,.05)}.focus\:border-green-600\/50:focus{border-color:rgba(22,163,74,.5)}.focus\:border-green-600\/55:focus{border-color:rgba(22,163,74,.55)}.focus\:border-green-600\/60:focus{border-color:rgba(22,163,74,.6)}.focus\:border-green-600\/65:focus{border-color:rgba(22,163,74,.65)}.focus\:border-green-600\/70:focus{border-color:rgba(22,163,74,.7)}.focus\:border-green-600\/75:focus{border-color:rgba(22,163,74,.75)}.focus\:border-green-600\/80:focus{border-color:rgba(22,163,74,.8)}.focus\:border-green-600\/85:focus{border-color:rgba(22,163,74,.85)}.focus\:border-green-600\/90:focus{border-color:rgba(22,163,74,.9)}.focus\:border-green-600\/95:focus{border-color:rgba(22,163,74,.95)}.focus\:border-green-700:focus{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.focus\:border-green-700\/0:focus{border-color:rgba(21,128,61,0)}.focus\:border-green-700\/10:focus{border-color:rgba(21,128,61,.1)}.focus\:border-green-700\/100:focus{border-color:#15803d}.focus\:border-green-700\/15:focus{border-color:rgba(21,128,61,.15)}.focus\:border-green-700\/20:focus{border-color:rgba(21,128,61,.2)}.focus\:border-green-700\/25:focus{border-color:rgba(21,128,61,.25)}.focus\:border-green-700\/30:focus{border-color:rgba(21,128,61,.3)}.focus\:border-green-700\/35:focus{border-color:rgba(21,128,61,.35)}.focus\:border-green-700\/40:focus{border-color:rgba(21,128,61,.4)}.focus\:border-green-700\/45:focus{border-color:rgba(21,128,61,.45)}.focus\:border-green-700\/5:focus{border-color:rgba(21,128,61,.05)}.focus\:border-green-700\/50:focus{border-color:rgba(21,128,61,.5)}.focus\:border-green-700\/55:focus{border-color:rgba(21,128,61,.55)}.focus\:border-green-700\/60:focus{border-color:rgba(21,128,61,.6)}.focus\:border-green-700\/65:focus{border-color:rgba(21,128,61,.65)}.focus\:border-green-700\/70:focus{border-color:rgba(21,128,61,.7)}.focus\:border-green-700\/75:focus{border-color:rgba(21,128,61,.75)}.focus\:border-green-700\/80:focus{border-color:rgba(21,128,61,.8)}.focus\:border-green-700\/85:focus{border-color:rgba(21,128,61,.85)}.focus\:border-green-700\/90:focus{border-color:rgba(21,128,61,.9)}.focus\:border-green-700\/95:focus{border-color:rgba(21,128,61,.95)}.focus\:border-green-800:focus{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity))}.focus\:border-green-800\/0:focus{border-color:rgba(22,101,52,0)}.focus\:border-green-800\/10:focus{border-color:rgba(22,101,52,.1)}.focus\:border-green-800\/100:focus{border-color:#166534}.focus\:border-green-800\/15:focus{border-color:rgba(22,101,52,.15)}.focus\:border-green-800\/20:focus{border-color:rgba(22,101,52,.2)}.focus\:border-green-800\/25:focus{border-color:rgba(22,101,52,.25)}.focus\:border-green-800\/30:focus{border-color:rgba(22,101,52,.3)}.focus\:border-green-800\/35:focus{border-color:rgba(22,101,52,.35)}.focus\:border-green-800\/40:focus{border-color:rgba(22,101,52,.4)}.focus\:border-green-800\/45:focus{border-color:rgba(22,101,52,.45)}.focus\:border-green-800\/5:focus{border-color:rgba(22,101,52,.05)}.focus\:border-green-800\/50:focus{border-color:rgba(22,101,52,.5)}.focus\:border-green-800\/55:focus{border-color:rgba(22,101,52,.55)}.focus\:border-green-800\/60:focus{border-color:rgba(22,101,52,.6)}.focus\:border-green-800\/65:focus{border-color:rgba(22,101,52,.65)}.focus\:border-green-800\/70:focus{border-color:rgba(22,101,52,.7)}.focus\:border-green-800\/75:focus{border-color:rgba(22,101,52,.75)}.focus\:border-green-800\/80:focus{border-color:rgba(22,101,52,.8)}.focus\:border-green-800\/85:focus{border-color:rgba(22,101,52,.85)}.focus\:border-green-800\/90:focus{border-color:rgba(22,101,52,.9)}.focus\:border-green-800\/95:focus{border-color:rgba(22,101,52,.95)}.focus\:border-green-900:focus{--tw-border-opacity:1;border-color:rgb(20 83 45/var(--tw-border-opacity))}.focus\:border-green-900\/0:focus{border-color:rgba(20,83,45,0)}.focus\:border-green-900\/10:focus{border-color:rgba(20,83,45,.1)}.focus\:border-green-900\/100:focus{border-color:#14532d}.focus\:border-green-900\/15:focus{border-color:rgba(20,83,45,.15)}.focus\:border-green-900\/20:focus{border-color:rgba(20,83,45,.2)}.focus\:border-green-900\/25:focus{border-color:rgba(20,83,45,.25)}.focus\:border-green-900\/30:focus{border-color:rgba(20,83,45,.3)}.focus\:border-green-900\/35:focus{border-color:rgba(20,83,45,.35)}.focus\:border-green-900\/40:focus{border-color:rgba(20,83,45,.4)}.focus\:border-green-900\/45:focus{border-color:rgba(20,83,45,.45)}.focus\:border-green-900\/5:focus{border-color:rgba(20,83,45,.05)}.focus\:border-green-900\/50:focus{border-color:rgba(20,83,45,.5)}.focus\:border-green-900\/55:focus{border-color:rgba(20,83,45,.55)}.focus\:border-green-900\/60:focus{border-color:rgba(20,83,45,.6)}.focus\:border-green-900\/65:focus{border-color:rgba(20,83,45,.65)}.focus\:border-green-900\/70:focus{border-color:rgba(20,83,45,.7)}.focus\:border-green-900\/75:focus{border-color:rgba(20,83,45,.75)}.focus\:border-green-900\/80:focus{border-color:rgba(20,83,45,.8)}.focus\:border-green-900\/85:focus{border-color:rgba(20,83,45,.85)}.focus\:border-green-900\/90:focus{border-color:rgba(20,83,45,.9)}.focus\:border-green-900\/95:focus{border-color:rgba(20,83,45,.95)}.focus\:border-indigo-100:focus{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.focus\:border-indigo-100\/0:focus{border-color:rgba(224,231,255,0)}.focus\:border-indigo-100\/10:focus{border-color:rgba(224,231,255,.1)}.focus\:border-indigo-100\/100:focus{border-color:#e0e7ff}.focus\:border-indigo-100\/15:focus{border-color:rgba(224,231,255,.15)}.focus\:border-indigo-100\/20:focus{border-color:rgba(224,231,255,.2)}.focus\:border-indigo-100\/25:focus{border-color:rgba(224,231,255,.25)}.focus\:border-indigo-100\/30:focus{border-color:rgba(224,231,255,.3)}.focus\:border-indigo-100\/35:focus{border-color:rgba(224,231,255,.35)}.focus\:border-indigo-100\/40:focus{border-color:rgba(224,231,255,.4)}.focus\:border-indigo-100\/45:focus{border-color:rgba(224,231,255,.45)}.focus\:border-indigo-100\/5:focus{border-color:rgba(224,231,255,.05)}.focus\:border-indigo-100\/50:focus{border-color:rgba(224,231,255,.5)}.focus\:border-indigo-100\/55:focus{border-color:rgba(224,231,255,.55)}.focus\:border-indigo-100\/60:focus{border-color:rgba(224,231,255,.6)}.focus\:border-indigo-100\/65:focus{border-color:rgba(224,231,255,.65)}.focus\:border-indigo-100\/70:focus{border-color:rgba(224,231,255,.7)}.focus\:border-indigo-100\/75:focus{border-color:rgba(224,231,255,.75)}.focus\:border-indigo-100\/80:focus{border-color:rgba(224,231,255,.8)}.focus\:border-indigo-100\/85:focus{border-color:rgba(224,231,255,.85)}.focus\:border-indigo-100\/90:focus{border-color:rgba(224,231,255,.9)}.focus\:border-indigo-100\/95:focus{border-color:rgba(224,231,255,.95)}.focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.focus\:border-indigo-200\/0:focus{border-color:rgba(199,210,254,0)}.focus\:border-indigo-200\/10:focus{border-color:rgba(199,210,254,.1)}.focus\:border-indigo-200\/100:focus{border-color:#c7d2fe}.focus\:border-indigo-200\/15:focus{border-color:rgba(199,210,254,.15)}.focus\:border-indigo-200\/20:focus{border-color:rgba(199,210,254,.2)}.focus\:border-indigo-200\/25:focus{border-color:rgba(199,210,254,.25)}.focus\:border-indigo-200\/30:focus{border-color:rgba(199,210,254,.3)}.focus\:border-indigo-200\/35:focus{border-color:rgba(199,210,254,.35)}.focus\:border-indigo-200\/40:focus{border-color:rgba(199,210,254,.4)}.focus\:border-indigo-200\/45:focus{border-color:rgba(199,210,254,.45)}.focus\:border-indigo-200\/5:focus{border-color:rgba(199,210,254,.05)}.focus\:border-indigo-200\/50:focus{border-color:rgba(199,210,254,.5)}.focus\:border-indigo-200\/55:focus{border-color:rgba(199,210,254,.55)}.focus\:border-indigo-200\/60:focus{border-color:rgba(199,210,254,.6)}.focus\:border-indigo-200\/65:focus{border-color:rgba(199,210,254,.65)}.focus\:border-indigo-200\/70:focus{border-color:rgba(199,210,254,.7)}.focus\:border-indigo-200\/75:focus{border-color:rgba(199,210,254,.75)}.focus\:border-indigo-200\/80:focus{border-color:rgba(199,210,254,.8)}.focus\:border-indigo-200\/85:focus{border-color:rgba(199,210,254,.85)}.focus\:border-indigo-200\/90:focus{border-color:rgba(199,210,254,.9)}.focus\:border-indigo-200\/95:focus{border-color:rgba(199,210,254,.95)}.focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.focus\:border-indigo-300\/0:focus{border-color:rgba(165,180,252,0)}.focus\:border-indigo-300\/10:focus{border-color:rgba(165,180,252,.1)}.focus\:border-indigo-300\/100:focus{border-color:#a5b4fc}.focus\:border-indigo-300\/15:focus{border-color:rgba(165,180,252,.15)}.focus\:border-indigo-300\/20:focus{border-color:rgba(165,180,252,.2)}.focus\:border-indigo-300\/25:focus{border-color:rgba(165,180,252,.25)}.focus\:border-indigo-300\/30:focus{border-color:rgba(165,180,252,.3)}.focus\:border-indigo-300\/35:focus{border-color:rgba(165,180,252,.35)}.focus\:border-indigo-300\/40:focus{border-color:rgba(165,180,252,.4)}.focus\:border-indigo-300\/45:focus{border-color:rgba(165,180,252,.45)}.focus\:border-indigo-300\/5:focus{border-color:rgba(165,180,252,.05)}.focus\:border-indigo-300\/50:focus{border-color:rgba(165,180,252,.5)}.focus\:border-indigo-300\/55:focus{border-color:rgba(165,180,252,.55)}.focus\:border-indigo-300\/60:focus{border-color:rgba(165,180,252,.6)}.focus\:border-indigo-300\/65:focus{border-color:rgba(165,180,252,.65)}.focus\:border-indigo-300\/70:focus{border-color:rgba(165,180,252,.7)}.focus\:border-indigo-300\/75:focus{border-color:rgba(165,180,252,.75)}.focus\:border-indigo-300\/80:focus{border-color:rgba(165,180,252,.8)}.focus\:border-indigo-300\/85:focus{border-color:rgba(165,180,252,.85)}.focus\:border-indigo-300\/90:focus{border-color:rgba(165,180,252,.9)}.focus\:border-indigo-300\/95:focus{border-color:rgba(165,180,252,.95)}.focus\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.focus\:border-indigo-400\/0:focus{border-color:rgba(129,140,248,0)}.focus\:border-indigo-400\/10:focus{border-color:rgba(129,140,248,.1)}.focus\:border-indigo-400\/100:focus{border-color:#818cf8}.focus\:border-indigo-400\/15:focus{border-color:rgba(129,140,248,.15)}.focus\:border-indigo-400\/20:focus{border-color:rgba(129,140,248,.2)}.focus\:border-indigo-400\/25:focus{border-color:rgba(129,140,248,.25)}.focus\:border-indigo-400\/30:focus{border-color:rgba(129,140,248,.3)}.focus\:border-indigo-400\/35:focus{border-color:rgba(129,140,248,.35)}.focus\:border-indigo-400\/40:focus{border-color:rgba(129,140,248,.4)}.focus\:border-indigo-400\/45:focus{border-color:rgba(129,140,248,.45)}.focus\:border-indigo-400\/5:focus{border-color:rgba(129,140,248,.05)}.focus\:border-indigo-400\/50:focus{border-color:rgba(129,140,248,.5)}.focus\:border-indigo-400\/55:focus{border-color:rgba(129,140,248,.55)}.focus\:border-indigo-400\/60:focus{border-color:rgba(129,140,248,.6)}.focus\:border-indigo-400\/65:focus{border-color:rgba(129,140,248,.65)}.focus\:border-indigo-400\/70:focus{border-color:rgba(129,140,248,.7)}.focus\:border-indigo-400\/75:focus{border-color:rgba(129,140,248,.75)}.focus\:border-indigo-400\/80:focus{border-color:rgba(129,140,248,.8)}.focus\:border-indigo-400\/85:focus{border-color:rgba(129,140,248,.85)}.focus\:border-indigo-400\/90:focus{border-color:rgba(129,140,248,.9)}.focus\:border-indigo-400\/95:focus{border-color:rgba(129,140,248,.95)}.focus\:border-indigo-50:focus{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity))}.focus\:border-indigo-50\/0:focus{border-color:rgba(238,242,255,0)}.focus\:border-indigo-50\/10:focus{border-color:rgba(238,242,255,.1)}.focus\:border-indigo-50\/100:focus{border-color:#eef2ff}.focus\:border-indigo-50\/15:focus{border-color:rgba(238,242,255,.15)}.focus\:border-indigo-50\/20:focus{border-color:rgba(238,242,255,.2)}.focus\:border-indigo-50\/25:focus{border-color:rgba(238,242,255,.25)}.focus\:border-indigo-50\/30:focus{border-color:rgba(238,242,255,.3)}.focus\:border-indigo-50\/35:focus{border-color:rgba(238,242,255,.35)}.focus\:border-indigo-50\/40:focus{border-color:rgba(238,242,255,.4)}.focus\:border-indigo-50\/45:focus{border-color:rgba(238,242,255,.45)}.focus\:border-indigo-50\/5:focus{border-color:rgba(238,242,255,.05)}.focus\:border-indigo-50\/50:focus{border-color:rgba(238,242,255,.5)}.focus\:border-indigo-50\/55:focus{border-color:rgba(238,242,255,.55)}.focus\:border-indigo-50\/60:focus{border-color:rgba(238,242,255,.6)}.focus\:border-indigo-50\/65:focus{border-color:rgba(238,242,255,.65)}.focus\:border-indigo-50\/70:focus{border-color:rgba(238,242,255,.7)}.focus\:border-indigo-50\/75:focus{border-color:rgba(238,242,255,.75)}.focus\:border-indigo-50\/80:focus{border-color:rgba(238,242,255,.8)}.focus\:border-indigo-50\/85:focus{border-color:rgba(238,242,255,.85)}.focus\:border-indigo-50\/90:focus{border-color:rgba(238,242,255,.9)}.focus\:border-indigo-50\/95:focus{border-color:rgba(238,242,255,.95)}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:border-indigo-500\/0:focus{border-color:rgba(99,102,241,0)}.focus\:border-indigo-500\/10:focus{border-color:rgba(99,102,241,.1)}.focus\:border-indigo-500\/100:focus{border-color:#6366f1}.focus\:border-indigo-500\/15:focus{border-color:rgba(99,102,241,.15)}.focus\:border-indigo-500\/20:focus{border-color:rgba(99,102,241,.2)}.focus\:border-indigo-500\/25:focus{border-color:rgba(99,102,241,.25)}.focus\:border-indigo-500\/30:focus{border-color:rgba(99,102,241,.3)}.focus\:border-indigo-500\/35:focus{border-color:rgba(99,102,241,.35)}.focus\:border-indigo-500\/40:focus{border-color:rgba(99,102,241,.4)}.focus\:border-indigo-500\/45:focus{border-color:rgba(99,102,241,.45)}.focus\:border-indigo-500\/5:focus{border-color:rgba(99,102,241,.05)}.focus\:border-indigo-500\/50:focus{border-color:rgba(99,102,241,.5)}.focus\:border-indigo-500\/55:focus{border-color:rgba(99,102,241,.55)}.focus\:border-indigo-500\/60:focus{border-color:rgba(99,102,241,.6)}.focus\:border-indigo-500\/65:focus{border-color:rgba(99,102,241,.65)}.focus\:border-indigo-500\/70:focus{border-color:rgba(99,102,241,.7)}.focus\:border-indigo-500\/75:focus{border-color:rgba(99,102,241,.75)}.focus\:border-indigo-500\/80:focus{border-color:rgba(99,102,241,.8)}.focus\:border-indigo-500\/85:focus{border-color:rgba(99,102,241,.85)}.focus\:border-indigo-500\/90:focus{border-color:rgba(99,102,241,.9)}.focus\:border-indigo-500\/95:focus{border-color:rgba(99,102,241,.95)}.focus\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.focus\:border-indigo-600\/0:focus{border-color:rgba(79,70,229,0)}.focus\:border-indigo-600\/10:focus{border-color:rgba(79,70,229,.1)}.focus\:border-indigo-600\/100:focus{border-color:#4f46e5}.focus\:border-indigo-600\/15:focus{border-color:rgba(79,70,229,.15)}.focus\:border-indigo-600\/20:focus{border-color:rgba(79,70,229,.2)}.focus\:border-indigo-600\/25:focus{border-color:rgba(79,70,229,.25)}.focus\:border-indigo-600\/30:focus{border-color:rgba(79,70,229,.3)}.focus\:border-indigo-600\/35:focus{border-color:rgba(79,70,229,.35)}.focus\:border-indigo-600\/40:focus{border-color:rgba(79,70,229,.4)}.focus\:border-indigo-600\/45:focus{border-color:rgba(79,70,229,.45)}.focus\:border-indigo-600\/5:focus{border-color:rgba(79,70,229,.05)}.focus\:border-indigo-600\/50:focus{border-color:rgba(79,70,229,.5)}.focus\:border-indigo-600\/55:focus{border-color:rgba(79,70,229,.55)}.focus\:border-indigo-600\/60:focus{border-color:rgba(79,70,229,.6)}.focus\:border-indigo-600\/65:focus{border-color:rgba(79,70,229,.65)}.focus\:border-indigo-600\/70:focus{border-color:rgba(79,70,229,.7)}.focus\:border-indigo-600\/75:focus{border-color:rgba(79,70,229,.75)}.focus\:border-indigo-600\/80:focus{border-color:rgba(79,70,229,.8)}.focus\:border-indigo-600\/85:focus{border-color:rgba(79,70,229,.85)}.focus\:border-indigo-600\/90:focus{border-color:rgba(79,70,229,.9)}.focus\:border-indigo-600\/95:focus{border-color:rgba(79,70,229,.95)}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.focus\:border-indigo-700\/0:focus{border-color:rgba(67,56,202,0)}.focus\:border-indigo-700\/10:focus{border-color:rgba(67,56,202,.1)}.focus\:border-indigo-700\/100:focus{border-color:#4338ca}.focus\:border-indigo-700\/15:focus{border-color:rgba(67,56,202,.15)}.focus\:border-indigo-700\/20:focus{border-color:rgba(67,56,202,.2)}.focus\:border-indigo-700\/25:focus{border-color:rgba(67,56,202,.25)}.focus\:border-indigo-700\/30:focus{border-color:rgba(67,56,202,.3)}.focus\:border-indigo-700\/35:focus{border-color:rgba(67,56,202,.35)}.focus\:border-indigo-700\/40:focus{border-color:rgba(67,56,202,.4)}.focus\:border-indigo-700\/45:focus{border-color:rgba(67,56,202,.45)}.focus\:border-indigo-700\/5:focus{border-color:rgba(67,56,202,.05)}.focus\:border-indigo-700\/50:focus{border-color:rgba(67,56,202,.5)}.focus\:border-indigo-700\/55:focus{border-color:rgba(67,56,202,.55)}.focus\:border-indigo-700\/60:focus{border-color:rgba(67,56,202,.6)}.focus\:border-indigo-700\/65:focus{border-color:rgba(67,56,202,.65)}.focus\:border-indigo-700\/70:focus{border-color:rgba(67,56,202,.7)}.focus\:border-indigo-700\/75:focus{border-color:rgba(67,56,202,.75)}.focus\:border-indigo-700\/80:focus{border-color:rgba(67,56,202,.8)}.focus\:border-indigo-700\/85:focus{border-color:rgba(67,56,202,.85)}.focus\:border-indigo-700\/90:focus{border-color:rgba(67,56,202,.9)}.focus\:border-indigo-700\/95:focus{border-color:rgba(67,56,202,.95)}.focus\:border-indigo-800:focus{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity))}.focus\:border-indigo-800\/0:focus{border-color:rgba(55,48,163,0)}.focus\:border-indigo-800\/10:focus{border-color:rgba(55,48,163,.1)}.focus\:border-indigo-800\/100:focus{border-color:#3730a3}.focus\:border-indigo-800\/15:focus{border-color:rgba(55,48,163,.15)}.focus\:border-indigo-800\/20:focus{border-color:rgba(55,48,163,.2)}.focus\:border-indigo-800\/25:focus{border-color:rgba(55,48,163,.25)}.focus\:border-indigo-800\/30:focus{border-color:rgba(55,48,163,.3)}.focus\:border-indigo-800\/35:focus{border-color:rgba(55,48,163,.35)}.focus\:border-indigo-800\/40:focus{border-color:rgba(55,48,163,.4)}.focus\:border-indigo-800\/45:focus{border-color:rgba(55,48,163,.45)}.focus\:border-indigo-800\/5:focus{border-color:rgba(55,48,163,.05)}.focus\:border-indigo-800\/50:focus{border-color:rgba(55,48,163,.5)}.focus\:border-indigo-800\/55:focus{border-color:rgba(55,48,163,.55)}.focus\:border-indigo-800\/60:focus{border-color:rgba(55,48,163,.6)}.focus\:border-indigo-800\/65:focus{border-color:rgba(55,48,163,.65)}.focus\:border-indigo-800\/70:focus{border-color:rgba(55,48,163,.7)}.focus\:border-indigo-800\/75:focus{border-color:rgba(55,48,163,.75)}.focus\:border-indigo-800\/80:focus{border-color:rgba(55,48,163,.8)}.focus\:border-indigo-800\/85:focus{border-color:rgba(55,48,163,.85)}.focus\:border-indigo-800\/90:focus{border-color:rgba(55,48,163,.9)}.focus\:border-indigo-800\/95:focus{border-color:rgba(55,48,163,.95)}.focus\:border-indigo-900:focus{--tw-border-opacity:1;border-color:rgb(49 46 129/var(--tw-border-opacity))}.focus\:border-indigo-900\/0:focus{border-color:rgba(49,46,129,0)}.focus\:border-indigo-900\/10:focus{border-color:rgba(49,46,129,.1)}.focus\:border-indigo-900\/100:focus{border-color:#312e81}.focus\:border-indigo-900\/15:focus{border-color:rgba(49,46,129,.15)}.focus\:border-indigo-900\/20:focus{border-color:rgba(49,46,129,.2)}.focus\:border-indigo-900\/25:focus{border-color:rgba(49,46,129,.25)}.focus\:border-indigo-900\/30:focus{border-color:rgba(49,46,129,.3)}.focus\:border-indigo-900\/35:focus{border-color:rgba(49,46,129,.35)}.focus\:border-indigo-900\/40:focus{border-color:rgba(49,46,129,.4)}.focus\:border-indigo-900\/45:focus{border-color:rgba(49,46,129,.45)}.focus\:border-indigo-900\/5:focus{border-color:rgba(49,46,129,.05)}.focus\:border-indigo-900\/50:focus{border-color:rgba(49,46,129,.5)}.focus\:border-indigo-900\/55:focus{border-color:rgba(49,46,129,.55)}.focus\:border-indigo-900\/60:focus{border-color:rgba(49,46,129,.6)}.focus\:border-indigo-900\/65:focus{border-color:rgba(49,46,129,.65)}.focus\:border-indigo-900\/70:focus{border-color:rgba(49,46,129,.7)}.focus\:border-indigo-900\/75:focus{border-color:rgba(49,46,129,.75)}.focus\:border-indigo-900\/80:focus{border-color:rgba(49,46,129,.8)}.focus\:border-indigo-900\/85:focus{border-color:rgba(49,46,129,.85)}.focus\:border-indigo-900\/90:focus{border-color:rgba(49,46,129,.9)}.focus\:border-indigo-900\/95:focus{border-color:rgba(49,46,129,.95)}.focus\:border-red-100:focus{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.focus\:border-red-100\/0:focus{border-color:hsla(0,93%,94%,0)}.focus\:border-red-100\/10:focus{border-color:hsla(0,93%,94%,.1)}.focus\:border-red-100\/100:focus{border-color:#fee2e2}.focus\:border-red-100\/15:focus{border-color:hsla(0,93%,94%,.15)}.focus\:border-red-100\/20:focus{border-color:hsla(0,93%,94%,.2)}.focus\:border-red-100\/25:focus{border-color:hsla(0,93%,94%,.25)}.focus\:border-red-100\/30:focus{border-color:hsla(0,93%,94%,.3)}.focus\:border-red-100\/35:focus{border-color:hsla(0,93%,94%,.35)}.focus\:border-red-100\/40:focus{border-color:hsla(0,93%,94%,.4)}.focus\:border-red-100\/45:focus{border-color:hsla(0,93%,94%,.45)}.focus\:border-red-100\/5:focus{border-color:hsla(0,93%,94%,.05)}.focus\:border-red-100\/50:focus{border-color:hsla(0,93%,94%,.5)}.focus\:border-red-100\/55:focus{border-color:hsla(0,93%,94%,.55)}.focus\:border-red-100\/60:focus{border-color:hsla(0,93%,94%,.6)}.focus\:border-red-100\/65:focus{border-color:hsla(0,93%,94%,.65)}.focus\:border-red-100\/70:focus{border-color:hsla(0,93%,94%,.7)}.focus\:border-red-100\/75:focus{border-color:hsla(0,93%,94%,.75)}.focus\:border-red-100\/80:focus{border-color:hsla(0,93%,94%,.8)}.focus\:border-red-100\/85:focus{border-color:hsla(0,93%,94%,.85)}.focus\:border-red-100\/90:focus{border-color:hsla(0,93%,94%,.9)}.focus\:border-red-100\/95:focus{border-color:hsla(0,93%,94%,.95)}.focus\:border-red-200:focus{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.focus\:border-red-200\/0:focus{border-color:hsla(0,96%,89%,0)}.focus\:border-red-200\/10:focus{border-color:hsla(0,96%,89%,.1)}.focus\:border-red-200\/100:focus{border-color:#fecaca}.focus\:border-red-200\/15:focus{border-color:hsla(0,96%,89%,.15)}.focus\:border-red-200\/20:focus{border-color:hsla(0,96%,89%,.2)}.focus\:border-red-200\/25:focus{border-color:hsla(0,96%,89%,.25)}.focus\:border-red-200\/30:focus{border-color:hsla(0,96%,89%,.3)}.focus\:border-red-200\/35:focus{border-color:hsla(0,96%,89%,.35)}.focus\:border-red-200\/40:focus{border-color:hsla(0,96%,89%,.4)}.focus\:border-red-200\/45:focus{border-color:hsla(0,96%,89%,.45)}.focus\:border-red-200\/5:focus{border-color:hsla(0,96%,89%,.05)}.focus\:border-red-200\/50:focus{border-color:hsla(0,96%,89%,.5)}.focus\:border-red-200\/55:focus{border-color:hsla(0,96%,89%,.55)}.focus\:border-red-200\/60:focus{border-color:hsla(0,96%,89%,.6)}.focus\:border-red-200\/65:focus{border-color:hsla(0,96%,89%,.65)}.focus\:border-red-200\/70:focus{border-color:hsla(0,96%,89%,.7)}.focus\:border-red-200\/75:focus{border-color:hsla(0,96%,89%,.75)}.focus\:border-red-200\/80:focus{border-color:hsla(0,96%,89%,.8)}.focus\:border-red-200\/85:focus{border-color:hsla(0,96%,89%,.85)}.focus\:border-red-200\/90:focus{border-color:hsla(0,96%,89%,.9)}.focus\:border-red-200\/95:focus{border-color:hsla(0,96%,89%,.95)}.focus\:border-red-300:focus{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.focus\:border-red-300\/0:focus{border-color:hsla(0,94%,82%,0)}.focus\:border-red-300\/10:focus{border-color:hsla(0,94%,82%,.1)}.focus\:border-red-300\/100:focus{border-color:#fca5a5}.focus\:border-red-300\/15:focus{border-color:hsla(0,94%,82%,.15)}.focus\:border-red-300\/20:focus{border-color:hsla(0,94%,82%,.2)}.focus\:border-red-300\/25:focus{border-color:hsla(0,94%,82%,.25)}.focus\:border-red-300\/30:focus{border-color:hsla(0,94%,82%,.3)}.focus\:border-red-300\/35:focus{border-color:hsla(0,94%,82%,.35)}.focus\:border-red-300\/40:focus{border-color:hsla(0,94%,82%,.4)}.focus\:border-red-300\/45:focus{border-color:hsla(0,94%,82%,.45)}.focus\:border-red-300\/5:focus{border-color:hsla(0,94%,82%,.05)}.focus\:border-red-300\/50:focus{border-color:hsla(0,94%,82%,.5)}.focus\:border-red-300\/55:focus{border-color:hsla(0,94%,82%,.55)}.focus\:border-red-300\/60:focus{border-color:hsla(0,94%,82%,.6)}.focus\:border-red-300\/65:focus{border-color:hsla(0,94%,82%,.65)}.focus\:border-red-300\/70:focus{border-color:hsla(0,94%,82%,.7)}.focus\:border-red-300\/75:focus{border-color:hsla(0,94%,82%,.75)}.focus\:border-red-300\/80:focus{border-color:hsla(0,94%,82%,.8)}.focus\:border-red-300\/85:focus{border-color:hsla(0,94%,82%,.85)}.focus\:border-red-300\/90:focus{border-color:hsla(0,94%,82%,.9)}.focus\:border-red-300\/95:focus{border-color:hsla(0,94%,82%,.95)}.focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.focus\:border-red-400\/0:focus{border-color:hsla(0,91%,71%,0)}.focus\:border-red-400\/10:focus{border-color:hsla(0,91%,71%,.1)}.focus\:border-red-400\/100:focus{border-color:#f87171}.focus\:border-red-400\/15:focus{border-color:hsla(0,91%,71%,.15)}.focus\:border-red-400\/20:focus{border-color:hsla(0,91%,71%,.2)}.focus\:border-red-400\/25:focus{border-color:hsla(0,91%,71%,.25)}.focus\:border-red-400\/30:focus{border-color:hsla(0,91%,71%,.3)}.focus\:border-red-400\/35:focus{border-color:hsla(0,91%,71%,.35)}.focus\:border-red-400\/40:focus{border-color:hsla(0,91%,71%,.4)}.focus\:border-red-400\/45:focus{border-color:hsla(0,91%,71%,.45)}.focus\:border-red-400\/5:focus{border-color:hsla(0,91%,71%,.05)}.focus\:border-red-400\/50:focus{border-color:hsla(0,91%,71%,.5)}.focus\:border-red-400\/55:focus{border-color:hsla(0,91%,71%,.55)}.focus\:border-red-400\/60:focus{border-color:hsla(0,91%,71%,.6)}.focus\:border-red-400\/65:focus{border-color:hsla(0,91%,71%,.65)}.focus\:border-red-400\/70:focus{border-color:hsla(0,91%,71%,.7)}.focus\:border-red-400\/75:focus{border-color:hsla(0,91%,71%,.75)}.focus\:border-red-400\/80:focus{border-color:hsla(0,91%,71%,.8)}.focus\:border-red-400\/85:focus{border-color:hsla(0,91%,71%,.85)}.focus\:border-red-400\/90:focus{border-color:hsla(0,91%,71%,.9)}.focus\:border-red-400\/95:focus{border-color:hsla(0,91%,71%,.95)}.focus\:border-red-50:focus{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.focus\:border-red-50\/0:focus{border-color:hsla(0,86%,97%,0)}.focus\:border-red-50\/10:focus{border-color:hsla(0,86%,97%,.1)}.focus\:border-red-50\/100:focus{border-color:#fef2f2}.focus\:border-red-50\/15:focus{border-color:hsla(0,86%,97%,.15)}.focus\:border-red-50\/20:focus{border-color:hsla(0,86%,97%,.2)}.focus\:border-red-50\/25:focus{border-color:hsla(0,86%,97%,.25)}.focus\:border-red-50\/30:focus{border-color:hsla(0,86%,97%,.3)}.focus\:border-red-50\/35:focus{border-color:hsla(0,86%,97%,.35)}.focus\:border-red-50\/40:focus{border-color:hsla(0,86%,97%,.4)}.focus\:border-red-50\/45:focus{border-color:hsla(0,86%,97%,.45)}.focus\:border-red-50\/5:focus{border-color:hsla(0,86%,97%,.05)}.focus\:border-red-50\/50:focus{border-color:hsla(0,86%,97%,.5)}.focus\:border-red-50\/55:focus{border-color:hsla(0,86%,97%,.55)}.focus\:border-red-50\/60:focus{border-color:hsla(0,86%,97%,.6)}.focus\:border-red-50\/65:focus{border-color:hsla(0,86%,97%,.65)}.focus\:border-red-50\/70:focus{border-color:hsla(0,86%,97%,.7)}.focus\:border-red-50\/75:focus{border-color:hsla(0,86%,97%,.75)}.focus\:border-red-50\/80:focus{border-color:hsla(0,86%,97%,.8)}.focus\:border-red-50\/85:focus{border-color:hsla(0,86%,97%,.85)}.focus\:border-red-50\/90:focus{border-color:hsla(0,86%,97%,.9)}.focus\:border-red-50\/95:focus{border-color:hsla(0,86%,97%,.95)}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.focus\:border-red-500\/0:focus{border-color:rgba(239,68,68,0)}.focus\:border-red-500\/10:focus{border-color:rgba(239,68,68,.1)}.focus\:border-red-500\/100:focus{border-color:#ef4444}.focus\:border-red-500\/15:focus{border-color:rgba(239,68,68,.15)}.focus\:border-red-500\/20:focus{border-color:rgba(239,68,68,.2)}.focus\:border-red-500\/25:focus{border-color:rgba(239,68,68,.25)}.focus\:border-red-500\/30:focus{border-color:rgba(239,68,68,.3)}.focus\:border-red-500\/35:focus{border-color:rgba(239,68,68,.35)}.focus\:border-red-500\/40:focus{border-color:rgba(239,68,68,.4)}.focus\:border-red-500\/45:focus{border-color:rgba(239,68,68,.45)}.focus\:border-red-500\/5:focus{border-color:rgba(239,68,68,.05)}.focus\:border-red-500\/50:focus{border-color:rgba(239,68,68,.5)}.focus\:border-red-500\/55:focus{border-color:rgba(239,68,68,.55)}.focus\:border-red-500\/60:focus{border-color:rgba(239,68,68,.6)}.focus\:border-red-500\/65:focus{border-color:rgba(239,68,68,.65)}.focus\:border-red-500\/70:focus{border-color:rgba(239,68,68,.7)}.focus\:border-red-500\/75:focus{border-color:rgba(239,68,68,.75)}.focus\:border-red-500\/80:focus{border-color:rgba(239,68,68,.8)}.focus\:border-red-500\/85:focus{border-color:rgba(239,68,68,.85)}.focus\:border-red-500\/90:focus{border-color:rgba(239,68,68,.9)}.focus\:border-red-500\/95:focus{border-color:rgba(239,68,68,.95)}.focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.focus\:border-red-600\/0:focus{border-color:rgba(220,38,38,0)}.focus\:border-red-600\/10:focus{border-color:rgba(220,38,38,.1)}.focus\:border-red-600\/100:focus{border-color:#dc2626}.focus\:border-red-600\/15:focus{border-color:rgba(220,38,38,.15)}.focus\:border-red-600\/20:focus{border-color:rgba(220,38,38,.2)}.focus\:border-red-600\/25:focus{border-color:rgba(220,38,38,.25)}.focus\:border-red-600\/30:focus{border-color:rgba(220,38,38,.3)}.focus\:border-red-600\/35:focus{border-color:rgba(220,38,38,.35)}.focus\:border-red-600\/40:focus{border-color:rgba(220,38,38,.4)}.focus\:border-red-600\/45:focus{border-color:rgba(220,38,38,.45)}.focus\:border-red-600\/5:focus{border-color:rgba(220,38,38,.05)}.focus\:border-red-600\/50:focus{border-color:rgba(220,38,38,.5)}.focus\:border-red-600\/55:focus{border-color:rgba(220,38,38,.55)}.focus\:border-red-600\/60:focus{border-color:rgba(220,38,38,.6)}.focus\:border-red-600\/65:focus{border-color:rgba(220,38,38,.65)}.focus\:border-red-600\/70:focus{border-color:rgba(220,38,38,.7)}.focus\:border-red-600\/75:focus{border-color:rgba(220,38,38,.75)}.focus\:border-red-600\/80:focus{border-color:rgba(220,38,38,.8)}.focus\:border-red-600\/85:focus{border-color:rgba(220,38,38,.85)}.focus\:border-red-600\/90:focus{border-color:rgba(220,38,38,.9)}.focus\:border-red-600\/95:focus{border-color:rgba(220,38,38,.95)}.focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.focus\:border-red-700\/0:focus{border-color:rgba(185,28,28,0)}.focus\:border-red-700\/10:focus{border-color:rgba(185,28,28,.1)}.focus\:border-red-700\/100:focus{border-color:#b91c1c}.focus\:border-red-700\/15:focus{border-color:rgba(185,28,28,.15)}.focus\:border-red-700\/20:focus{border-color:rgba(185,28,28,.2)}.focus\:border-red-700\/25:focus{border-color:rgba(185,28,28,.25)}.focus\:border-red-700\/30:focus{border-color:rgba(185,28,28,.3)}.focus\:border-red-700\/35:focus{border-color:rgba(185,28,28,.35)}.focus\:border-red-700\/40:focus{border-color:rgba(185,28,28,.4)}.focus\:border-red-700\/45:focus{border-color:rgba(185,28,28,.45)}.focus\:border-red-700\/5:focus{border-color:rgba(185,28,28,.05)}.focus\:border-red-700\/50:focus{border-color:rgba(185,28,28,.5)}.focus\:border-red-700\/55:focus{border-color:rgba(185,28,28,.55)}.focus\:border-red-700\/60:focus{border-color:rgba(185,28,28,.6)}.focus\:border-red-700\/65:focus{border-color:rgba(185,28,28,.65)}.focus\:border-red-700\/70:focus{border-color:rgba(185,28,28,.7)}.focus\:border-red-700\/75:focus{border-color:rgba(185,28,28,.75)}.focus\:border-red-700\/80:focus{border-color:rgba(185,28,28,.8)}.focus\:border-red-700\/85:focus{border-color:rgba(185,28,28,.85)}.focus\:border-red-700\/90:focus{border-color:rgba(185,28,28,.9)}.focus\:border-red-700\/95:focus{border-color:rgba(185,28,28,.95)}.focus\:border-red-800:focus{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.focus\:border-red-800\/0:focus{border-color:rgba(153,27,27,0)}.focus\:border-red-800\/10:focus{border-color:rgba(153,27,27,.1)}.focus\:border-red-800\/100:focus{border-color:#991b1b}.focus\:border-red-800\/15:focus{border-color:rgba(153,27,27,.15)}.focus\:border-red-800\/20:focus{border-color:rgba(153,27,27,.2)}.focus\:border-red-800\/25:focus{border-color:rgba(153,27,27,.25)}.focus\:border-red-800\/30:focus{border-color:rgba(153,27,27,.3)}.focus\:border-red-800\/35:focus{border-color:rgba(153,27,27,.35)}.focus\:border-red-800\/40:focus{border-color:rgba(153,27,27,.4)}.focus\:border-red-800\/45:focus{border-color:rgba(153,27,27,.45)}.focus\:border-red-800\/5:focus{border-color:rgba(153,27,27,.05)}.focus\:border-red-800\/50:focus{border-color:rgba(153,27,27,.5)}.focus\:border-red-800\/55:focus{border-color:rgba(153,27,27,.55)}.focus\:border-red-800\/60:focus{border-color:rgba(153,27,27,.6)}.focus\:border-red-800\/65:focus{border-color:rgba(153,27,27,.65)}.focus\:border-red-800\/70:focus{border-color:rgba(153,27,27,.7)}.focus\:border-red-800\/75:focus{border-color:rgba(153,27,27,.75)}.focus\:border-red-800\/80:focus{border-color:rgba(153,27,27,.8)}.focus\:border-red-800\/85:focus{border-color:rgba(153,27,27,.85)}.focus\:border-red-800\/90:focus{border-color:rgba(153,27,27,.9)}.focus\:border-red-800\/95:focus{border-color:rgba(153,27,27,.95)}.focus\:border-red-900:focus{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.focus\:border-red-900\/0:focus{border-color:rgba(127,29,29,0)}.focus\:border-red-900\/10:focus{border-color:rgba(127,29,29,.1)}.focus\:border-red-900\/100:focus{border-color:#7f1d1d}.focus\:border-red-900\/15:focus{border-color:rgba(127,29,29,.15)}.focus\:border-red-900\/20:focus{border-color:rgba(127,29,29,.2)}.focus\:border-red-900\/25:focus{border-color:rgba(127,29,29,.25)}.focus\:border-red-900\/30:focus{border-color:rgba(127,29,29,.3)}.focus\:border-red-900\/35:focus{border-color:rgba(127,29,29,.35)}.focus\:border-red-900\/40:focus{border-color:rgba(127,29,29,.4)}.focus\:border-red-900\/45:focus{border-color:rgba(127,29,29,.45)}.focus\:border-red-900\/5:focus{border-color:rgba(127,29,29,.05)}.focus\:border-red-900\/50:focus{border-color:rgba(127,29,29,.5)}.focus\:border-red-900\/55:focus{border-color:rgba(127,29,29,.55)}.focus\:border-red-900\/60:focus{border-color:rgba(127,29,29,.6)}.focus\:border-red-900\/65:focus{border-color:rgba(127,29,29,.65)}.focus\:border-red-900\/70:focus{border-color:rgba(127,29,29,.7)}.focus\:border-red-900\/75:focus{border-color:rgba(127,29,29,.75)}.focus\:border-red-900\/80:focus{border-color:rgba(127,29,29,.8)}.focus\:border-red-900\/85:focus{border-color:rgba(127,29,29,.85)}.focus\:border-red-900\/90:focus{border-color:rgba(127,29,29,.9)}.focus\:border-red-900\/95:focus{border-color:rgba(127,29,29,.95)}.focus\:border-yellow-100:focus{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity))}.focus\:border-yellow-100\/0:focus{border-color:hsla(55,97%,88%,0)}.focus\:border-yellow-100\/10:focus{border-color:hsla(55,97%,88%,.1)}.focus\:border-yellow-100\/100:focus{border-color:#fef9c3}.focus\:border-yellow-100\/15:focus{border-color:hsla(55,97%,88%,.15)}.focus\:border-yellow-100\/20:focus{border-color:hsla(55,97%,88%,.2)}.focus\:border-yellow-100\/25:focus{border-color:hsla(55,97%,88%,.25)}.focus\:border-yellow-100\/30:focus{border-color:hsla(55,97%,88%,.3)}.focus\:border-yellow-100\/35:focus{border-color:hsla(55,97%,88%,.35)}.focus\:border-yellow-100\/40:focus{border-color:hsla(55,97%,88%,.4)}.focus\:border-yellow-100\/45:focus{border-color:hsla(55,97%,88%,.45)}.focus\:border-yellow-100\/5:focus{border-color:hsla(55,97%,88%,.05)}.focus\:border-yellow-100\/50:focus{border-color:hsla(55,97%,88%,.5)}.focus\:border-yellow-100\/55:focus{border-color:hsla(55,97%,88%,.55)}.focus\:border-yellow-100\/60:focus{border-color:hsla(55,97%,88%,.6)}.focus\:border-yellow-100\/65:focus{border-color:hsla(55,97%,88%,.65)}.focus\:border-yellow-100\/70:focus{border-color:hsla(55,97%,88%,.7)}.focus\:border-yellow-100\/75:focus{border-color:hsla(55,97%,88%,.75)}.focus\:border-yellow-100\/80:focus{border-color:hsla(55,97%,88%,.8)}.focus\:border-yellow-100\/85:focus{border-color:hsla(55,97%,88%,.85)}.focus\:border-yellow-100\/90:focus{border-color:hsla(55,97%,88%,.9)}.focus\:border-yellow-100\/95:focus{border-color:hsla(55,97%,88%,.95)}.focus\:border-yellow-200:focus{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.focus\:border-yellow-200\/0:focus{border-color:hsla(53,98%,77%,0)}.focus\:border-yellow-200\/10:focus{border-color:hsla(53,98%,77%,.1)}.focus\:border-yellow-200\/100:focus{border-color:#fef08a}.focus\:border-yellow-200\/15:focus{border-color:hsla(53,98%,77%,.15)}.focus\:border-yellow-200\/20:focus{border-color:hsla(53,98%,77%,.2)}.focus\:border-yellow-200\/25:focus{border-color:hsla(53,98%,77%,.25)}.focus\:border-yellow-200\/30:focus{border-color:hsla(53,98%,77%,.3)}.focus\:border-yellow-200\/35:focus{border-color:hsla(53,98%,77%,.35)}.focus\:border-yellow-200\/40:focus{border-color:hsla(53,98%,77%,.4)}.focus\:border-yellow-200\/45:focus{border-color:hsla(53,98%,77%,.45)}.focus\:border-yellow-200\/5:focus{border-color:hsla(53,98%,77%,.05)}.focus\:border-yellow-200\/50:focus{border-color:hsla(53,98%,77%,.5)}.focus\:border-yellow-200\/55:focus{border-color:hsla(53,98%,77%,.55)}.focus\:border-yellow-200\/60:focus{border-color:hsla(53,98%,77%,.6)}.focus\:border-yellow-200\/65:focus{border-color:hsla(53,98%,77%,.65)}.focus\:border-yellow-200\/70:focus{border-color:hsla(53,98%,77%,.7)}.focus\:border-yellow-200\/75:focus{border-color:hsla(53,98%,77%,.75)}.focus\:border-yellow-200\/80:focus{border-color:hsla(53,98%,77%,.8)}.focus\:border-yellow-200\/85:focus{border-color:hsla(53,98%,77%,.85)}.focus\:border-yellow-200\/90:focus{border-color:hsla(53,98%,77%,.9)}.focus\:border-yellow-200\/95:focus{border-color:hsla(53,98%,77%,.95)}.focus\:border-yellow-300:focus{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.focus\:border-yellow-300\/0:focus{border-color:rgba(253,224,71,0)}.focus\:border-yellow-300\/10:focus{border-color:rgba(253,224,71,.1)}.focus\:border-yellow-300\/100:focus{border-color:#fde047}.focus\:border-yellow-300\/15:focus{border-color:rgba(253,224,71,.15)}.focus\:border-yellow-300\/20:focus{border-color:rgba(253,224,71,.2)}.focus\:border-yellow-300\/25:focus{border-color:rgba(253,224,71,.25)}.focus\:border-yellow-300\/30:focus{border-color:rgba(253,224,71,.3)}.focus\:border-yellow-300\/35:focus{border-color:rgba(253,224,71,.35)}.focus\:border-yellow-300\/40:focus{border-color:rgba(253,224,71,.4)}.focus\:border-yellow-300\/45:focus{border-color:rgba(253,224,71,.45)}.focus\:border-yellow-300\/5:focus{border-color:rgba(253,224,71,.05)}.focus\:border-yellow-300\/50:focus{border-color:rgba(253,224,71,.5)}.focus\:border-yellow-300\/55:focus{border-color:rgba(253,224,71,.55)}.focus\:border-yellow-300\/60:focus{border-color:rgba(253,224,71,.6)}.focus\:border-yellow-300\/65:focus{border-color:rgba(253,224,71,.65)}.focus\:border-yellow-300\/70:focus{border-color:rgba(253,224,71,.7)}.focus\:border-yellow-300\/75:focus{border-color:rgba(253,224,71,.75)}.focus\:border-yellow-300\/80:focus{border-color:rgba(253,224,71,.8)}.focus\:border-yellow-300\/85:focus{border-color:rgba(253,224,71,.85)}.focus\:border-yellow-300\/90:focus{border-color:rgba(253,224,71,.9)}.focus\:border-yellow-300\/95:focus{border-color:rgba(253,224,71,.95)}.focus\:border-yellow-400:focus{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.focus\:border-yellow-400\/0:focus{border-color:rgba(250,204,21,0)}.focus\:border-yellow-400\/10:focus{border-color:rgba(250,204,21,.1)}.focus\:border-yellow-400\/100:focus{border-color:#facc15}.focus\:border-yellow-400\/15:focus{border-color:rgba(250,204,21,.15)}.focus\:border-yellow-400\/20:focus{border-color:rgba(250,204,21,.2)}.focus\:border-yellow-400\/25:focus{border-color:rgba(250,204,21,.25)}.focus\:border-yellow-400\/30:focus{border-color:rgba(250,204,21,.3)}.focus\:border-yellow-400\/35:focus{border-color:rgba(250,204,21,.35)}.focus\:border-yellow-400\/40:focus{border-color:rgba(250,204,21,.4)}.focus\:border-yellow-400\/45:focus{border-color:rgba(250,204,21,.45)}.focus\:border-yellow-400\/5:focus{border-color:rgba(250,204,21,.05)}.focus\:border-yellow-400\/50:focus{border-color:rgba(250,204,21,.5)}.focus\:border-yellow-400\/55:focus{border-color:rgba(250,204,21,.55)}.focus\:border-yellow-400\/60:focus{border-color:rgba(250,204,21,.6)}.focus\:border-yellow-400\/65:focus{border-color:rgba(250,204,21,.65)}.focus\:border-yellow-400\/70:focus{border-color:rgba(250,204,21,.7)}.focus\:border-yellow-400\/75:focus{border-color:rgba(250,204,21,.75)}.focus\:border-yellow-400\/80:focus{border-color:rgba(250,204,21,.8)}.focus\:border-yellow-400\/85:focus{border-color:rgba(250,204,21,.85)}.focus\:border-yellow-400\/90:focus{border-color:rgba(250,204,21,.9)}.focus\:border-yellow-400\/95:focus{border-color:rgba(250,204,21,.95)}.focus\:border-yellow-50:focus{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity))}.focus\:border-yellow-50\/0:focus{border-color:hsla(55,92%,95%,0)}.focus\:border-yellow-50\/10:focus{border-color:hsla(55,92%,95%,.1)}.focus\:border-yellow-50\/100:focus{border-color:#fefce8}.focus\:border-yellow-50\/15:focus{border-color:hsla(55,92%,95%,.15)}.focus\:border-yellow-50\/20:focus{border-color:hsla(55,92%,95%,.2)}.focus\:border-yellow-50\/25:focus{border-color:hsla(55,92%,95%,.25)}.focus\:border-yellow-50\/30:focus{border-color:hsla(55,92%,95%,.3)}.focus\:border-yellow-50\/35:focus{border-color:hsla(55,92%,95%,.35)}.focus\:border-yellow-50\/40:focus{border-color:hsla(55,92%,95%,.4)}.focus\:border-yellow-50\/45:focus{border-color:hsla(55,92%,95%,.45)}.focus\:border-yellow-50\/5:focus{border-color:hsla(55,92%,95%,.05)}.focus\:border-yellow-50\/50:focus{border-color:hsla(55,92%,95%,.5)}.focus\:border-yellow-50\/55:focus{border-color:hsla(55,92%,95%,.55)}.focus\:border-yellow-50\/60:focus{border-color:hsla(55,92%,95%,.6)}.focus\:border-yellow-50\/65:focus{border-color:hsla(55,92%,95%,.65)}.focus\:border-yellow-50\/70:focus{border-color:hsla(55,92%,95%,.7)}.focus\:border-yellow-50\/75:focus{border-color:hsla(55,92%,95%,.75)}.focus\:border-yellow-50\/80:focus{border-color:hsla(55,92%,95%,.8)}.focus\:border-yellow-50\/85:focus{border-color:hsla(55,92%,95%,.85)}.focus\:border-yellow-50\/90:focus{border-color:hsla(55,92%,95%,.9)}.focus\:border-yellow-50\/95:focus{border-color:hsla(55,92%,95%,.95)}.focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.focus\:border-yellow-500\/0:focus{border-color:rgba(234,179,8,0)}.focus\:border-yellow-500\/10:focus{border-color:rgba(234,179,8,.1)}.focus\:border-yellow-500\/100:focus{border-color:#eab308}.focus\:border-yellow-500\/15:focus{border-color:rgba(234,179,8,.15)}.focus\:border-yellow-500\/20:focus{border-color:rgba(234,179,8,.2)}.focus\:border-yellow-500\/25:focus{border-color:rgba(234,179,8,.25)}.focus\:border-yellow-500\/30:focus{border-color:rgba(234,179,8,.3)}.focus\:border-yellow-500\/35:focus{border-color:rgba(234,179,8,.35)}.focus\:border-yellow-500\/40:focus{border-color:rgba(234,179,8,.4)}.focus\:border-yellow-500\/45:focus{border-color:rgba(234,179,8,.45)}.focus\:border-yellow-500\/5:focus{border-color:rgba(234,179,8,.05)}.focus\:border-yellow-500\/50:focus{border-color:rgba(234,179,8,.5)}.focus\:border-yellow-500\/55:focus{border-color:rgba(234,179,8,.55)}.focus\:border-yellow-500\/60:focus{border-color:rgba(234,179,8,.6)}.focus\:border-yellow-500\/65:focus{border-color:rgba(234,179,8,.65)}.focus\:border-yellow-500\/70:focus{border-color:rgba(234,179,8,.7)}.focus\:border-yellow-500\/75:focus{border-color:rgba(234,179,8,.75)}.focus\:border-yellow-500\/80:focus{border-color:rgba(234,179,8,.8)}.focus\:border-yellow-500\/85:focus{border-color:rgba(234,179,8,.85)}.focus\:border-yellow-500\/90:focus{border-color:rgba(234,179,8,.9)}.focus\:border-yellow-500\/95:focus{border-color:rgba(234,179,8,.95)}.focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.focus\:border-yellow-600\/0:focus{border-color:rgba(202,138,4,0)}.focus\:border-yellow-600\/10:focus{border-color:rgba(202,138,4,.1)}.focus\:border-yellow-600\/100:focus{border-color:#ca8a04}.focus\:border-yellow-600\/15:focus{border-color:rgba(202,138,4,.15)}.focus\:border-yellow-600\/20:focus{border-color:rgba(202,138,4,.2)}.focus\:border-yellow-600\/25:focus{border-color:rgba(202,138,4,.25)}.focus\:border-yellow-600\/30:focus{border-color:rgba(202,138,4,.3)}.focus\:border-yellow-600\/35:focus{border-color:rgba(202,138,4,.35)}.focus\:border-yellow-600\/40:focus{border-color:rgba(202,138,4,.4)}.focus\:border-yellow-600\/45:focus{border-color:rgba(202,138,4,.45)}.focus\:border-yellow-600\/5:focus{border-color:rgba(202,138,4,.05)}.focus\:border-yellow-600\/50:focus{border-color:rgba(202,138,4,.5)}.focus\:border-yellow-600\/55:focus{border-color:rgba(202,138,4,.55)}.focus\:border-yellow-600\/60:focus{border-color:rgba(202,138,4,.6)}.focus\:border-yellow-600\/65:focus{border-color:rgba(202,138,4,.65)}.focus\:border-yellow-600\/70:focus{border-color:rgba(202,138,4,.7)}.focus\:border-yellow-600\/75:focus{border-color:rgba(202,138,4,.75)}.focus\:border-yellow-600\/80:focus{border-color:rgba(202,138,4,.8)}.focus\:border-yellow-600\/85:focus{border-color:rgba(202,138,4,.85)}.focus\:border-yellow-600\/90:focus{border-color:rgba(202,138,4,.9)}.focus\:border-yellow-600\/95:focus{border-color:rgba(202,138,4,.95)}.focus\:border-yellow-700:focus{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.focus\:border-yellow-700\/0:focus{border-color:rgba(161,98,7,0)}.focus\:border-yellow-700\/10:focus{border-color:rgba(161,98,7,.1)}.focus\:border-yellow-700\/100:focus{border-color:#a16207}.focus\:border-yellow-700\/15:focus{border-color:rgba(161,98,7,.15)}.focus\:border-yellow-700\/20:focus{border-color:rgba(161,98,7,.2)}.focus\:border-yellow-700\/25:focus{border-color:rgba(161,98,7,.25)}.focus\:border-yellow-700\/30:focus{border-color:rgba(161,98,7,.3)}.focus\:border-yellow-700\/35:focus{border-color:rgba(161,98,7,.35)}.focus\:border-yellow-700\/40:focus{border-color:rgba(161,98,7,.4)}.focus\:border-yellow-700\/45:focus{border-color:rgba(161,98,7,.45)}.focus\:border-yellow-700\/5:focus{border-color:rgba(161,98,7,.05)}.focus\:border-yellow-700\/50:focus{border-color:rgba(161,98,7,.5)}.focus\:border-yellow-700\/55:focus{border-color:rgba(161,98,7,.55)}.focus\:border-yellow-700\/60:focus{border-color:rgba(161,98,7,.6)}.focus\:border-yellow-700\/65:focus{border-color:rgba(161,98,7,.65)}.focus\:border-yellow-700\/70:focus{border-color:rgba(161,98,7,.7)}.focus\:border-yellow-700\/75:focus{border-color:rgba(161,98,7,.75)}.focus\:border-yellow-700\/80:focus{border-color:rgba(161,98,7,.8)}.focus\:border-yellow-700\/85:focus{border-color:rgba(161,98,7,.85)}.focus\:border-yellow-700\/90:focus{border-color:rgba(161,98,7,.9)}.focus\:border-yellow-700\/95:focus{border-color:rgba(161,98,7,.95)}.focus\:border-yellow-800:focus{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.focus\:border-yellow-800\/0:focus{border-color:rgba(133,77,14,0)}.focus\:border-yellow-800\/10:focus{border-color:rgba(133,77,14,.1)}.focus\:border-yellow-800\/100:focus{border-color:#854d0e}.focus\:border-yellow-800\/15:focus{border-color:rgba(133,77,14,.15)}.focus\:border-yellow-800\/20:focus{border-color:rgba(133,77,14,.2)}.focus\:border-yellow-800\/25:focus{border-color:rgba(133,77,14,.25)}.focus\:border-yellow-800\/30:focus{border-color:rgba(133,77,14,.3)}.focus\:border-yellow-800\/35:focus{border-color:rgba(133,77,14,.35)}.focus\:border-yellow-800\/40:focus{border-color:rgba(133,77,14,.4)}.focus\:border-yellow-800\/45:focus{border-color:rgba(133,77,14,.45)}.focus\:border-yellow-800\/5:focus{border-color:rgba(133,77,14,.05)}.focus\:border-yellow-800\/50:focus{border-color:rgba(133,77,14,.5)}.focus\:border-yellow-800\/55:focus{border-color:rgba(133,77,14,.55)}.focus\:border-yellow-800\/60:focus{border-color:rgba(133,77,14,.6)}.focus\:border-yellow-800\/65:focus{border-color:rgba(133,77,14,.65)}.focus\:border-yellow-800\/70:focus{border-color:rgba(133,77,14,.7)}.focus\:border-yellow-800\/75:focus{border-color:rgba(133,77,14,.75)}.focus\:border-yellow-800\/80:focus{border-color:rgba(133,77,14,.8)}.focus\:border-yellow-800\/85:focus{border-color:rgba(133,77,14,.85)}.focus\:border-yellow-800\/90:focus{border-color:rgba(133,77,14,.9)}.focus\:border-yellow-800\/95:focus{border-color:rgba(133,77,14,.95)}.focus\:border-yellow-900:focus{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity))}.focus\:border-yellow-900\/0:focus{border-color:rgba(113,63,18,0)}.focus\:border-yellow-900\/10:focus{border-color:rgba(113,63,18,.1)}.focus\:border-yellow-900\/100:focus{border-color:#713f12}.focus\:border-yellow-900\/15:focus{border-color:rgba(113,63,18,.15)}.focus\:border-yellow-900\/20:focus{border-color:rgba(113,63,18,.2)}.focus\:border-yellow-900\/25:focus{border-color:rgba(113,63,18,.25)}.focus\:border-yellow-900\/30:focus{border-color:rgba(113,63,18,.3)}.focus\:border-yellow-900\/35:focus{border-color:rgba(113,63,18,.35)}.focus\:border-yellow-900\/40:focus{border-color:rgba(113,63,18,.4)}.focus\:border-yellow-900\/45:focus{border-color:rgba(113,63,18,.45)}.focus\:border-yellow-900\/5:focus{border-color:rgba(113,63,18,.05)}.focus\:border-yellow-900\/50:focus{border-color:rgba(113,63,18,.5)}.focus\:border-yellow-900\/55:focus{border-color:rgba(113,63,18,.55)}.focus\:border-yellow-900\/60:focus{border-color:rgba(113,63,18,.6)}.focus\:border-yellow-900\/65:focus{border-color:rgba(113,63,18,.65)}.focus\:border-yellow-900\/70:focus{border-color:rgba(113,63,18,.7)}.focus\:border-yellow-900\/75:focus{border-color:rgba(113,63,18,.75)}.focus\:border-yellow-900\/80:focus{border-color:rgba(113,63,18,.8)}.focus\:border-yellow-900\/85:focus{border-color:rgba(113,63,18,.85)}.focus\:border-yellow-900\/90:focus{border-color:rgba(113,63,18,.9)}.focus\:border-yellow-900\/95:focus{border-color:rgba(113,63,18,.95)}.focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.focus\:bg-blue-100\/0:focus{background-color:rgba(219,234,254,0)}.focus\:bg-blue-100\/10:focus{background-color:rgba(219,234,254,.1)}.focus\:bg-blue-100\/100:focus{background-color:#dbeafe}.focus\:bg-blue-100\/15:focus{background-color:rgba(219,234,254,.15)}.focus\:bg-blue-100\/20:focus{background-color:rgba(219,234,254,.2)}.focus\:bg-blue-100\/25:focus{background-color:rgba(219,234,254,.25)}.focus\:bg-blue-100\/30:focus{background-color:rgba(219,234,254,.3)}.focus\:bg-blue-100\/35:focus{background-color:rgba(219,234,254,.35)}.focus\:bg-blue-100\/40:focus{background-color:rgba(219,234,254,.4)}.focus\:bg-blue-100\/45:focus{background-color:rgba(219,234,254,.45)}.focus\:bg-blue-100\/5:focus{background-color:rgba(219,234,254,.05)}.focus\:bg-blue-100\/50:focus{background-color:rgba(219,234,254,.5)}.focus\:bg-blue-100\/55:focus{background-color:rgba(219,234,254,.55)}.focus\:bg-blue-100\/60:focus{background-color:rgba(219,234,254,.6)}.focus\:bg-blue-100\/65:focus{background-color:rgba(219,234,254,.65)}.focus\:bg-blue-100\/70:focus{background-color:rgba(219,234,254,.7)}.focus\:bg-blue-100\/75:focus{background-color:rgba(219,234,254,.75)}.focus\:bg-blue-100\/80:focus{background-color:rgba(219,234,254,.8)}.focus\:bg-blue-100\/85:focus{background-color:rgba(219,234,254,.85)}.focus\:bg-blue-100\/90:focus{background-color:rgba(219,234,254,.9)}.focus\:bg-blue-100\/95:focus{background-color:rgba(219,234,254,.95)}.focus\:bg-blue-200:focus{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.focus\:bg-blue-200\/0:focus{background-color:rgba(191,219,254,0)}.focus\:bg-blue-200\/10:focus{background-color:rgba(191,219,254,.1)}.focus\:bg-blue-200\/100:focus{background-color:#bfdbfe}.focus\:bg-blue-200\/15:focus{background-color:rgba(191,219,254,.15)}.focus\:bg-blue-200\/20:focus{background-color:rgba(191,219,254,.2)}.focus\:bg-blue-200\/25:focus{background-color:rgba(191,219,254,.25)}.focus\:bg-blue-200\/30:focus{background-color:rgba(191,219,254,.3)}.focus\:bg-blue-200\/35:focus{background-color:rgba(191,219,254,.35)}.focus\:bg-blue-200\/40:focus{background-color:rgba(191,219,254,.4)}.focus\:bg-blue-200\/45:focus{background-color:rgba(191,219,254,.45)}.focus\:bg-blue-200\/5:focus{background-color:rgba(191,219,254,.05)}.focus\:bg-blue-200\/50:focus{background-color:rgba(191,219,254,.5)}.focus\:bg-blue-200\/55:focus{background-color:rgba(191,219,254,.55)}.focus\:bg-blue-200\/60:focus{background-color:rgba(191,219,254,.6)}.focus\:bg-blue-200\/65:focus{background-color:rgba(191,219,254,.65)}.focus\:bg-blue-200\/70:focus{background-color:rgba(191,219,254,.7)}.focus\:bg-blue-200\/75:focus{background-color:rgba(191,219,254,.75)}.focus\:bg-blue-200\/80:focus{background-color:rgba(191,219,254,.8)}.focus\:bg-blue-200\/85:focus{background-color:rgba(191,219,254,.85)}.focus\:bg-blue-200\/90:focus{background-color:rgba(191,219,254,.9)}.focus\:bg-blue-200\/95:focus{background-color:rgba(191,219,254,.95)}.focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.focus\:bg-blue-300\/0:focus{background-color:rgba(147,197,253,0)}.focus\:bg-blue-300\/10:focus{background-color:rgba(147,197,253,.1)}.focus\:bg-blue-300\/100:focus{background-color:#93c5fd}.focus\:bg-blue-300\/15:focus{background-color:rgba(147,197,253,.15)}.focus\:bg-blue-300\/20:focus{background-color:rgba(147,197,253,.2)}.focus\:bg-blue-300\/25:focus{background-color:rgba(147,197,253,.25)}.focus\:bg-blue-300\/30:focus{background-color:rgba(147,197,253,.3)}.focus\:bg-blue-300\/35:focus{background-color:rgba(147,197,253,.35)}.focus\:bg-blue-300\/40:focus{background-color:rgba(147,197,253,.4)}.focus\:bg-blue-300\/45:focus{background-color:rgba(147,197,253,.45)}.focus\:bg-blue-300\/5:focus{background-color:rgba(147,197,253,.05)}.focus\:bg-blue-300\/50:focus{background-color:rgba(147,197,253,.5)}.focus\:bg-blue-300\/55:focus{background-color:rgba(147,197,253,.55)}.focus\:bg-blue-300\/60:focus{background-color:rgba(147,197,253,.6)}.focus\:bg-blue-300\/65:focus{background-color:rgba(147,197,253,.65)}.focus\:bg-blue-300\/70:focus{background-color:rgba(147,197,253,.7)}.focus\:bg-blue-300\/75:focus{background-color:rgba(147,197,253,.75)}.focus\:bg-blue-300\/80:focus{background-color:rgba(147,197,253,.8)}.focus\:bg-blue-300\/85:focus{background-color:rgba(147,197,253,.85)}.focus\:bg-blue-300\/90:focus{background-color:rgba(147,197,253,.9)}.focus\:bg-blue-300\/95:focus{background-color:rgba(147,197,253,.95)}.focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.focus\:bg-blue-400\/0:focus{background-color:rgba(96,165,250,0)}.focus\:bg-blue-400\/10:focus{background-color:rgba(96,165,250,.1)}.focus\:bg-blue-400\/100:focus{background-color:#60a5fa}.focus\:bg-blue-400\/15:focus{background-color:rgba(96,165,250,.15)}.focus\:bg-blue-400\/20:focus{background-color:rgba(96,165,250,.2)}.focus\:bg-blue-400\/25:focus{background-color:rgba(96,165,250,.25)}.focus\:bg-blue-400\/30:focus{background-color:rgba(96,165,250,.3)}.focus\:bg-blue-400\/35:focus{background-color:rgba(96,165,250,.35)}.focus\:bg-blue-400\/40:focus{background-color:rgba(96,165,250,.4)}.focus\:bg-blue-400\/45:focus{background-color:rgba(96,165,250,.45)}.focus\:bg-blue-400\/5:focus{background-color:rgba(96,165,250,.05)}.focus\:bg-blue-400\/50:focus{background-color:rgba(96,165,250,.5)}.focus\:bg-blue-400\/55:focus{background-color:rgba(96,165,250,.55)}.focus\:bg-blue-400\/60:focus{background-color:rgba(96,165,250,.6)}.focus\:bg-blue-400\/65:focus{background-color:rgba(96,165,250,.65)}.focus\:bg-blue-400\/70:focus{background-color:rgba(96,165,250,.7)}.focus\:bg-blue-400\/75:focus{background-color:rgba(96,165,250,.75)}.focus\:bg-blue-400\/80:focus{background-color:rgba(96,165,250,.8)}.focus\:bg-blue-400\/85:focus{background-color:rgba(96,165,250,.85)}.focus\:bg-blue-400\/90:focus{background-color:rgba(96,165,250,.9)}.focus\:bg-blue-400\/95:focus{background-color:rgba(96,165,250,.95)}.focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.focus\:bg-blue-50\/0:focus{background-color:rgba(239,246,255,0)}.focus\:bg-blue-50\/10:focus{background-color:rgba(239,246,255,.1)}.focus\:bg-blue-50\/100:focus{background-color:#eff6ff}.focus\:bg-blue-50\/15:focus{background-color:rgba(239,246,255,.15)}.focus\:bg-blue-50\/20:focus{background-color:rgba(239,246,255,.2)}.focus\:bg-blue-50\/25:focus{background-color:rgba(239,246,255,.25)}.focus\:bg-blue-50\/30:focus{background-color:rgba(239,246,255,.3)}.focus\:bg-blue-50\/35:focus{background-color:rgba(239,246,255,.35)}.focus\:bg-blue-50\/40:focus{background-color:rgba(239,246,255,.4)}.focus\:bg-blue-50\/45:focus{background-color:rgba(239,246,255,.45)}.focus\:bg-blue-50\/5:focus{background-color:rgba(239,246,255,.05)}.focus\:bg-blue-50\/50:focus{background-color:rgba(239,246,255,.5)}.focus\:bg-blue-50\/55:focus{background-color:rgba(239,246,255,.55)}.focus\:bg-blue-50\/60:focus{background-color:rgba(239,246,255,.6)}.focus\:bg-blue-50\/65:focus{background-color:rgba(239,246,255,.65)}.focus\:bg-blue-50\/70:focus{background-color:rgba(239,246,255,.7)}.focus\:bg-blue-50\/75:focus{background-color:rgba(239,246,255,.75)}.focus\:bg-blue-50\/80:focus{background-color:rgba(239,246,255,.8)}.focus\:bg-blue-50\/85:focus{background-color:rgba(239,246,255,.85)}.focus\:bg-blue-50\/90:focus{background-color:rgba(239,246,255,.9)}.focus\:bg-blue-50\/95:focus{background-color:rgba(239,246,255,.95)}.focus\:bg-blue-500:focus{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.focus\:bg-blue-500\/0:focus{background-color:rgba(59,130,246,0)}.focus\:bg-blue-500\/10:focus{background-color:rgba(59,130,246,.1)}.focus\:bg-blue-500\/100:focus{background-color:#3b82f6}.focus\:bg-blue-500\/15:focus{background-color:rgba(59,130,246,.15)}.focus\:bg-blue-500\/20:focus{background-color:rgba(59,130,246,.2)}.focus\:bg-blue-500\/25:focus{background-color:rgba(59,130,246,.25)}.focus\:bg-blue-500\/30:focus{background-color:rgba(59,130,246,.3)}.focus\:bg-blue-500\/35:focus{background-color:rgba(59,130,246,.35)}.focus\:bg-blue-500\/40:focus{background-color:rgba(59,130,246,.4)}.focus\:bg-blue-500\/45:focus{background-color:rgba(59,130,246,.45)}.focus\:bg-blue-500\/5:focus{background-color:rgba(59,130,246,.05)}.focus\:bg-blue-500\/50:focus{background-color:rgba(59,130,246,.5)}.focus\:bg-blue-500\/55:focus{background-color:rgba(59,130,246,.55)}.focus\:bg-blue-500\/60:focus{background-color:rgba(59,130,246,.6)}.focus\:bg-blue-500\/65:focus{background-color:rgba(59,130,246,.65)}.focus\:bg-blue-500\/70:focus{background-color:rgba(59,130,246,.7)}.focus\:bg-blue-500\/75:focus{background-color:rgba(59,130,246,.75)}.focus\:bg-blue-500\/80:focus{background-color:rgba(59,130,246,.8)}.focus\:bg-blue-500\/85:focus{background-color:rgba(59,130,246,.85)}.focus\:bg-blue-500\/90:focus{background-color:rgba(59,130,246,.9)}.focus\:bg-blue-500\/95:focus{background-color:rgba(59,130,246,.95)}.focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.focus\:bg-blue-600\/0:focus{background-color:rgba(37,99,235,0)}.focus\:bg-blue-600\/10:focus{background-color:rgba(37,99,235,.1)}.focus\:bg-blue-600\/100:focus{background-color:#2563eb}.focus\:bg-blue-600\/15:focus{background-color:rgba(37,99,235,.15)}.focus\:bg-blue-600\/20:focus{background-color:rgba(37,99,235,.2)}.focus\:bg-blue-600\/25:focus{background-color:rgba(37,99,235,.25)}.focus\:bg-blue-600\/30:focus{background-color:rgba(37,99,235,.3)}.focus\:bg-blue-600\/35:focus{background-color:rgba(37,99,235,.35)}.focus\:bg-blue-600\/40:focus{background-color:rgba(37,99,235,.4)}.focus\:bg-blue-600\/45:focus{background-color:rgba(37,99,235,.45)}.focus\:bg-blue-600\/5:focus{background-color:rgba(37,99,235,.05)}.focus\:bg-blue-600\/50:focus{background-color:rgba(37,99,235,.5)}.focus\:bg-blue-600\/55:focus{background-color:rgba(37,99,235,.55)}.focus\:bg-blue-600\/60:focus{background-color:rgba(37,99,235,.6)}.focus\:bg-blue-600\/65:focus{background-color:rgba(37,99,235,.65)}.focus\:bg-blue-600\/70:focus{background-color:rgba(37,99,235,.7)}.focus\:bg-blue-600\/75:focus{background-color:rgba(37,99,235,.75)}.focus\:bg-blue-600\/80:focus{background-color:rgba(37,99,235,.8)}.focus\:bg-blue-600\/85:focus{background-color:rgba(37,99,235,.85)}.focus\:bg-blue-600\/90:focus{background-color:rgba(37,99,235,.9)}.focus\:bg-blue-600\/95:focus{background-color:rgba(37,99,235,.95)}.focus\:bg-blue-700:focus{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.focus\:bg-blue-700\/0:focus{background-color:rgba(29,78,216,0)}.focus\:bg-blue-700\/10:focus{background-color:rgba(29,78,216,.1)}.focus\:bg-blue-700\/100:focus{background-color:#1d4ed8}.focus\:bg-blue-700\/15:focus{background-color:rgba(29,78,216,.15)}.focus\:bg-blue-700\/20:focus{background-color:rgba(29,78,216,.2)}.focus\:bg-blue-700\/25:focus{background-color:rgba(29,78,216,.25)}.focus\:bg-blue-700\/30:focus{background-color:rgba(29,78,216,.3)}.focus\:bg-blue-700\/35:focus{background-color:rgba(29,78,216,.35)}.focus\:bg-blue-700\/40:focus{background-color:rgba(29,78,216,.4)}.focus\:bg-blue-700\/45:focus{background-color:rgba(29,78,216,.45)}.focus\:bg-blue-700\/5:focus{background-color:rgba(29,78,216,.05)}.focus\:bg-blue-700\/50:focus{background-color:rgba(29,78,216,.5)}.focus\:bg-blue-700\/55:focus{background-color:rgba(29,78,216,.55)}.focus\:bg-blue-700\/60:focus{background-color:rgba(29,78,216,.6)}.focus\:bg-blue-700\/65:focus{background-color:rgba(29,78,216,.65)}.focus\:bg-blue-700\/70:focus{background-color:rgba(29,78,216,.7)}.focus\:bg-blue-700\/75:focus{background-color:rgba(29,78,216,.75)}.focus\:bg-blue-700\/80:focus{background-color:rgba(29,78,216,.8)}.focus\:bg-blue-700\/85:focus{background-color:rgba(29,78,216,.85)}.focus\:bg-blue-700\/90:focus{background-color:rgba(29,78,216,.9)}.focus\:bg-blue-700\/95:focus{background-color:rgba(29,78,216,.95)}.focus\:bg-blue-800:focus{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.focus\:bg-blue-800\/0:focus{background-color:rgba(30,64,175,0)}.focus\:bg-blue-800\/10:focus{background-color:rgba(30,64,175,.1)}.focus\:bg-blue-800\/100:focus{background-color:#1e40af}.focus\:bg-blue-800\/15:focus{background-color:rgba(30,64,175,.15)}.focus\:bg-blue-800\/20:focus{background-color:rgba(30,64,175,.2)}.focus\:bg-blue-800\/25:focus{background-color:rgba(30,64,175,.25)}.focus\:bg-blue-800\/30:focus{background-color:rgba(30,64,175,.3)}.focus\:bg-blue-800\/35:focus{background-color:rgba(30,64,175,.35)}.focus\:bg-blue-800\/40:focus{background-color:rgba(30,64,175,.4)}.focus\:bg-blue-800\/45:focus{background-color:rgba(30,64,175,.45)}.focus\:bg-blue-800\/5:focus{background-color:rgba(30,64,175,.05)}.focus\:bg-blue-800\/50:focus{background-color:rgba(30,64,175,.5)}.focus\:bg-blue-800\/55:focus{background-color:rgba(30,64,175,.55)}.focus\:bg-blue-800\/60:focus{background-color:rgba(30,64,175,.6)}.focus\:bg-blue-800\/65:focus{background-color:rgba(30,64,175,.65)}.focus\:bg-blue-800\/70:focus{background-color:rgba(30,64,175,.7)}.focus\:bg-blue-800\/75:focus{background-color:rgba(30,64,175,.75)}.focus\:bg-blue-800\/80:focus{background-color:rgba(30,64,175,.8)}.focus\:bg-blue-800\/85:focus{background-color:rgba(30,64,175,.85)}.focus\:bg-blue-800\/90:focus{background-color:rgba(30,64,175,.9)}.focus\:bg-blue-800\/95:focus{background-color:rgba(30,64,175,.95)}.focus\:bg-blue-900:focus{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.focus\:bg-blue-900\/0:focus{background-color:rgba(30,58,138,0)}.focus\:bg-blue-900\/10:focus{background-color:rgba(30,58,138,.1)}.focus\:bg-blue-900\/100:focus{background-color:#1e3a8a}.focus\:bg-blue-900\/15:focus{background-color:rgba(30,58,138,.15)}.focus\:bg-blue-900\/20:focus{background-color:rgba(30,58,138,.2)}.focus\:bg-blue-900\/25:focus{background-color:rgba(30,58,138,.25)}.focus\:bg-blue-900\/30:focus{background-color:rgba(30,58,138,.3)}.focus\:bg-blue-900\/35:focus{background-color:rgba(30,58,138,.35)}.focus\:bg-blue-900\/40:focus{background-color:rgba(30,58,138,.4)}.focus\:bg-blue-900\/45:focus{background-color:rgba(30,58,138,.45)}.focus\:bg-blue-900\/5:focus{background-color:rgba(30,58,138,.05)}.focus\:bg-blue-900\/50:focus{background-color:rgba(30,58,138,.5)}.focus\:bg-blue-900\/55:focus{background-color:rgba(30,58,138,.55)}.focus\:bg-blue-900\/60:focus{background-color:rgba(30,58,138,.6)}.focus\:bg-blue-900\/65:focus{background-color:rgba(30,58,138,.65)}.focus\:bg-blue-900\/70:focus{background-color:rgba(30,58,138,.7)}.focus\:bg-blue-900\/75:focus{background-color:rgba(30,58,138,.75)}.focus\:bg-blue-900\/80:focus{background-color:rgba(30,58,138,.8)}.focus\:bg-blue-900\/85:focus{background-color:rgba(30,58,138,.85)}.focus\:bg-blue-900\/90:focus{background-color:rgba(30,58,138,.9)}.focus\:bg-blue-900\/95:focus{background-color:rgba(30,58,138,.95)}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.focus\:bg-gray-100\/0:focus{background-color:rgba(243,244,246,0)}.focus\:bg-gray-100\/10:focus{background-color:rgba(243,244,246,.1)}.focus\:bg-gray-100\/100:focus{background-color:#f3f4f6}.focus\:bg-gray-100\/15:focus{background-color:rgba(243,244,246,.15)}.focus\:bg-gray-100\/20:focus{background-color:rgba(243,244,246,.2)}.focus\:bg-gray-100\/25:focus{background-color:rgba(243,244,246,.25)}.focus\:bg-gray-100\/30:focus{background-color:rgba(243,244,246,.3)}.focus\:bg-gray-100\/35:focus{background-color:rgba(243,244,246,.35)}.focus\:bg-gray-100\/40:focus{background-color:rgba(243,244,246,.4)}.focus\:bg-gray-100\/45:focus{background-color:rgba(243,244,246,.45)}.focus\:bg-gray-100\/5:focus{background-color:rgba(243,244,246,.05)}.focus\:bg-gray-100\/50:focus{background-color:rgba(243,244,246,.5)}.focus\:bg-gray-100\/55:focus{background-color:rgba(243,244,246,.55)}.focus\:bg-gray-100\/60:focus{background-color:rgba(243,244,246,.6)}.focus\:bg-gray-100\/65:focus{background-color:rgba(243,244,246,.65)}.focus\:bg-gray-100\/70:focus{background-color:rgba(243,244,246,.7)}.focus\:bg-gray-100\/75:focus{background-color:rgba(243,244,246,.75)}.focus\:bg-gray-100\/80:focus{background-color:rgba(243,244,246,.8)}.focus\:bg-gray-100\/85:focus{background-color:rgba(243,244,246,.85)}.focus\:bg-gray-100\/90:focus{background-color:rgba(243,244,246,.9)}.focus\:bg-gray-100\/95:focus{background-color:rgba(243,244,246,.95)}.focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.focus\:bg-gray-200\/0:focus{background-color:rgba(229,231,235,0)}.focus\:bg-gray-200\/10:focus{background-color:rgba(229,231,235,.1)}.focus\:bg-gray-200\/100:focus{background-color:#e5e7eb}.focus\:bg-gray-200\/15:focus{background-color:rgba(229,231,235,.15)}.focus\:bg-gray-200\/20:focus{background-color:rgba(229,231,235,.2)}.focus\:bg-gray-200\/25:focus{background-color:rgba(229,231,235,.25)}.focus\:bg-gray-200\/30:focus{background-color:rgba(229,231,235,.3)}.focus\:bg-gray-200\/35:focus{background-color:rgba(229,231,235,.35)}.focus\:bg-gray-200\/40:focus{background-color:rgba(229,231,235,.4)}.focus\:bg-gray-200\/45:focus{background-color:rgba(229,231,235,.45)}.focus\:bg-gray-200\/5:focus{background-color:rgba(229,231,235,.05)}.focus\:bg-gray-200\/50:focus{background-color:rgba(229,231,235,.5)}.focus\:bg-gray-200\/55:focus{background-color:rgba(229,231,235,.55)}.focus\:bg-gray-200\/60:focus{background-color:rgba(229,231,235,.6)}.focus\:bg-gray-200\/65:focus{background-color:rgba(229,231,235,.65)}.focus\:bg-gray-200\/70:focus{background-color:rgba(229,231,235,.7)}.focus\:bg-gray-200\/75:focus{background-color:rgba(229,231,235,.75)}.focus\:bg-gray-200\/80:focus{background-color:rgba(229,231,235,.8)}.focus\:bg-gray-200\/85:focus{background-color:rgba(229,231,235,.85)}.focus\:bg-gray-200\/90:focus{background-color:rgba(229,231,235,.9)}.focus\:bg-gray-200\/95:focus{background-color:rgba(229,231,235,.95)}.focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.focus\:bg-gray-300\/0:focus{background-color:rgba(209,213,219,0)}.focus\:bg-gray-300\/10:focus{background-color:rgba(209,213,219,.1)}.focus\:bg-gray-300\/100:focus{background-color:#d1d5db}.focus\:bg-gray-300\/15:focus{background-color:rgba(209,213,219,.15)}.focus\:bg-gray-300\/20:focus{background-color:rgba(209,213,219,.2)}.focus\:bg-gray-300\/25:focus{background-color:rgba(209,213,219,.25)}.focus\:bg-gray-300\/30:focus{background-color:rgba(209,213,219,.3)}.focus\:bg-gray-300\/35:focus{background-color:rgba(209,213,219,.35)}.focus\:bg-gray-300\/40:focus{background-color:rgba(209,213,219,.4)}.focus\:bg-gray-300\/45:focus{background-color:rgba(209,213,219,.45)}.focus\:bg-gray-300\/5:focus{background-color:rgba(209,213,219,.05)}.focus\:bg-gray-300\/50:focus{background-color:rgba(209,213,219,.5)}.focus\:bg-gray-300\/55:focus{background-color:rgba(209,213,219,.55)}.focus\:bg-gray-300\/60:focus{background-color:rgba(209,213,219,.6)}.focus\:bg-gray-300\/65:focus{background-color:rgba(209,213,219,.65)}.focus\:bg-gray-300\/70:focus{background-color:rgba(209,213,219,.7)}.focus\:bg-gray-300\/75:focus{background-color:rgba(209,213,219,.75)}.focus\:bg-gray-300\/80:focus{background-color:rgba(209,213,219,.8)}.focus\:bg-gray-300\/85:focus{background-color:rgba(209,213,219,.85)}.focus\:bg-gray-300\/90:focus{background-color:rgba(209,213,219,.9)}.focus\:bg-gray-300\/95:focus{background-color:rgba(209,213,219,.95)}.focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.focus\:bg-gray-400\/0:focus{background-color:rgba(156,163,175,0)}.focus\:bg-gray-400\/10:focus{background-color:rgba(156,163,175,.1)}.focus\:bg-gray-400\/100:focus{background-color:#9ca3af}.focus\:bg-gray-400\/15:focus{background-color:rgba(156,163,175,.15)}.focus\:bg-gray-400\/20:focus{background-color:rgba(156,163,175,.2)}.focus\:bg-gray-400\/25:focus{background-color:rgba(156,163,175,.25)}.focus\:bg-gray-400\/30:focus{background-color:rgba(156,163,175,.3)}.focus\:bg-gray-400\/35:focus{background-color:rgba(156,163,175,.35)}.focus\:bg-gray-400\/40:focus{background-color:rgba(156,163,175,.4)}.focus\:bg-gray-400\/45:focus{background-color:rgba(156,163,175,.45)}.focus\:bg-gray-400\/5:focus{background-color:rgba(156,163,175,.05)}.focus\:bg-gray-400\/50:focus{background-color:rgba(156,163,175,.5)}.focus\:bg-gray-400\/55:focus{background-color:rgba(156,163,175,.55)}.focus\:bg-gray-400\/60:focus{background-color:rgba(156,163,175,.6)}.focus\:bg-gray-400\/65:focus{background-color:rgba(156,163,175,.65)}.focus\:bg-gray-400\/70:focus{background-color:rgba(156,163,175,.7)}.focus\:bg-gray-400\/75:focus{background-color:rgba(156,163,175,.75)}.focus\:bg-gray-400\/80:focus{background-color:rgba(156,163,175,.8)}.focus\:bg-gray-400\/85:focus{background-color:rgba(156,163,175,.85)}.focus\:bg-gray-400\/90:focus{background-color:rgba(156,163,175,.9)}.focus\:bg-gray-400\/95:focus{background-color:rgba(156,163,175,.95)}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.focus\:bg-gray-50\/0:focus{background-color:rgba(249,250,251,0)}.focus\:bg-gray-50\/10:focus{background-color:rgba(249,250,251,.1)}.focus\:bg-gray-50\/100:focus{background-color:#f9fafb}.focus\:bg-gray-50\/15:focus{background-color:rgba(249,250,251,.15)}.focus\:bg-gray-50\/20:focus{background-color:rgba(249,250,251,.2)}.focus\:bg-gray-50\/25:focus{background-color:rgba(249,250,251,.25)}.focus\:bg-gray-50\/30:focus{background-color:rgba(249,250,251,.3)}.focus\:bg-gray-50\/35:focus{background-color:rgba(249,250,251,.35)}.focus\:bg-gray-50\/40:focus{background-color:rgba(249,250,251,.4)}.focus\:bg-gray-50\/45:focus{background-color:rgba(249,250,251,.45)}.focus\:bg-gray-50\/5:focus{background-color:rgba(249,250,251,.05)}.focus\:bg-gray-50\/50:focus{background-color:rgba(249,250,251,.5)}.focus\:bg-gray-50\/55:focus{background-color:rgba(249,250,251,.55)}.focus\:bg-gray-50\/60:focus{background-color:rgba(249,250,251,.6)}.focus\:bg-gray-50\/65:focus{background-color:rgba(249,250,251,.65)}.focus\:bg-gray-50\/70:focus{background-color:rgba(249,250,251,.7)}.focus\:bg-gray-50\/75:focus{background-color:rgba(249,250,251,.75)}.focus\:bg-gray-50\/80:focus{background-color:rgba(249,250,251,.8)}.focus\:bg-gray-50\/85:focus{background-color:rgba(249,250,251,.85)}.focus\:bg-gray-50\/90:focus{background-color:rgba(249,250,251,.9)}.focus\:bg-gray-50\/95:focus{background-color:rgba(249,250,251,.95)}.focus\:bg-gray-500:focus{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.focus\:bg-gray-500\/0:focus{background-color:hsla(220,9%,46%,0)}.focus\:bg-gray-500\/10:focus{background-color:hsla(220,9%,46%,.1)}.focus\:bg-gray-500\/100:focus{background-color:#6b7280}.focus\:bg-gray-500\/15:focus{background-color:hsla(220,9%,46%,.15)}.focus\:bg-gray-500\/20:focus{background-color:hsla(220,9%,46%,.2)}.focus\:bg-gray-500\/25:focus{background-color:hsla(220,9%,46%,.25)}.focus\:bg-gray-500\/30:focus{background-color:hsla(220,9%,46%,.3)}.focus\:bg-gray-500\/35:focus{background-color:hsla(220,9%,46%,.35)}.focus\:bg-gray-500\/40:focus{background-color:hsla(220,9%,46%,.4)}.focus\:bg-gray-500\/45:focus{background-color:hsla(220,9%,46%,.45)}.focus\:bg-gray-500\/5:focus{background-color:hsla(220,9%,46%,.05)}.focus\:bg-gray-500\/50:focus{background-color:hsla(220,9%,46%,.5)}.focus\:bg-gray-500\/55:focus{background-color:hsla(220,9%,46%,.55)}.focus\:bg-gray-500\/60:focus{background-color:hsla(220,9%,46%,.6)}.focus\:bg-gray-500\/65:focus{background-color:hsla(220,9%,46%,.65)}.focus\:bg-gray-500\/70:focus{background-color:hsla(220,9%,46%,.7)}.focus\:bg-gray-500\/75:focus{background-color:hsla(220,9%,46%,.75)}.focus\:bg-gray-500\/80:focus{background-color:hsla(220,9%,46%,.8)}.focus\:bg-gray-500\/85:focus{background-color:hsla(220,9%,46%,.85)}.focus\:bg-gray-500\/90:focus{background-color:hsla(220,9%,46%,.9)}.focus\:bg-gray-500\/95:focus{background-color:hsla(220,9%,46%,.95)}.focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.focus\:bg-gray-600\/0:focus{background-color:rgba(75,85,99,0)}.focus\:bg-gray-600\/10:focus{background-color:rgba(75,85,99,.1)}.focus\:bg-gray-600\/100:focus{background-color:#4b5563}.focus\:bg-gray-600\/15:focus{background-color:rgba(75,85,99,.15)}.focus\:bg-gray-600\/20:focus{background-color:rgba(75,85,99,.2)}.focus\:bg-gray-600\/25:focus{background-color:rgba(75,85,99,.25)}.focus\:bg-gray-600\/30:focus{background-color:rgba(75,85,99,.3)}.focus\:bg-gray-600\/35:focus{background-color:rgba(75,85,99,.35)}.focus\:bg-gray-600\/40:focus{background-color:rgba(75,85,99,.4)}.focus\:bg-gray-600\/45:focus{background-color:rgba(75,85,99,.45)}.focus\:bg-gray-600\/5:focus{background-color:rgba(75,85,99,.05)}.focus\:bg-gray-600\/50:focus{background-color:rgba(75,85,99,.5)}.focus\:bg-gray-600\/55:focus{background-color:rgba(75,85,99,.55)}.focus\:bg-gray-600\/60:focus{background-color:rgba(75,85,99,.6)}.focus\:bg-gray-600\/65:focus{background-color:rgba(75,85,99,.65)}.focus\:bg-gray-600\/70:focus{background-color:rgba(75,85,99,.7)}.focus\:bg-gray-600\/75:focus{background-color:rgba(75,85,99,.75)}.focus\:bg-gray-600\/80:focus{background-color:rgba(75,85,99,.8)}.focus\:bg-gray-600\/85:focus{background-color:rgba(75,85,99,.85)}.focus\:bg-gray-600\/90:focus{background-color:rgba(75,85,99,.9)}.focus\:bg-gray-600\/95:focus{background-color:rgba(75,85,99,.95)}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.focus\:bg-gray-700\/0:focus{background-color:rgba(55,65,81,0)}.focus\:bg-gray-700\/10:focus{background-color:rgba(55,65,81,.1)}.focus\:bg-gray-700\/100:focus{background-color:#374151}.focus\:bg-gray-700\/15:focus{background-color:rgba(55,65,81,.15)}.focus\:bg-gray-700\/20:focus{background-color:rgba(55,65,81,.2)}.focus\:bg-gray-700\/25:focus{background-color:rgba(55,65,81,.25)}.focus\:bg-gray-700\/30:focus{background-color:rgba(55,65,81,.3)}.focus\:bg-gray-700\/35:focus{background-color:rgba(55,65,81,.35)}.focus\:bg-gray-700\/40:focus{background-color:rgba(55,65,81,.4)}.focus\:bg-gray-700\/45:focus{background-color:rgba(55,65,81,.45)}.focus\:bg-gray-700\/5:focus{background-color:rgba(55,65,81,.05)}.focus\:bg-gray-700\/50:focus{background-color:rgba(55,65,81,.5)}.focus\:bg-gray-700\/55:focus{background-color:rgba(55,65,81,.55)}.focus\:bg-gray-700\/60:focus{background-color:rgba(55,65,81,.6)}.focus\:bg-gray-700\/65:focus{background-color:rgba(55,65,81,.65)}.focus\:bg-gray-700\/70:focus{background-color:rgba(55,65,81,.7)}.focus\:bg-gray-700\/75:focus{background-color:rgba(55,65,81,.75)}.focus\:bg-gray-700\/80:focus{background-color:rgba(55,65,81,.8)}.focus\:bg-gray-700\/85:focus{background-color:rgba(55,65,81,.85)}.focus\:bg-gray-700\/90:focus{background-color:rgba(55,65,81,.9)}.focus\:bg-gray-700\/95:focus{background-color:rgba(55,65,81,.95)}.focus\:bg-gray-800:focus{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.focus\:bg-gray-800\/0:focus{background-color:rgba(31,41,55,0)}.focus\:bg-gray-800\/10:focus{background-color:rgba(31,41,55,.1)}.focus\:bg-gray-800\/100:focus{background-color:#1f2937}.focus\:bg-gray-800\/15:focus{background-color:rgba(31,41,55,.15)}.focus\:bg-gray-800\/20:focus{background-color:rgba(31,41,55,.2)}.focus\:bg-gray-800\/25:focus{background-color:rgba(31,41,55,.25)}.focus\:bg-gray-800\/30:focus{background-color:rgba(31,41,55,.3)}.focus\:bg-gray-800\/35:focus{background-color:rgba(31,41,55,.35)}.focus\:bg-gray-800\/40:focus{background-color:rgba(31,41,55,.4)}.focus\:bg-gray-800\/45:focus{background-color:rgba(31,41,55,.45)}.focus\:bg-gray-800\/5:focus{background-color:rgba(31,41,55,.05)}.focus\:bg-gray-800\/50:focus{background-color:rgba(31,41,55,.5)}.focus\:bg-gray-800\/55:focus{background-color:rgba(31,41,55,.55)}.focus\:bg-gray-800\/60:focus{background-color:rgba(31,41,55,.6)}.focus\:bg-gray-800\/65:focus{background-color:rgba(31,41,55,.65)}.focus\:bg-gray-800\/70:focus{background-color:rgba(31,41,55,.7)}.focus\:bg-gray-800\/75:focus{background-color:rgba(31,41,55,.75)}.focus\:bg-gray-800\/80:focus{background-color:rgba(31,41,55,.8)}.focus\:bg-gray-800\/85:focus{background-color:rgba(31,41,55,.85)}.focus\:bg-gray-800\/90:focus{background-color:rgba(31,41,55,.9)}.focus\:bg-gray-800\/95:focus{background-color:rgba(31,41,55,.95)}.focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.focus\:bg-gray-900\/0:focus{background-color:rgba(17,24,39,0)}.focus\:bg-gray-900\/10:focus{background-color:rgba(17,24,39,.1)}.focus\:bg-gray-900\/100:focus{background-color:#111827}.focus\:bg-gray-900\/15:focus{background-color:rgba(17,24,39,.15)}.focus\:bg-gray-900\/20:focus{background-color:rgba(17,24,39,.2)}.focus\:bg-gray-900\/25:focus{background-color:rgba(17,24,39,.25)}.focus\:bg-gray-900\/30:focus{background-color:rgba(17,24,39,.3)}.focus\:bg-gray-900\/35:focus{background-color:rgba(17,24,39,.35)}.focus\:bg-gray-900\/40:focus{background-color:rgba(17,24,39,.4)}.focus\:bg-gray-900\/45:focus{background-color:rgba(17,24,39,.45)}.focus\:bg-gray-900\/5:focus{background-color:rgba(17,24,39,.05)}.focus\:bg-gray-900\/50:focus{background-color:rgba(17,24,39,.5)}.focus\:bg-gray-900\/55:focus{background-color:rgba(17,24,39,.55)}.focus\:bg-gray-900\/60:focus{background-color:rgba(17,24,39,.6)}.focus\:bg-gray-900\/65:focus{background-color:rgba(17,24,39,.65)}.focus\:bg-gray-900\/70:focus{background-color:rgba(17,24,39,.7)}.focus\:bg-gray-900\/75:focus{background-color:rgba(17,24,39,.75)}.focus\:bg-gray-900\/80:focus{background-color:rgba(17,24,39,.8)}.focus\:bg-gray-900\/85:focus{background-color:rgba(17,24,39,.85)}.focus\:bg-gray-900\/90:focus{background-color:rgba(17,24,39,.9)}.focus\:bg-gray-900\/95:focus{background-color:rgba(17,24,39,.95)}.focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.focus\:bg-green-100\/0:focus{background-color:rgba(220,252,231,0)}.focus\:bg-green-100\/10:focus{background-color:rgba(220,252,231,.1)}.focus\:bg-green-100\/100:focus{background-color:#dcfce7}.focus\:bg-green-100\/15:focus{background-color:rgba(220,252,231,.15)}.focus\:bg-green-100\/20:focus{background-color:rgba(220,252,231,.2)}.focus\:bg-green-100\/25:focus{background-color:rgba(220,252,231,.25)}.focus\:bg-green-100\/30:focus{background-color:rgba(220,252,231,.3)}.focus\:bg-green-100\/35:focus{background-color:rgba(220,252,231,.35)}.focus\:bg-green-100\/40:focus{background-color:rgba(220,252,231,.4)}.focus\:bg-green-100\/45:focus{background-color:rgba(220,252,231,.45)}.focus\:bg-green-100\/5:focus{background-color:rgba(220,252,231,.05)}.focus\:bg-green-100\/50:focus{background-color:rgba(220,252,231,.5)}.focus\:bg-green-100\/55:focus{background-color:rgba(220,252,231,.55)}.focus\:bg-green-100\/60:focus{background-color:rgba(220,252,231,.6)}.focus\:bg-green-100\/65:focus{background-color:rgba(220,252,231,.65)}.focus\:bg-green-100\/70:focus{background-color:rgba(220,252,231,.7)}.focus\:bg-green-100\/75:focus{background-color:rgba(220,252,231,.75)}.focus\:bg-green-100\/80:focus{background-color:rgba(220,252,231,.8)}.focus\:bg-green-100\/85:focus{background-color:rgba(220,252,231,.85)}.focus\:bg-green-100\/90:focus{background-color:rgba(220,252,231,.9)}.focus\:bg-green-100\/95:focus{background-color:rgba(220,252,231,.95)}.focus\:bg-green-200:focus{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.focus\:bg-green-200\/0:focus{background-color:rgba(187,247,208,0)}.focus\:bg-green-200\/10:focus{background-color:rgba(187,247,208,.1)}.focus\:bg-green-200\/100:focus{background-color:#bbf7d0}.focus\:bg-green-200\/15:focus{background-color:rgba(187,247,208,.15)}.focus\:bg-green-200\/20:focus{background-color:rgba(187,247,208,.2)}.focus\:bg-green-200\/25:focus{background-color:rgba(187,247,208,.25)}.focus\:bg-green-200\/30:focus{background-color:rgba(187,247,208,.3)}.focus\:bg-green-200\/35:focus{background-color:rgba(187,247,208,.35)}.focus\:bg-green-200\/40:focus{background-color:rgba(187,247,208,.4)}.focus\:bg-green-200\/45:focus{background-color:rgba(187,247,208,.45)}.focus\:bg-green-200\/5:focus{background-color:rgba(187,247,208,.05)}.focus\:bg-green-200\/50:focus{background-color:rgba(187,247,208,.5)}.focus\:bg-green-200\/55:focus{background-color:rgba(187,247,208,.55)}.focus\:bg-green-200\/60:focus{background-color:rgba(187,247,208,.6)}.focus\:bg-green-200\/65:focus{background-color:rgba(187,247,208,.65)}.focus\:bg-green-200\/70:focus{background-color:rgba(187,247,208,.7)}.focus\:bg-green-200\/75:focus{background-color:rgba(187,247,208,.75)}.focus\:bg-green-200\/80:focus{background-color:rgba(187,247,208,.8)}.focus\:bg-green-200\/85:focus{background-color:rgba(187,247,208,.85)}.focus\:bg-green-200\/90:focus{background-color:rgba(187,247,208,.9)}.focus\:bg-green-200\/95:focus{background-color:rgba(187,247,208,.95)}.focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity))}.focus\:bg-green-300\/0:focus{background-color:rgba(134,239,172,0)}.focus\:bg-green-300\/10:focus{background-color:rgba(134,239,172,.1)}.focus\:bg-green-300\/100:focus{background-color:#86efac}.focus\:bg-green-300\/15:focus{background-color:rgba(134,239,172,.15)}.focus\:bg-green-300\/20:focus{background-color:rgba(134,239,172,.2)}.focus\:bg-green-300\/25:focus{background-color:rgba(134,239,172,.25)}.focus\:bg-green-300\/30:focus{background-color:rgba(134,239,172,.3)}.focus\:bg-green-300\/35:focus{background-color:rgba(134,239,172,.35)}.focus\:bg-green-300\/40:focus{background-color:rgba(134,239,172,.4)}.focus\:bg-green-300\/45:focus{background-color:rgba(134,239,172,.45)}.focus\:bg-green-300\/5:focus{background-color:rgba(134,239,172,.05)}.focus\:bg-green-300\/50:focus{background-color:rgba(134,239,172,.5)}.focus\:bg-green-300\/55:focus{background-color:rgba(134,239,172,.55)}.focus\:bg-green-300\/60:focus{background-color:rgba(134,239,172,.6)}.focus\:bg-green-300\/65:focus{background-color:rgba(134,239,172,.65)}.focus\:bg-green-300\/70:focus{background-color:rgba(134,239,172,.7)}.focus\:bg-green-300\/75:focus{background-color:rgba(134,239,172,.75)}.focus\:bg-green-300\/80:focus{background-color:rgba(134,239,172,.8)}.focus\:bg-green-300\/85:focus{background-color:rgba(134,239,172,.85)}.focus\:bg-green-300\/90:focus{background-color:rgba(134,239,172,.9)}.focus\:bg-green-300\/95:focus{background-color:rgba(134,239,172,.95)}.focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.focus\:bg-green-400\/0:focus{background-color:rgba(74,222,128,0)}.focus\:bg-green-400\/10:focus{background-color:rgba(74,222,128,.1)}.focus\:bg-green-400\/100:focus{background-color:#4ade80}.focus\:bg-green-400\/15:focus{background-color:rgba(74,222,128,.15)}.focus\:bg-green-400\/20:focus{background-color:rgba(74,222,128,.2)}.focus\:bg-green-400\/25:focus{background-color:rgba(74,222,128,.25)}.focus\:bg-green-400\/30:focus{background-color:rgba(74,222,128,.3)}.focus\:bg-green-400\/35:focus{background-color:rgba(74,222,128,.35)}.focus\:bg-green-400\/40:focus{background-color:rgba(74,222,128,.4)}.focus\:bg-green-400\/45:focus{background-color:rgba(74,222,128,.45)}.focus\:bg-green-400\/5:focus{background-color:rgba(74,222,128,.05)}.focus\:bg-green-400\/50:focus{background-color:rgba(74,222,128,.5)}.focus\:bg-green-400\/55:focus{background-color:rgba(74,222,128,.55)}.focus\:bg-green-400\/60:focus{background-color:rgba(74,222,128,.6)}.focus\:bg-green-400\/65:focus{background-color:rgba(74,222,128,.65)}.focus\:bg-green-400\/70:focus{background-color:rgba(74,222,128,.7)}.focus\:bg-green-400\/75:focus{background-color:rgba(74,222,128,.75)}.focus\:bg-green-400\/80:focus{background-color:rgba(74,222,128,.8)}.focus\:bg-green-400\/85:focus{background-color:rgba(74,222,128,.85)}.focus\:bg-green-400\/90:focus{background-color:rgba(74,222,128,.9)}.focus\:bg-green-400\/95:focus{background-color:rgba(74,222,128,.95)}.focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.focus\:bg-green-50\/0:focus{background-color:rgba(240,253,244,0)}.focus\:bg-green-50\/10:focus{background-color:rgba(240,253,244,.1)}.focus\:bg-green-50\/100:focus{background-color:#f0fdf4}.focus\:bg-green-50\/15:focus{background-color:rgba(240,253,244,.15)}.focus\:bg-green-50\/20:focus{background-color:rgba(240,253,244,.2)}.focus\:bg-green-50\/25:focus{background-color:rgba(240,253,244,.25)}.focus\:bg-green-50\/30:focus{background-color:rgba(240,253,244,.3)}.focus\:bg-green-50\/35:focus{background-color:rgba(240,253,244,.35)}.focus\:bg-green-50\/40:focus{background-color:rgba(240,253,244,.4)}.focus\:bg-green-50\/45:focus{background-color:rgba(240,253,244,.45)}.focus\:bg-green-50\/5:focus{background-color:rgba(240,253,244,.05)}.focus\:bg-green-50\/50:focus{background-color:rgba(240,253,244,.5)}.focus\:bg-green-50\/55:focus{background-color:rgba(240,253,244,.55)}.focus\:bg-green-50\/60:focus{background-color:rgba(240,253,244,.6)}.focus\:bg-green-50\/65:focus{background-color:rgba(240,253,244,.65)}.focus\:bg-green-50\/70:focus{background-color:rgba(240,253,244,.7)}.focus\:bg-green-50\/75:focus{background-color:rgba(240,253,244,.75)}.focus\:bg-green-50\/80:focus{background-color:rgba(240,253,244,.8)}.focus\:bg-green-50\/85:focus{background-color:rgba(240,253,244,.85)}.focus\:bg-green-50\/90:focus{background-color:rgba(240,253,244,.9)}.focus\:bg-green-50\/95:focus{background-color:rgba(240,253,244,.95)}.focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.focus\:bg-green-500\/0:focus{background-color:rgba(34,197,94,0)}.focus\:bg-green-500\/10:focus{background-color:rgba(34,197,94,.1)}.focus\:bg-green-500\/100:focus{background-color:#22c55e}.focus\:bg-green-500\/15:focus{background-color:rgba(34,197,94,.15)}.focus\:bg-green-500\/20:focus{background-color:rgba(34,197,94,.2)}.focus\:bg-green-500\/25:focus{background-color:rgba(34,197,94,.25)}.focus\:bg-green-500\/30:focus{background-color:rgba(34,197,94,.3)}.focus\:bg-green-500\/35:focus{background-color:rgba(34,197,94,.35)}.focus\:bg-green-500\/40:focus{background-color:rgba(34,197,94,.4)}.focus\:bg-green-500\/45:focus{background-color:rgba(34,197,94,.45)}.focus\:bg-green-500\/5:focus{background-color:rgba(34,197,94,.05)}.focus\:bg-green-500\/50:focus{background-color:rgba(34,197,94,.5)}.focus\:bg-green-500\/55:focus{background-color:rgba(34,197,94,.55)}.focus\:bg-green-500\/60:focus{background-color:rgba(34,197,94,.6)}.focus\:bg-green-500\/65:focus{background-color:rgba(34,197,94,.65)}.focus\:bg-green-500\/70:focus{background-color:rgba(34,197,94,.7)}.focus\:bg-green-500\/75:focus{background-color:rgba(34,197,94,.75)}.focus\:bg-green-500\/80:focus{background-color:rgba(34,197,94,.8)}.focus\:bg-green-500\/85:focus{background-color:rgba(34,197,94,.85)}.focus\:bg-green-500\/90:focus{background-color:rgba(34,197,94,.9)}.focus\:bg-green-500\/95:focus{background-color:rgba(34,197,94,.95)}.focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.focus\:bg-green-600\/0:focus{background-color:rgba(22,163,74,0)}.focus\:bg-green-600\/10:focus{background-color:rgba(22,163,74,.1)}.focus\:bg-green-600\/100:focus{background-color:#16a34a}.focus\:bg-green-600\/15:focus{background-color:rgba(22,163,74,.15)}.focus\:bg-green-600\/20:focus{background-color:rgba(22,163,74,.2)}.focus\:bg-green-600\/25:focus{background-color:rgba(22,163,74,.25)}.focus\:bg-green-600\/30:focus{background-color:rgba(22,163,74,.3)}.focus\:bg-green-600\/35:focus{background-color:rgba(22,163,74,.35)}.focus\:bg-green-600\/40:focus{background-color:rgba(22,163,74,.4)}.focus\:bg-green-600\/45:focus{background-color:rgba(22,163,74,.45)}.focus\:bg-green-600\/5:focus{background-color:rgba(22,163,74,.05)}.focus\:bg-green-600\/50:focus{background-color:rgba(22,163,74,.5)}.focus\:bg-green-600\/55:focus{background-color:rgba(22,163,74,.55)}.focus\:bg-green-600\/60:focus{background-color:rgba(22,163,74,.6)}.focus\:bg-green-600\/65:focus{background-color:rgba(22,163,74,.65)}.focus\:bg-green-600\/70:focus{background-color:rgba(22,163,74,.7)}.focus\:bg-green-600\/75:focus{background-color:rgba(22,163,74,.75)}.focus\:bg-green-600\/80:focus{background-color:rgba(22,163,74,.8)}.focus\:bg-green-600\/85:focus{background-color:rgba(22,163,74,.85)}.focus\:bg-green-600\/90:focus{background-color:rgba(22,163,74,.9)}.focus\:bg-green-600\/95:focus{background-color:rgba(22,163,74,.95)}.focus\:bg-green-700:focus{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.focus\:bg-green-700\/0:focus{background-color:rgba(21,128,61,0)}.focus\:bg-green-700\/10:focus{background-color:rgba(21,128,61,.1)}.focus\:bg-green-700\/100:focus{background-color:#15803d}.focus\:bg-green-700\/15:focus{background-color:rgba(21,128,61,.15)}.focus\:bg-green-700\/20:focus{background-color:rgba(21,128,61,.2)}.focus\:bg-green-700\/25:focus{background-color:rgba(21,128,61,.25)}.focus\:bg-green-700\/30:focus{background-color:rgba(21,128,61,.3)}.focus\:bg-green-700\/35:focus{background-color:rgba(21,128,61,.35)}.focus\:bg-green-700\/40:focus{background-color:rgba(21,128,61,.4)}.focus\:bg-green-700\/45:focus{background-color:rgba(21,128,61,.45)}.focus\:bg-green-700\/5:focus{background-color:rgba(21,128,61,.05)}.focus\:bg-green-700\/50:focus{background-color:rgba(21,128,61,.5)}.focus\:bg-green-700\/55:focus{background-color:rgba(21,128,61,.55)}.focus\:bg-green-700\/60:focus{background-color:rgba(21,128,61,.6)}.focus\:bg-green-700\/65:focus{background-color:rgba(21,128,61,.65)}.focus\:bg-green-700\/70:focus{background-color:rgba(21,128,61,.7)}.focus\:bg-green-700\/75:focus{background-color:rgba(21,128,61,.75)}.focus\:bg-green-700\/80:focus{background-color:rgba(21,128,61,.8)}.focus\:bg-green-700\/85:focus{background-color:rgba(21,128,61,.85)}.focus\:bg-green-700\/90:focus{background-color:rgba(21,128,61,.9)}.focus\:bg-green-700\/95:focus{background-color:rgba(21,128,61,.95)}.focus\:bg-green-800:focus{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.focus\:bg-green-800\/0:focus{background-color:rgba(22,101,52,0)}.focus\:bg-green-800\/10:focus{background-color:rgba(22,101,52,.1)}.focus\:bg-green-800\/100:focus{background-color:#166534}.focus\:bg-green-800\/15:focus{background-color:rgba(22,101,52,.15)}.focus\:bg-green-800\/20:focus{background-color:rgba(22,101,52,.2)}.focus\:bg-green-800\/25:focus{background-color:rgba(22,101,52,.25)}.focus\:bg-green-800\/30:focus{background-color:rgba(22,101,52,.3)}.focus\:bg-green-800\/35:focus{background-color:rgba(22,101,52,.35)}.focus\:bg-green-800\/40:focus{background-color:rgba(22,101,52,.4)}.focus\:bg-green-800\/45:focus{background-color:rgba(22,101,52,.45)}.focus\:bg-green-800\/5:focus{background-color:rgba(22,101,52,.05)}.focus\:bg-green-800\/50:focus{background-color:rgba(22,101,52,.5)}.focus\:bg-green-800\/55:focus{background-color:rgba(22,101,52,.55)}.focus\:bg-green-800\/60:focus{background-color:rgba(22,101,52,.6)}.focus\:bg-green-800\/65:focus{background-color:rgba(22,101,52,.65)}.focus\:bg-green-800\/70:focus{background-color:rgba(22,101,52,.7)}.focus\:bg-green-800\/75:focus{background-color:rgba(22,101,52,.75)}.focus\:bg-green-800\/80:focus{background-color:rgba(22,101,52,.8)}.focus\:bg-green-800\/85:focus{background-color:rgba(22,101,52,.85)}.focus\:bg-green-800\/90:focus{background-color:rgba(22,101,52,.9)}.focus\:bg-green-800\/95:focus{background-color:rgba(22,101,52,.95)}.focus\:bg-green-900:focus{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity))}.focus\:bg-green-900\/0:focus{background-color:rgba(20,83,45,0)}.focus\:bg-green-900\/10:focus{background-color:rgba(20,83,45,.1)}.focus\:bg-green-900\/100:focus{background-color:#14532d}.focus\:bg-green-900\/15:focus{background-color:rgba(20,83,45,.15)}.focus\:bg-green-900\/20:focus{background-color:rgba(20,83,45,.2)}.focus\:bg-green-900\/25:focus{background-color:rgba(20,83,45,.25)}.focus\:bg-green-900\/30:focus{background-color:rgba(20,83,45,.3)}.focus\:bg-green-900\/35:focus{background-color:rgba(20,83,45,.35)}.focus\:bg-green-900\/40:focus{background-color:rgba(20,83,45,.4)}.focus\:bg-green-900\/45:focus{background-color:rgba(20,83,45,.45)}.focus\:bg-green-900\/5:focus{background-color:rgba(20,83,45,.05)}.focus\:bg-green-900\/50:focus{background-color:rgba(20,83,45,.5)}.focus\:bg-green-900\/55:focus{background-color:rgba(20,83,45,.55)}.focus\:bg-green-900\/60:focus{background-color:rgba(20,83,45,.6)}.focus\:bg-green-900\/65:focus{background-color:rgba(20,83,45,.65)}.focus\:bg-green-900\/70:focus{background-color:rgba(20,83,45,.7)}.focus\:bg-green-900\/75:focus{background-color:rgba(20,83,45,.75)}.focus\:bg-green-900\/80:focus{background-color:rgba(20,83,45,.8)}.focus\:bg-green-900\/85:focus{background-color:rgba(20,83,45,.85)}.focus\:bg-green-900\/90:focus{background-color:rgba(20,83,45,.9)}.focus\:bg-green-900\/95:focus{background-color:rgba(20,83,45,.95)}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.focus\:bg-indigo-100\/0:focus{background-color:rgba(224,231,255,0)}.focus\:bg-indigo-100\/10:focus{background-color:rgba(224,231,255,.1)}.focus\:bg-indigo-100\/100:focus{background-color:#e0e7ff}.focus\:bg-indigo-100\/15:focus{background-color:rgba(224,231,255,.15)}.focus\:bg-indigo-100\/20:focus{background-color:rgba(224,231,255,.2)}.focus\:bg-indigo-100\/25:focus{background-color:rgba(224,231,255,.25)}.focus\:bg-indigo-100\/30:focus{background-color:rgba(224,231,255,.3)}.focus\:bg-indigo-100\/35:focus{background-color:rgba(224,231,255,.35)}.focus\:bg-indigo-100\/40:focus{background-color:rgba(224,231,255,.4)}.focus\:bg-indigo-100\/45:focus{background-color:rgba(224,231,255,.45)}.focus\:bg-indigo-100\/5:focus{background-color:rgba(224,231,255,.05)}.focus\:bg-indigo-100\/50:focus{background-color:rgba(224,231,255,.5)}.focus\:bg-indigo-100\/55:focus{background-color:rgba(224,231,255,.55)}.focus\:bg-indigo-100\/60:focus{background-color:rgba(224,231,255,.6)}.focus\:bg-indigo-100\/65:focus{background-color:rgba(224,231,255,.65)}.focus\:bg-indigo-100\/70:focus{background-color:rgba(224,231,255,.7)}.focus\:bg-indigo-100\/75:focus{background-color:rgba(224,231,255,.75)}.focus\:bg-indigo-100\/80:focus{background-color:rgba(224,231,255,.8)}.focus\:bg-indigo-100\/85:focus{background-color:rgba(224,231,255,.85)}.focus\:bg-indigo-100\/90:focus{background-color:rgba(224,231,255,.9)}.focus\:bg-indigo-100\/95:focus{background-color:rgba(224,231,255,.95)}.focus\:bg-indigo-200:focus{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.focus\:bg-indigo-200\/0:focus{background-color:rgba(199,210,254,0)}.focus\:bg-indigo-200\/10:focus{background-color:rgba(199,210,254,.1)}.focus\:bg-indigo-200\/100:focus{background-color:#c7d2fe}.focus\:bg-indigo-200\/15:focus{background-color:rgba(199,210,254,.15)}.focus\:bg-indigo-200\/20:focus{background-color:rgba(199,210,254,.2)}.focus\:bg-indigo-200\/25:focus{background-color:rgba(199,210,254,.25)}.focus\:bg-indigo-200\/30:focus{background-color:rgba(199,210,254,.3)}.focus\:bg-indigo-200\/35:focus{background-color:rgba(199,210,254,.35)}.focus\:bg-indigo-200\/40:focus{background-color:rgba(199,210,254,.4)}.focus\:bg-indigo-200\/45:focus{background-color:rgba(199,210,254,.45)}.focus\:bg-indigo-200\/5:focus{background-color:rgba(199,210,254,.05)}.focus\:bg-indigo-200\/50:focus{background-color:rgba(199,210,254,.5)}.focus\:bg-indigo-200\/55:focus{background-color:rgba(199,210,254,.55)}.focus\:bg-indigo-200\/60:focus{background-color:rgba(199,210,254,.6)}.focus\:bg-indigo-200\/65:focus{background-color:rgba(199,210,254,.65)}.focus\:bg-indigo-200\/70:focus{background-color:rgba(199,210,254,.7)}.focus\:bg-indigo-200\/75:focus{background-color:rgba(199,210,254,.75)}.focus\:bg-indigo-200\/80:focus{background-color:rgba(199,210,254,.8)}.focus\:bg-indigo-200\/85:focus{background-color:rgba(199,210,254,.85)}.focus\:bg-indigo-200\/90:focus{background-color:rgba(199,210,254,.9)}.focus\:bg-indigo-200\/95:focus{background-color:rgba(199,210,254,.95)}.focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.focus\:bg-indigo-300\/0:focus{background-color:rgba(165,180,252,0)}.focus\:bg-indigo-300\/10:focus{background-color:rgba(165,180,252,.1)}.focus\:bg-indigo-300\/100:focus{background-color:#a5b4fc}.focus\:bg-indigo-300\/15:focus{background-color:rgba(165,180,252,.15)}.focus\:bg-indigo-300\/20:focus{background-color:rgba(165,180,252,.2)}.focus\:bg-indigo-300\/25:focus{background-color:rgba(165,180,252,.25)}.focus\:bg-indigo-300\/30:focus{background-color:rgba(165,180,252,.3)}.focus\:bg-indigo-300\/35:focus{background-color:rgba(165,180,252,.35)}.focus\:bg-indigo-300\/40:focus{background-color:rgba(165,180,252,.4)}.focus\:bg-indigo-300\/45:focus{background-color:rgba(165,180,252,.45)}.focus\:bg-indigo-300\/5:focus{background-color:rgba(165,180,252,.05)}.focus\:bg-indigo-300\/50:focus{background-color:rgba(165,180,252,.5)}.focus\:bg-indigo-300\/55:focus{background-color:rgba(165,180,252,.55)}.focus\:bg-indigo-300\/60:focus{background-color:rgba(165,180,252,.6)}.focus\:bg-indigo-300\/65:focus{background-color:rgba(165,180,252,.65)}.focus\:bg-indigo-300\/70:focus{background-color:rgba(165,180,252,.7)}.focus\:bg-indigo-300\/75:focus{background-color:rgba(165,180,252,.75)}.focus\:bg-indigo-300\/80:focus{background-color:rgba(165,180,252,.8)}.focus\:bg-indigo-300\/85:focus{background-color:rgba(165,180,252,.85)}.focus\:bg-indigo-300\/90:focus{background-color:rgba(165,180,252,.9)}.focus\:bg-indigo-300\/95:focus{background-color:rgba(165,180,252,.95)}.focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.focus\:bg-indigo-400\/0:focus{background-color:rgba(129,140,248,0)}.focus\:bg-indigo-400\/10:focus{background-color:rgba(129,140,248,.1)}.focus\:bg-indigo-400\/100:focus{background-color:#818cf8}.focus\:bg-indigo-400\/15:focus{background-color:rgba(129,140,248,.15)}.focus\:bg-indigo-400\/20:focus{background-color:rgba(129,140,248,.2)}.focus\:bg-indigo-400\/25:focus{background-color:rgba(129,140,248,.25)}.focus\:bg-indigo-400\/30:focus{background-color:rgba(129,140,248,.3)}.focus\:bg-indigo-400\/35:focus{background-color:rgba(129,140,248,.35)}.focus\:bg-indigo-400\/40:focus{background-color:rgba(129,140,248,.4)}.focus\:bg-indigo-400\/45:focus{background-color:rgba(129,140,248,.45)}.focus\:bg-indigo-400\/5:focus{background-color:rgba(129,140,248,.05)}.focus\:bg-indigo-400\/50:focus{background-color:rgba(129,140,248,.5)}.focus\:bg-indigo-400\/55:focus{background-color:rgba(129,140,248,.55)}.focus\:bg-indigo-400\/60:focus{background-color:rgba(129,140,248,.6)}.focus\:bg-indigo-400\/65:focus{background-color:rgba(129,140,248,.65)}.focus\:bg-indigo-400\/70:focus{background-color:rgba(129,140,248,.7)}.focus\:bg-indigo-400\/75:focus{background-color:rgba(129,140,248,.75)}.focus\:bg-indigo-400\/80:focus{background-color:rgba(129,140,248,.8)}.focus\:bg-indigo-400\/85:focus{background-color:rgba(129,140,248,.85)}.focus\:bg-indigo-400\/90:focus{background-color:rgba(129,140,248,.9)}.focus\:bg-indigo-400\/95:focus{background-color:rgba(129,140,248,.95)}.focus\:bg-indigo-50:focus{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.focus\:bg-indigo-50\/0:focus{background-color:rgba(238,242,255,0)}.focus\:bg-indigo-50\/10:focus{background-color:rgba(238,242,255,.1)}.focus\:bg-indigo-50\/100:focus{background-color:#eef2ff}.focus\:bg-indigo-50\/15:focus{background-color:rgba(238,242,255,.15)}.focus\:bg-indigo-50\/20:focus{background-color:rgba(238,242,255,.2)}.focus\:bg-indigo-50\/25:focus{background-color:rgba(238,242,255,.25)}.focus\:bg-indigo-50\/30:focus{background-color:rgba(238,242,255,.3)}.focus\:bg-indigo-50\/35:focus{background-color:rgba(238,242,255,.35)}.focus\:bg-indigo-50\/40:focus{background-color:rgba(238,242,255,.4)}.focus\:bg-indigo-50\/45:focus{background-color:rgba(238,242,255,.45)}.focus\:bg-indigo-50\/5:focus{background-color:rgba(238,242,255,.05)}.focus\:bg-indigo-50\/50:focus{background-color:rgba(238,242,255,.5)}.focus\:bg-indigo-50\/55:focus{background-color:rgba(238,242,255,.55)}.focus\:bg-indigo-50\/60:focus{background-color:rgba(238,242,255,.6)}.focus\:bg-indigo-50\/65:focus{background-color:rgba(238,242,255,.65)}.focus\:bg-indigo-50\/70:focus{background-color:rgba(238,242,255,.7)}.focus\:bg-indigo-50\/75:focus{background-color:rgba(238,242,255,.75)}.focus\:bg-indigo-50\/80:focus{background-color:rgba(238,242,255,.8)}.focus\:bg-indigo-50\/85:focus{background-color:rgba(238,242,255,.85)}.focus\:bg-indigo-50\/90:focus{background-color:rgba(238,242,255,.9)}.focus\:bg-indigo-50\/95:focus{background-color:rgba(238,242,255,.95)}.focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.focus\:bg-indigo-500\/0:focus{background-color:rgba(99,102,241,0)}.focus\:bg-indigo-500\/10:focus{background-color:rgba(99,102,241,.1)}.focus\:bg-indigo-500\/100:focus{background-color:#6366f1}.focus\:bg-indigo-500\/15:focus{background-color:rgba(99,102,241,.15)}.focus\:bg-indigo-500\/20:focus{background-color:rgba(99,102,241,.2)}.focus\:bg-indigo-500\/25:focus{background-color:rgba(99,102,241,.25)}.focus\:bg-indigo-500\/30:focus{background-color:rgba(99,102,241,.3)}.focus\:bg-indigo-500\/35:focus{background-color:rgba(99,102,241,.35)}.focus\:bg-indigo-500\/40:focus{background-color:rgba(99,102,241,.4)}.focus\:bg-indigo-500\/45:focus{background-color:rgba(99,102,241,.45)}.focus\:bg-indigo-500\/5:focus{background-color:rgba(99,102,241,.05)}.focus\:bg-indigo-500\/50:focus{background-color:rgba(99,102,241,.5)}.focus\:bg-indigo-500\/55:focus{background-color:rgba(99,102,241,.55)}.focus\:bg-indigo-500\/60:focus{background-color:rgba(99,102,241,.6)}.focus\:bg-indigo-500\/65:focus{background-color:rgba(99,102,241,.65)}.focus\:bg-indigo-500\/70:focus{background-color:rgba(99,102,241,.7)}.focus\:bg-indigo-500\/75:focus{background-color:rgba(99,102,241,.75)}.focus\:bg-indigo-500\/80:focus{background-color:rgba(99,102,241,.8)}.focus\:bg-indigo-500\/85:focus{background-color:rgba(99,102,241,.85)}.focus\:bg-indigo-500\/90:focus{background-color:rgba(99,102,241,.9)}.focus\:bg-indigo-500\/95:focus{background-color:rgba(99,102,241,.95)}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.focus\:bg-indigo-600\/0:focus{background-color:rgba(79,70,229,0)}.focus\:bg-indigo-600\/10:focus{background-color:rgba(79,70,229,.1)}.focus\:bg-indigo-600\/100:focus{background-color:#4f46e5}.focus\:bg-indigo-600\/15:focus{background-color:rgba(79,70,229,.15)}.focus\:bg-indigo-600\/20:focus{background-color:rgba(79,70,229,.2)}.focus\:bg-indigo-600\/25:focus{background-color:rgba(79,70,229,.25)}.focus\:bg-indigo-600\/30:focus{background-color:rgba(79,70,229,.3)}.focus\:bg-indigo-600\/35:focus{background-color:rgba(79,70,229,.35)}.focus\:bg-indigo-600\/40:focus{background-color:rgba(79,70,229,.4)}.focus\:bg-indigo-600\/45:focus{background-color:rgba(79,70,229,.45)}.focus\:bg-indigo-600\/5:focus{background-color:rgba(79,70,229,.05)}.focus\:bg-indigo-600\/50:focus{background-color:rgba(79,70,229,.5)}.focus\:bg-indigo-600\/55:focus{background-color:rgba(79,70,229,.55)}.focus\:bg-indigo-600\/60:focus{background-color:rgba(79,70,229,.6)}.focus\:bg-indigo-600\/65:focus{background-color:rgba(79,70,229,.65)}.focus\:bg-indigo-600\/70:focus{background-color:rgba(79,70,229,.7)}.focus\:bg-indigo-600\/75:focus{background-color:rgba(79,70,229,.75)}.focus\:bg-indigo-600\/80:focus{background-color:rgba(79,70,229,.8)}.focus\:bg-indigo-600\/85:focus{background-color:rgba(79,70,229,.85)}.focus\:bg-indigo-600\/90:focus{background-color:rgba(79,70,229,.9)}.focus\:bg-indigo-600\/95:focus{background-color:rgba(79,70,229,.95)}.focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.focus\:bg-indigo-700\/0:focus{background-color:rgba(67,56,202,0)}.focus\:bg-indigo-700\/10:focus{background-color:rgba(67,56,202,.1)}.focus\:bg-indigo-700\/100:focus{background-color:#4338ca}.focus\:bg-indigo-700\/15:focus{background-color:rgba(67,56,202,.15)}.focus\:bg-indigo-700\/20:focus{background-color:rgba(67,56,202,.2)}.focus\:bg-indigo-700\/25:focus{background-color:rgba(67,56,202,.25)}.focus\:bg-indigo-700\/30:focus{background-color:rgba(67,56,202,.3)}.focus\:bg-indigo-700\/35:focus{background-color:rgba(67,56,202,.35)}.focus\:bg-indigo-700\/40:focus{background-color:rgba(67,56,202,.4)}.focus\:bg-indigo-700\/45:focus{background-color:rgba(67,56,202,.45)}.focus\:bg-indigo-700\/5:focus{background-color:rgba(67,56,202,.05)}.focus\:bg-indigo-700\/50:focus{background-color:rgba(67,56,202,.5)}.focus\:bg-indigo-700\/55:focus{background-color:rgba(67,56,202,.55)}.focus\:bg-indigo-700\/60:focus{background-color:rgba(67,56,202,.6)}.focus\:bg-indigo-700\/65:focus{background-color:rgba(67,56,202,.65)}.focus\:bg-indigo-700\/70:focus{background-color:rgba(67,56,202,.7)}.focus\:bg-indigo-700\/75:focus{background-color:rgba(67,56,202,.75)}.focus\:bg-indigo-700\/80:focus{background-color:rgba(67,56,202,.8)}.focus\:bg-indigo-700\/85:focus{background-color:rgba(67,56,202,.85)}.focus\:bg-indigo-700\/90:focus{background-color:rgba(67,56,202,.9)}.focus\:bg-indigo-700\/95:focus{background-color:rgba(67,56,202,.95)}.focus\:bg-indigo-800:focus{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.focus\:bg-indigo-800\/0:focus{background-color:rgba(55,48,163,0)}.focus\:bg-indigo-800\/10:focus{background-color:rgba(55,48,163,.1)}.focus\:bg-indigo-800\/100:focus{background-color:#3730a3}.focus\:bg-indigo-800\/15:focus{background-color:rgba(55,48,163,.15)}.focus\:bg-indigo-800\/20:focus{background-color:rgba(55,48,163,.2)}.focus\:bg-indigo-800\/25:focus{background-color:rgba(55,48,163,.25)}.focus\:bg-indigo-800\/30:focus{background-color:rgba(55,48,163,.3)}.focus\:bg-indigo-800\/35:focus{background-color:rgba(55,48,163,.35)}.focus\:bg-indigo-800\/40:focus{background-color:rgba(55,48,163,.4)}.focus\:bg-indigo-800\/45:focus{background-color:rgba(55,48,163,.45)}.focus\:bg-indigo-800\/5:focus{background-color:rgba(55,48,163,.05)}.focus\:bg-indigo-800\/50:focus{background-color:rgba(55,48,163,.5)}.focus\:bg-indigo-800\/55:focus{background-color:rgba(55,48,163,.55)}.focus\:bg-indigo-800\/60:focus{background-color:rgba(55,48,163,.6)}.focus\:bg-indigo-800\/65:focus{background-color:rgba(55,48,163,.65)}.focus\:bg-indigo-800\/70:focus{background-color:rgba(55,48,163,.7)}.focus\:bg-indigo-800\/75:focus{background-color:rgba(55,48,163,.75)}.focus\:bg-indigo-800\/80:focus{background-color:rgba(55,48,163,.8)}.focus\:bg-indigo-800\/85:focus{background-color:rgba(55,48,163,.85)}.focus\:bg-indigo-800\/90:focus{background-color:rgba(55,48,163,.9)}.focus\:bg-indigo-800\/95:focus{background-color:rgba(55,48,163,.95)}.focus\:bg-indigo-900:focus{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.focus\:bg-indigo-900\/0:focus{background-color:rgba(49,46,129,0)}.focus\:bg-indigo-900\/10:focus{background-color:rgba(49,46,129,.1)}.focus\:bg-indigo-900\/100:focus{background-color:#312e81}.focus\:bg-indigo-900\/15:focus{background-color:rgba(49,46,129,.15)}.focus\:bg-indigo-900\/20:focus{background-color:rgba(49,46,129,.2)}.focus\:bg-indigo-900\/25:focus{background-color:rgba(49,46,129,.25)}.focus\:bg-indigo-900\/30:focus{background-color:rgba(49,46,129,.3)}.focus\:bg-indigo-900\/35:focus{background-color:rgba(49,46,129,.35)}.focus\:bg-indigo-900\/40:focus{background-color:rgba(49,46,129,.4)}.focus\:bg-indigo-900\/45:focus{background-color:rgba(49,46,129,.45)}.focus\:bg-indigo-900\/5:focus{background-color:rgba(49,46,129,.05)}.focus\:bg-indigo-900\/50:focus{background-color:rgba(49,46,129,.5)}.focus\:bg-indigo-900\/55:focus{background-color:rgba(49,46,129,.55)}.focus\:bg-indigo-900\/60:focus{background-color:rgba(49,46,129,.6)}.focus\:bg-indigo-900\/65:focus{background-color:rgba(49,46,129,.65)}.focus\:bg-indigo-900\/70:focus{background-color:rgba(49,46,129,.7)}.focus\:bg-indigo-900\/75:focus{background-color:rgba(49,46,129,.75)}.focus\:bg-indigo-900\/80:focus{background-color:rgba(49,46,129,.8)}.focus\:bg-indigo-900\/85:focus{background-color:rgba(49,46,129,.85)}.focus\:bg-indigo-900\/90:focus{background-color:rgba(49,46,129,.9)}.focus\:bg-indigo-900\/95:focus{background-color:rgba(49,46,129,.95)}.focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.focus\:bg-red-100\/0:focus{background-color:hsla(0,93%,94%,0)}.focus\:bg-red-100\/10:focus{background-color:hsla(0,93%,94%,.1)}.focus\:bg-red-100\/100:focus{background-color:#fee2e2}.focus\:bg-red-100\/15:focus{background-color:hsla(0,93%,94%,.15)}.focus\:bg-red-100\/20:focus{background-color:hsla(0,93%,94%,.2)}.focus\:bg-red-100\/25:focus{background-color:hsla(0,93%,94%,.25)}.focus\:bg-red-100\/30:focus{background-color:hsla(0,93%,94%,.3)}.focus\:bg-red-100\/35:focus{background-color:hsla(0,93%,94%,.35)}.focus\:bg-red-100\/40:focus{background-color:hsla(0,93%,94%,.4)}.focus\:bg-red-100\/45:focus{background-color:hsla(0,93%,94%,.45)}.focus\:bg-red-100\/5:focus{background-color:hsla(0,93%,94%,.05)}.focus\:bg-red-100\/50:focus{background-color:hsla(0,93%,94%,.5)}.focus\:bg-red-100\/55:focus{background-color:hsla(0,93%,94%,.55)}.focus\:bg-red-100\/60:focus{background-color:hsla(0,93%,94%,.6)}.focus\:bg-red-100\/65:focus{background-color:hsla(0,93%,94%,.65)}.focus\:bg-red-100\/70:focus{background-color:hsla(0,93%,94%,.7)}.focus\:bg-red-100\/75:focus{background-color:hsla(0,93%,94%,.75)}.focus\:bg-red-100\/80:focus{background-color:hsla(0,93%,94%,.8)}.focus\:bg-red-100\/85:focus{background-color:hsla(0,93%,94%,.85)}.focus\:bg-red-100\/90:focus{background-color:hsla(0,93%,94%,.9)}.focus\:bg-red-100\/95:focus{background-color:hsla(0,93%,94%,.95)}.focus\:bg-red-200:focus{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.focus\:bg-red-200\/0:focus{background-color:hsla(0,96%,89%,0)}.focus\:bg-red-200\/10:focus{background-color:hsla(0,96%,89%,.1)}.focus\:bg-red-200\/100:focus{background-color:#fecaca}.focus\:bg-red-200\/15:focus{background-color:hsla(0,96%,89%,.15)}.focus\:bg-red-200\/20:focus{background-color:hsla(0,96%,89%,.2)}.focus\:bg-red-200\/25:focus{background-color:hsla(0,96%,89%,.25)}.focus\:bg-red-200\/30:focus{background-color:hsla(0,96%,89%,.3)}.focus\:bg-red-200\/35:focus{background-color:hsla(0,96%,89%,.35)}.focus\:bg-red-200\/40:focus{background-color:hsla(0,96%,89%,.4)}.focus\:bg-red-200\/45:focus{background-color:hsla(0,96%,89%,.45)}.focus\:bg-red-200\/5:focus{background-color:hsla(0,96%,89%,.05)}.focus\:bg-red-200\/50:focus{background-color:hsla(0,96%,89%,.5)}.focus\:bg-red-200\/55:focus{background-color:hsla(0,96%,89%,.55)}.focus\:bg-red-200\/60:focus{background-color:hsla(0,96%,89%,.6)}.focus\:bg-red-200\/65:focus{background-color:hsla(0,96%,89%,.65)}.focus\:bg-red-200\/70:focus{background-color:hsla(0,96%,89%,.7)}.focus\:bg-red-200\/75:focus{background-color:hsla(0,96%,89%,.75)}.focus\:bg-red-200\/80:focus{background-color:hsla(0,96%,89%,.8)}.focus\:bg-red-200\/85:focus{background-color:hsla(0,96%,89%,.85)}.focus\:bg-red-200\/90:focus{background-color:hsla(0,96%,89%,.9)}.focus\:bg-red-200\/95:focus{background-color:hsla(0,96%,89%,.95)}.focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.focus\:bg-red-300\/0:focus{background-color:hsla(0,94%,82%,0)}.focus\:bg-red-300\/10:focus{background-color:hsla(0,94%,82%,.1)}.focus\:bg-red-300\/100:focus{background-color:#fca5a5}.focus\:bg-red-300\/15:focus{background-color:hsla(0,94%,82%,.15)}.focus\:bg-red-300\/20:focus{background-color:hsla(0,94%,82%,.2)}.focus\:bg-red-300\/25:focus{background-color:hsla(0,94%,82%,.25)}.focus\:bg-red-300\/30:focus{background-color:hsla(0,94%,82%,.3)}.focus\:bg-red-300\/35:focus{background-color:hsla(0,94%,82%,.35)}.focus\:bg-red-300\/40:focus{background-color:hsla(0,94%,82%,.4)}.focus\:bg-red-300\/45:focus{background-color:hsla(0,94%,82%,.45)}.focus\:bg-red-300\/5:focus{background-color:hsla(0,94%,82%,.05)}.focus\:bg-red-300\/50:focus{background-color:hsla(0,94%,82%,.5)}.focus\:bg-red-300\/55:focus{background-color:hsla(0,94%,82%,.55)}.focus\:bg-red-300\/60:focus{background-color:hsla(0,94%,82%,.6)}.focus\:bg-red-300\/65:focus{background-color:hsla(0,94%,82%,.65)}.focus\:bg-red-300\/70:focus{background-color:hsla(0,94%,82%,.7)}.focus\:bg-red-300\/75:focus{background-color:hsla(0,94%,82%,.75)}.focus\:bg-red-300\/80:focus{background-color:hsla(0,94%,82%,.8)}.focus\:bg-red-300\/85:focus{background-color:hsla(0,94%,82%,.85)}.focus\:bg-red-300\/90:focus{background-color:hsla(0,94%,82%,.9)}.focus\:bg-red-300\/95:focus{background-color:hsla(0,94%,82%,.95)}.focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.focus\:bg-red-400\/0:focus{background-color:hsla(0,91%,71%,0)}.focus\:bg-red-400\/10:focus{background-color:hsla(0,91%,71%,.1)}.focus\:bg-red-400\/100:focus{background-color:#f87171}.focus\:bg-red-400\/15:focus{background-color:hsla(0,91%,71%,.15)}.focus\:bg-red-400\/20:focus{background-color:hsla(0,91%,71%,.2)}.focus\:bg-red-400\/25:focus{background-color:hsla(0,91%,71%,.25)}.focus\:bg-red-400\/30:focus{background-color:hsla(0,91%,71%,.3)}.focus\:bg-red-400\/35:focus{background-color:hsla(0,91%,71%,.35)}.focus\:bg-red-400\/40:focus{background-color:hsla(0,91%,71%,.4)}.focus\:bg-red-400\/45:focus{background-color:hsla(0,91%,71%,.45)}.focus\:bg-red-400\/5:focus{background-color:hsla(0,91%,71%,.05)}.focus\:bg-red-400\/50:focus{background-color:hsla(0,91%,71%,.5)}.focus\:bg-red-400\/55:focus{background-color:hsla(0,91%,71%,.55)}.focus\:bg-red-400\/60:focus{background-color:hsla(0,91%,71%,.6)}.focus\:bg-red-400\/65:focus{background-color:hsla(0,91%,71%,.65)}.focus\:bg-red-400\/70:focus{background-color:hsla(0,91%,71%,.7)}.focus\:bg-red-400\/75:focus{background-color:hsla(0,91%,71%,.75)}.focus\:bg-red-400\/80:focus{background-color:hsla(0,91%,71%,.8)}.focus\:bg-red-400\/85:focus{background-color:hsla(0,91%,71%,.85)}.focus\:bg-red-400\/90:focus{background-color:hsla(0,91%,71%,.9)}.focus\:bg-red-400\/95:focus{background-color:hsla(0,91%,71%,.95)}.focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.focus\:bg-red-50\/0:focus{background-color:hsla(0,86%,97%,0)}.focus\:bg-red-50\/10:focus{background-color:hsla(0,86%,97%,.1)}.focus\:bg-red-50\/100:focus{background-color:#fef2f2}.focus\:bg-red-50\/15:focus{background-color:hsla(0,86%,97%,.15)}.focus\:bg-red-50\/20:focus{background-color:hsla(0,86%,97%,.2)}.focus\:bg-red-50\/25:focus{background-color:hsla(0,86%,97%,.25)}.focus\:bg-red-50\/30:focus{background-color:hsla(0,86%,97%,.3)}.focus\:bg-red-50\/35:focus{background-color:hsla(0,86%,97%,.35)}.focus\:bg-red-50\/40:focus{background-color:hsla(0,86%,97%,.4)}.focus\:bg-red-50\/45:focus{background-color:hsla(0,86%,97%,.45)}.focus\:bg-red-50\/5:focus{background-color:hsla(0,86%,97%,.05)}.focus\:bg-red-50\/50:focus{background-color:hsla(0,86%,97%,.5)}.focus\:bg-red-50\/55:focus{background-color:hsla(0,86%,97%,.55)}.focus\:bg-red-50\/60:focus{background-color:hsla(0,86%,97%,.6)}.focus\:bg-red-50\/65:focus{background-color:hsla(0,86%,97%,.65)}.focus\:bg-red-50\/70:focus{background-color:hsla(0,86%,97%,.7)}.focus\:bg-red-50\/75:focus{background-color:hsla(0,86%,97%,.75)}.focus\:bg-red-50\/80:focus{background-color:hsla(0,86%,97%,.8)}.focus\:bg-red-50\/85:focus{background-color:hsla(0,86%,97%,.85)}.focus\:bg-red-50\/90:focus{background-color:hsla(0,86%,97%,.9)}.focus\:bg-red-50\/95:focus{background-color:hsla(0,86%,97%,.95)}.focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.focus\:bg-red-500\/0:focus{background-color:rgba(239,68,68,0)}.focus\:bg-red-500\/10:focus{background-color:rgba(239,68,68,.1)}.focus\:bg-red-500\/100:focus{background-color:#ef4444}.focus\:bg-red-500\/15:focus{background-color:rgba(239,68,68,.15)}.focus\:bg-red-500\/20:focus{background-color:rgba(239,68,68,.2)}.focus\:bg-red-500\/25:focus{background-color:rgba(239,68,68,.25)}.focus\:bg-red-500\/30:focus{background-color:rgba(239,68,68,.3)}.focus\:bg-red-500\/35:focus{background-color:rgba(239,68,68,.35)}.focus\:bg-red-500\/40:focus{background-color:rgba(239,68,68,.4)}.focus\:bg-red-500\/45:focus{background-color:rgba(239,68,68,.45)}.focus\:bg-red-500\/5:focus{background-color:rgba(239,68,68,.05)}.focus\:bg-red-500\/50:focus{background-color:rgba(239,68,68,.5)}.focus\:bg-red-500\/55:focus{background-color:rgba(239,68,68,.55)}.focus\:bg-red-500\/60:focus{background-color:rgba(239,68,68,.6)}.focus\:bg-red-500\/65:focus{background-color:rgba(239,68,68,.65)}.focus\:bg-red-500\/70:focus{background-color:rgba(239,68,68,.7)}.focus\:bg-red-500\/75:focus{background-color:rgba(239,68,68,.75)}.focus\:bg-red-500\/80:focus{background-color:rgba(239,68,68,.8)}.focus\:bg-red-500\/85:focus{background-color:rgba(239,68,68,.85)}.focus\:bg-red-500\/90:focus{background-color:rgba(239,68,68,.9)}.focus\:bg-red-500\/95:focus{background-color:rgba(239,68,68,.95)}.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.focus\:bg-red-600\/0:focus{background-color:rgba(220,38,38,0)}.focus\:bg-red-600\/10:focus{background-color:rgba(220,38,38,.1)}.focus\:bg-red-600\/100:focus{background-color:#dc2626}.focus\:bg-red-600\/15:focus{background-color:rgba(220,38,38,.15)}.focus\:bg-red-600\/20:focus{background-color:rgba(220,38,38,.2)}.focus\:bg-red-600\/25:focus{background-color:rgba(220,38,38,.25)}.focus\:bg-red-600\/30:focus{background-color:rgba(220,38,38,.3)}.focus\:bg-red-600\/35:focus{background-color:rgba(220,38,38,.35)}.focus\:bg-red-600\/40:focus{background-color:rgba(220,38,38,.4)}.focus\:bg-red-600\/45:focus{background-color:rgba(220,38,38,.45)}.focus\:bg-red-600\/5:focus{background-color:rgba(220,38,38,.05)}.focus\:bg-red-600\/50:focus{background-color:rgba(220,38,38,.5)}.focus\:bg-red-600\/55:focus{background-color:rgba(220,38,38,.55)}.focus\:bg-red-600\/60:focus{background-color:rgba(220,38,38,.6)}.focus\:bg-red-600\/65:focus{background-color:rgba(220,38,38,.65)}.focus\:bg-red-600\/70:focus{background-color:rgba(220,38,38,.7)}.focus\:bg-red-600\/75:focus{background-color:rgba(220,38,38,.75)}.focus\:bg-red-600\/80:focus{background-color:rgba(220,38,38,.8)}.focus\:bg-red-600\/85:focus{background-color:rgba(220,38,38,.85)}.focus\:bg-red-600\/90:focus{background-color:rgba(220,38,38,.9)}.focus\:bg-red-600\/95:focus{background-color:rgba(220,38,38,.95)}.focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.focus\:bg-red-700\/0:focus{background-color:rgba(185,28,28,0)}.focus\:bg-red-700\/10:focus{background-color:rgba(185,28,28,.1)}.focus\:bg-red-700\/100:focus{background-color:#b91c1c}.focus\:bg-red-700\/15:focus{background-color:rgba(185,28,28,.15)}.focus\:bg-red-700\/20:focus{background-color:rgba(185,28,28,.2)}.focus\:bg-red-700\/25:focus{background-color:rgba(185,28,28,.25)}.focus\:bg-red-700\/30:focus{background-color:rgba(185,28,28,.3)}.focus\:bg-red-700\/35:focus{background-color:rgba(185,28,28,.35)}.focus\:bg-red-700\/40:focus{background-color:rgba(185,28,28,.4)}.focus\:bg-red-700\/45:focus{background-color:rgba(185,28,28,.45)}.focus\:bg-red-700\/5:focus{background-color:rgba(185,28,28,.05)}.focus\:bg-red-700\/50:focus{background-color:rgba(185,28,28,.5)}.focus\:bg-red-700\/55:focus{background-color:rgba(185,28,28,.55)}.focus\:bg-red-700\/60:focus{background-color:rgba(185,28,28,.6)}.focus\:bg-red-700\/65:focus{background-color:rgba(185,28,28,.65)}.focus\:bg-red-700\/70:focus{background-color:rgba(185,28,28,.7)}.focus\:bg-red-700\/75:focus{background-color:rgba(185,28,28,.75)}.focus\:bg-red-700\/80:focus{background-color:rgba(185,28,28,.8)}.focus\:bg-red-700\/85:focus{background-color:rgba(185,28,28,.85)}.focus\:bg-red-700\/90:focus{background-color:rgba(185,28,28,.9)}.focus\:bg-red-700\/95:focus{background-color:rgba(185,28,28,.95)}.focus\:bg-red-800:focus{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.focus\:bg-red-800\/0:focus{background-color:rgba(153,27,27,0)}.focus\:bg-red-800\/10:focus{background-color:rgba(153,27,27,.1)}.focus\:bg-red-800\/100:focus{background-color:#991b1b}.focus\:bg-red-800\/15:focus{background-color:rgba(153,27,27,.15)}.focus\:bg-red-800\/20:focus{background-color:rgba(153,27,27,.2)}.focus\:bg-red-800\/25:focus{background-color:rgba(153,27,27,.25)}.focus\:bg-red-800\/30:focus{background-color:rgba(153,27,27,.3)}.focus\:bg-red-800\/35:focus{background-color:rgba(153,27,27,.35)}.focus\:bg-red-800\/40:focus{background-color:rgba(153,27,27,.4)}.focus\:bg-red-800\/45:focus{background-color:rgba(153,27,27,.45)}.focus\:bg-red-800\/5:focus{background-color:rgba(153,27,27,.05)}.focus\:bg-red-800\/50:focus{background-color:rgba(153,27,27,.5)}.focus\:bg-red-800\/55:focus{background-color:rgba(153,27,27,.55)}.focus\:bg-red-800\/60:focus{background-color:rgba(153,27,27,.6)}.focus\:bg-red-800\/65:focus{background-color:rgba(153,27,27,.65)}.focus\:bg-red-800\/70:focus{background-color:rgba(153,27,27,.7)}.focus\:bg-red-800\/75:focus{background-color:rgba(153,27,27,.75)}.focus\:bg-red-800\/80:focus{background-color:rgba(153,27,27,.8)}.focus\:bg-red-800\/85:focus{background-color:rgba(153,27,27,.85)}.focus\:bg-red-800\/90:focus{background-color:rgba(153,27,27,.9)}.focus\:bg-red-800\/95:focus{background-color:rgba(153,27,27,.95)}.focus\:bg-red-900:focus{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.focus\:bg-red-900\/0:focus{background-color:rgba(127,29,29,0)}.focus\:bg-red-900\/10:focus{background-color:rgba(127,29,29,.1)}.focus\:bg-red-900\/100:focus{background-color:#7f1d1d}.focus\:bg-red-900\/15:focus{background-color:rgba(127,29,29,.15)}.focus\:bg-red-900\/20:focus{background-color:rgba(127,29,29,.2)}.focus\:bg-red-900\/25:focus{background-color:rgba(127,29,29,.25)}.focus\:bg-red-900\/30:focus{background-color:rgba(127,29,29,.3)}.focus\:bg-red-900\/35:focus{background-color:rgba(127,29,29,.35)}.focus\:bg-red-900\/40:focus{background-color:rgba(127,29,29,.4)}.focus\:bg-red-900\/45:focus{background-color:rgba(127,29,29,.45)}.focus\:bg-red-900\/5:focus{background-color:rgba(127,29,29,.05)}.focus\:bg-red-900\/50:focus{background-color:rgba(127,29,29,.5)}.focus\:bg-red-900\/55:focus{background-color:rgba(127,29,29,.55)}.focus\:bg-red-900\/60:focus{background-color:rgba(127,29,29,.6)}.focus\:bg-red-900\/65:focus{background-color:rgba(127,29,29,.65)}.focus\:bg-red-900\/70:focus{background-color:rgba(127,29,29,.7)}.focus\:bg-red-900\/75:focus{background-color:rgba(127,29,29,.75)}.focus\:bg-red-900\/80:focus{background-color:rgba(127,29,29,.8)}.focus\:bg-red-900\/85:focus{background-color:rgba(127,29,29,.85)}.focus\:bg-red-900\/90:focus{background-color:rgba(127,29,29,.9)}.focus\:bg-red-900\/95:focus{background-color:rgba(127,29,29,.95)}.focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.focus\:bg-yellow-100\/0:focus{background-color:hsla(55,97%,88%,0)}.focus\:bg-yellow-100\/10:focus{background-color:hsla(55,97%,88%,.1)}.focus\:bg-yellow-100\/100:focus{background-color:#fef9c3}.focus\:bg-yellow-100\/15:focus{background-color:hsla(55,97%,88%,.15)}.focus\:bg-yellow-100\/20:focus{background-color:hsla(55,97%,88%,.2)}.focus\:bg-yellow-100\/25:focus{background-color:hsla(55,97%,88%,.25)}.focus\:bg-yellow-100\/30:focus{background-color:hsla(55,97%,88%,.3)}.focus\:bg-yellow-100\/35:focus{background-color:hsla(55,97%,88%,.35)}.focus\:bg-yellow-100\/40:focus{background-color:hsla(55,97%,88%,.4)}.focus\:bg-yellow-100\/45:focus{background-color:hsla(55,97%,88%,.45)}.focus\:bg-yellow-100\/5:focus{background-color:hsla(55,97%,88%,.05)}.focus\:bg-yellow-100\/50:focus{background-color:hsla(55,97%,88%,.5)}.focus\:bg-yellow-100\/55:focus{background-color:hsla(55,97%,88%,.55)}.focus\:bg-yellow-100\/60:focus{background-color:hsla(55,97%,88%,.6)}.focus\:bg-yellow-100\/65:focus{background-color:hsla(55,97%,88%,.65)}.focus\:bg-yellow-100\/70:focus{background-color:hsla(55,97%,88%,.7)}.focus\:bg-yellow-100\/75:focus{background-color:hsla(55,97%,88%,.75)}.focus\:bg-yellow-100\/80:focus{background-color:hsla(55,97%,88%,.8)}.focus\:bg-yellow-100\/85:focus{background-color:hsla(55,97%,88%,.85)}.focus\:bg-yellow-100\/90:focus{background-color:hsla(55,97%,88%,.9)}.focus\:bg-yellow-100\/95:focus{background-color:hsla(55,97%,88%,.95)}.focus\:bg-yellow-200:focus{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.focus\:bg-yellow-200\/0:focus{background-color:hsla(53,98%,77%,0)}.focus\:bg-yellow-200\/10:focus{background-color:hsla(53,98%,77%,.1)}.focus\:bg-yellow-200\/100:focus{background-color:#fef08a}.focus\:bg-yellow-200\/15:focus{background-color:hsla(53,98%,77%,.15)}.focus\:bg-yellow-200\/20:focus{background-color:hsla(53,98%,77%,.2)}.focus\:bg-yellow-200\/25:focus{background-color:hsla(53,98%,77%,.25)}.focus\:bg-yellow-200\/30:focus{background-color:hsla(53,98%,77%,.3)}.focus\:bg-yellow-200\/35:focus{background-color:hsla(53,98%,77%,.35)}.focus\:bg-yellow-200\/40:focus{background-color:hsla(53,98%,77%,.4)}.focus\:bg-yellow-200\/45:focus{background-color:hsla(53,98%,77%,.45)}.focus\:bg-yellow-200\/5:focus{background-color:hsla(53,98%,77%,.05)}.focus\:bg-yellow-200\/50:focus{background-color:hsla(53,98%,77%,.5)}.focus\:bg-yellow-200\/55:focus{background-color:hsla(53,98%,77%,.55)}.focus\:bg-yellow-200\/60:focus{background-color:hsla(53,98%,77%,.6)}.focus\:bg-yellow-200\/65:focus{background-color:hsla(53,98%,77%,.65)}.focus\:bg-yellow-200\/70:focus{background-color:hsla(53,98%,77%,.7)}.focus\:bg-yellow-200\/75:focus{background-color:hsla(53,98%,77%,.75)}.focus\:bg-yellow-200\/80:focus{background-color:hsla(53,98%,77%,.8)}.focus\:bg-yellow-200\/85:focus{background-color:hsla(53,98%,77%,.85)}.focus\:bg-yellow-200\/90:focus{background-color:hsla(53,98%,77%,.9)}.focus\:bg-yellow-200\/95:focus{background-color:hsla(53,98%,77%,.95)}.focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.focus\:bg-yellow-300\/0:focus{background-color:rgba(253,224,71,0)}.focus\:bg-yellow-300\/10:focus{background-color:rgba(253,224,71,.1)}.focus\:bg-yellow-300\/100:focus{background-color:#fde047}.focus\:bg-yellow-300\/15:focus{background-color:rgba(253,224,71,.15)}.focus\:bg-yellow-300\/20:focus{background-color:rgba(253,224,71,.2)}.focus\:bg-yellow-300\/25:focus{background-color:rgba(253,224,71,.25)}.focus\:bg-yellow-300\/30:focus{background-color:rgba(253,224,71,.3)}.focus\:bg-yellow-300\/35:focus{background-color:rgba(253,224,71,.35)}.focus\:bg-yellow-300\/40:focus{background-color:rgba(253,224,71,.4)}.focus\:bg-yellow-300\/45:focus{background-color:rgba(253,224,71,.45)}.focus\:bg-yellow-300\/5:focus{background-color:rgba(253,224,71,.05)}.focus\:bg-yellow-300\/50:focus{background-color:rgba(253,224,71,.5)}.focus\:bg-yellow-300\/55:focus{background-color:rgba(253,224,71,.55)}.focus\:bg-yellow-300\/60:focus{background-color:rgba(253,224,71,.6)}.focus\:bg-yellow-300\/65:focus{background-color:rgba(253,224,71,.65)}.focus\:bg-yellow-300\/70:focus{background-color:rgba(253,224,71,.7)}.focus\:bg-yellow-300\/75:focus{background-color:rgba(253,224,71,.75)}.focus\:bg-yellow-300\/80:focus{background-color:rgba(253,224,71,.8)}.focus\:bg-yellow-300\/85:focus{background-color:rgba(253,224,71,.85)}.focus\:bg-yellow-300\/90:focus{background-color:rgba(253,224,71,.9)}.focus\:bg-yellow-300\/95:focus{background-color:rgba(253,224,71,.95)}.focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.focus\:bg-yellow-400\/0:focus{background-color:rgba(250,204,21,0)}.focus\:bg-yellow-400\/10:focus{background-color:rgba(250,204,21,.1)}.focus\:bg-yellow-400\/100:focus{background-color:#facc15}.focus\:bg-yellow-400\/15:focus{background-color:rgba(250,204,21,.15)}.focus\:bg-yellow-400\/20:focus{background-color:rgba(250,204,21,.2)}.focus\:bg-yellow-400\/25:focus{background-color:rgba(250,204,21,.25)}.focus\:bg-yellow-400\/30:focus{background-color:rgba(250,204,21,.3)}.focus\:bg-yellow-400\/35:focus{background-color:rgba(250,204,21,.35)}.focus\:bg-yellow-400\/40:focus{background-color:rgba(250,204,21,.4)}.focus\:bg-yellow-400\/45:focus{background-color:rgba(250,204,21,.45)}.focus\:bg-yellow-400\/5:focus{background-color:rgba(250,204,21,.05)}.focus\:bg-yellow-400\/50:focus{background-color:rgba(250,204,21,.5)}.focus\:bg-yellow-400\/55:focus{background-color:rgba(250,204,21,.55)}.focus\:bg-yellow-400\/60:focus{background-color:rgba(250,204,21,.6)}.focus\:bg-yellow-400\/65:focus{background-color:rgba(250,204,21,.65)}.focus\:bg-yellow-400\/70:focus{background-color:rgba(250,204,21,.7)}.focus\:bg-yellow-400\/75:focus{background-color:rgba(250,204,21,.75)}.focus\:bg-yellow-400\/80:focus{background-color:rgba(250,204,21,.8)}.focus\:bg-yellow-400\/85:focus{background-color:rgba(250,204,21,.85)}.focus\:bg-yellow-400\/90:focus{background-color:rgba(250,204,21,.9)}.focus\:bg-yellow-400\/95:focus{background-color:rgba(250,204,21,.95)}.focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.focus\:bg-yellow-50\/0:focus{background-color:hsla(55,92%,95%,0)}.focus\:bg-yellow-50\/10:focus{background-color:hsla(55,92%,95%,.1)}.focus\:bg-yellow-50\/100:focus{background-color:#fefce8}.focus\:bg-yellow-50\/15:focus{background-color:hsla(55,92%,95%,.15)}.focus\:bg-yellow-50\/20:focus{background-color:hsla(55,92%,95%,.2)}.focus\:bg-yellow-50\/25:focus{background-color:hsla(55,92%,95%,.25)}.focus\:bg-yellow-50\/30:focus{background-color:hsla(55,92%,95%,.3)}.focus\:bg-yellow-50\/35:focus{background-color:hsla(55,92%,95%,.35)}.focus\:bg-yellow-50\/40:focus{background-color:hsla(55,92%,95%,.4)}.focus\:bg-yellow-50\/45:focus{background-color:hsla(55,92%,95%,.45)}.focus\:bg-yellow-50\/5:focus{background-color:hsla(55,92%,95%,.05)}.focus\:bg-yellow-50\/50:focus{background-color:hsla(55,92%,95%,.5)}.focus\:bg-yellow-50\/55:focus{background-color:hsla(55,92%,95%,.55)}.focus\:bg-yellow-50\/60:focus{background-color:hsla(55,92%,95%,.6)}.focus\:bg-yellow-50\/65:focus{background-color:hsla(55,92%,95%,.65)}.focus\:bg-yellow-50\/70:focus{background-color:hsla(55,92%,95%,.7)}.focus\:bg-yellow-50\/75:focus{background-color:hsla(55,92%,95%,.75)}.focus\:bg-yellow-50\/80:focus{background-color:hsla(55,92%,95%,.8)}.focus\:bg-yellow-50\/85:focus{background-color:hsla(55,92%,95%,.85)}.focus\:bg-yellow-50\/90:focus{background-color:hsla(55,92%,95%,.9)}.focus\:bg-yellow-50\/95:focus{background-color:hsla(55,92%,95%,.95)}.focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.focus\:bg-yellow-500\/0:focus{background-color:rgba(234,179,8,0)}.focus\:bg-yellow-500\/10:focus{background-color:rgba(234,179,8,.1)}.focus\:bg-yellow-500\/100:focus{background-color:#eab308}.focus\:bg-yellow-500\/15:focus{background-color:rgba(234,179,8,.15)}.focus\:bg-yellow-500\/20:focus{background-color:rgba(234,179,8,.2)}.focus\:bg-yellow-500\/25:focus{background-color:rgba(234,179,8,.25)}.focus\:bg-yellow-500\/30:focus{background-color:rgba(234,179,8,.3)}.focus\:bg-yellow-500\/35:focus{background-color:rgba(234,179,8,.35)}.focus\:bg-yellow-500\/40:focus{background-color:rgba(234,179,8,.4)}.focus\:bg-yellow-500\/45:focus{background-color:rgba(234,179,8,.45)}.focus\:bg-yellow-500\/5:focus{background-color:rgba(234,179,8,.05)}.focus\:bg-yellow-500\/50:focus{background-color:rgba(234,179,8,.5)}.focus\:bg-yellow-500\/55:focus{background-color:rgba(234,179,8,.55)}.focus\:bg-yellow-500\/60:focus{background-color:rgba(234,179,8,.6)}.focus\:bg-yellow-500\/65:focus{background-color:rgba(234,179,8,.65)}.focus\:bg-yellow-500\/70:focus{background-color:rgba(234,179,8,.7)}.focus\:bg-yellow-500\/75:focus{background-color:rgba(234,179,8,.75)}.focus\:bg-yellow-500\/80:focus{background-color:rgba(234,179,8,.8)}.focus\:bg-yellow-500\/85:focus{background-color:rgba(234,179,8,.85)}.focus\:bg-yellow-500\/90:focus{background-color:rgba(234,179,8,.9)}.focus\:bg-yellow-500\/95:focus{background-color:rgba(234,179,8,.95)}.focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.focus\:bg-yellow-600\/0:focus{background-color:rgba(202,138,4,0)}.focus\:bg-yellow-600\/10:focus{background-color:rgba(202,138,4,.1)}.focus\:bg-yellow-600\/100:focus{background-color:#ca8a04}.focus\:bg-yellow-600\/15:focus{background-color:rgba(202,138,4,.15)}.focus\:bg-yellow-600\/20:focus{background-color:rgba(202,138,4,.2)}.focus\:bg-yellow-600\/25:focus{background-color:rgba(202,138,4,.25)}.focus\:bg-yellow-600\/30:focus{background-color:rgba(202,138,4,.3)}.focus\:bg-yellow-600\/35:focus{background-color:rgba(202,138,4,.35)}.focus\:bg-yellow-600\/40:focus{background-color:rgba(202,138,4,.4)}.focus\:bg-yellow-600\/45:focus{background-color:rgba(202,138,4,.45)}.focus\:bg-yellow-600\/5:focus{background-color:rgba(202,138,4,.05)}.focus\:bg-yellow-600\/50:focus{background-color:rgba(202,138,4,.5)}.focus\:bg-yellow-600\/55:focus{background-color:rgba(202,138,4,.55)}.focus\:bg-yellow-600\/60:focus{background-color:rgba(202,138,4,.6)}.focus\:bg-yellow-600\/65:focus{background-color:rgba(202,138,4,.65)}.focus\:bg-yellow-600\/70:focus{background-color:rgba(202,138,4,.7)}.focus\:bg-yellow-600\/75:focus{background-color:rgba(202,138,4,.75)}.focus\:bg-yellow-600\/80:focus{background-color:rgba(202,138,4,.8)}.focus\:bg-yellow-600\/85:focus{background-color:rgba(202,138,4,.85)}.focus\:bg-yellow-600\/90:focus{background-color:rgba(202,138,4,.9)}.focus\:bg-yellow-600\/95:focus{background-color:rgba(202,138,4,.95)}.focus\:bg-yellow-700:focus{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.focus\:bg-yellow-700\/0:focus{background-color:rgba(161,98,7,0)}.focus\:bg-yellow-700\/10:focus{background-color:rgba(161,98,7,.1)}.focus\:bg-yellow-700\/100:focus{background-color:#a16207}.focus\:bg-yellow-700\/15:focus{background-color:rgba(161,98,7,.15)}.focus\:bg-yellow-700\/20:focus{background-color:rgba(161,98,7,.2)}.focus\:bg-yellow-700\/25:focus{background-color:rgba(161,98,7,.25)}.focus\:bg-yellow-700\/30:focus{background-color:rgba(161,98,7,.3)}.focus\:bg-yellow-700\/35:focus{background-color:rgba(161,98,7,.35)}.focus\:bg-yellow-700\/40:focus{background-color:rgba(161,98,7,.4)}.focus\:bg-yellow-700\/45:focus{background-color:rgba(161,98,7,.45)}.focus\:bg-yellow-700\/5:focus{background-color:rgba(161,98,7,.05)}.focus\:bg-yellow-700\/50:focus{background-color:rgba(161,98,7,.5)}.focus\:bg-yellow-700\/55:focus{background-color:rgba(161,98,7,.55)}.focus\:bg-yellow-700\/60:focus{background-color:rgba(161,98,7,.6)}.focus\:bg-yellow-700\/65:focus{background-color:rgba(161,98,7,.65)}.focus\:bg-yellow-700\/70:focus{background-color:rgba(161,98,7,.7)}.focus\:bg-yellow-700\/75:focus{background-color:rgba(161,98,7,.75)}.focus\:bg-yellow-700\/80:focus{background-color:rgba(161,98,7,.8)}.focus\:bg-yellow-700\/85:focus{background-color:rgba(161,98,7,.85)}.focus\:bg-yellow-700\/90:focus{background-color:rgba(161,98,7,.9)}.focus\:bg-yellow-700\/95:focus{background-color:rgba(161,98,7,.95)}.focus\:bg-yellow-800:focus{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.focus\:bg-yellow-800\/0:focus{background-color:rgba(133,77,14,0)}.focus\:bg-yellow-800\/10:focus{background-color:rgba(133,77,14,.1)}.focus\:bg-yellow-800\/100:focus{background-color:#854d0e}.focus\:bg-yellow-800\/15:focus{background-color:rgba(133,77,14,.15)}.focus\:bg-yellow-800\/20:focus{background-color:rgba(133,77,14,.2)}.focus\:bg-yellow-800\/25:focus{background-color:rgba(133,77,14,.25)}.focus\:bg-yellow-800\/30:focus{background-color:rgba(133,77,14,.3)}.focus\:bg-yellow-800\/35:focus{background-color:rgba(133,77,14,.35)}.focus\:bg-yellow-800\/40:focus{background-color:rgba(133,77,14,.4)}.focus\:bg-yellow-800\/45:focus{background-color:rgba(133,77,14,.45)}.focus\:bg-yellow-800\/5:focus{background-color:rgba(133,77,14,.05)}.focus\:bg-yellow-800\/50:focus{background-color:rgba(133,77,14,.5)}.focus\:bg-yellow-800\/55:focus{background-color:rgba(133,77,14,.55)}.focus\:bg-yellow-800\/60:focus{background-color:rgba(133,77,14,.6)}.focus\:bg-yellow-800\/65:focus{background-color:rgba(133,77,14,.65)}.focus\:bg-yellow-800\/70:focus{background-color:rgba(133,77,14,.7)}.focus\:bg-yellow-800\/75:focus{background-color:rgba(133,77,14,.75)}.focus\:bg-yellow-800\/80:focus{background-color:rgba(133,77,14,.8)}.focus\:bg-yellow-800\/85:focus{background-color:rgba(133,77,14,.85)}.focus\:bg-yellow-800\/90:focus{background-color:rgba(133,77,14,.9)}.focus\:bg-yellow-800\/95:focus{background-color:rgba(133,77,14,.95)}.focus\:bg-yellow-900:focus{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.focus\:bg-yellow-900\/0:focus{background-color:rgba(113,63,18,0)}.focus\:bg-yellow-900\/10:focus{background-color:rgba(113,63,18,.1)}.focus\:bg-yellow-900\/100:focus{background-color:#713f12}.focus\:bg-yellow-900\/15:focus{background-color:rgba(113,63,18,.15)}.focus\:bg-yellow-900\/20:focus{background-color:rgba(113,63,18,.2)}.focus\:bg-yellow-900\/25:focus{background-color:rgba(113,63,18,.25)}.focus\:bg-yellow-900\/30:focus{background-color:rgba(113,63,18,.3)}.focus\:bg-yellow-900\/35:focus{background-color:rgba(113,63,18,.35)}.focus\:bg-yellow-900\/40:focus{background-color:rgba(113,63,18,.4)}.focus\:bg-yellow-900\/45:focus{background-color:rgba(113,63,18,.45)}.focus\:bg-yellow-900\/5:focus{background-color:rgba(113,63,18,.05)}.focus\:bg-yellow-900\/50:focus{background-color:rgba(113,63,18,.5)}.focus\:bg-yellow-900\/55:focus{background-color:rgba(113,63,18,.55)}.focus\:bg-yellow-900\/60:focus{background-color:rgba(113,63,18,.6)}.focus\:bg-yellow-900\/65:focus{background-color:rgba(113,63,18,.65)}.focus\:bg-yellow-900\/70:focus{background-color:rgba(113,63,18,.7)}.focus\:bg-yellow-900\/75:focus{background-color:rgba(113,63,18,.75)}.focus\:bg-yellow-900\/80:focus{background-color:rgba(113,63,18,.8)}.focus\:bg-yellow-900\/85:focus{background-color:rgba(113,63,18,.85)}.focus\:bg-yellow-900\/90:focus{background-color:rgba(113,63,18,.9)}.focus\:bg-yellow-900\/95:focus{background-color:rgba(113,63,18,.95)}.focus\:text-blue-100:focus{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.focus\:text-blue-100\/0:focus{color:rgba(219,234,254,0)}.focus\:text-blue-100\/10:focus{color:rgba(219,234,254,.1)}.focus\:text-blue-100\/100:focus{color:#dbeafe}.focus\:text-blue-100\/15:focus{color:rgba(219,234,254,.15)}.focus\:text-blue-100\/20:focus{color:rgba(219,234,254,.2)}.focus\:text-blue-100\/25:focus{color:rgba(219,234,254,.25)}.focus\:text-blue-100\/30:focus{color:rgba(219,234,254,.3)}.focus\:text-blue-100\/35:focus{color:rgba(219,234,254,.35)}.focus\:text-blue-100\/40:focus{color:rgba(219,234,254,.4)}.focus\:text-blue-100\/45:focus{color:rgba(219,234,254,.45)}.focus\:text-blue-100\/5:focus{color:rgba(219,234,254,.05)}.focus\:text-blue-100\/50:focus{color:rgba(219,234,254,.5)}.focus\:text-blue-100\/55:focus{color:rgba(219,234,254,.55)}.focus\:text-blue-100\/60:focus{color:rgba(219,234,254,.6)}.focus\:text-blue-100\/65:focus{color:rgba(219,234,254,.65)}.focus\:text-blue-100\/70:focus{color:rgba(219,234,254,.7)}.focus\:text-blue-100\/75:focus{color:rgba(219,234,254,.75)}.focus\:text-blue-100\/80:focus{color:rgba(219,234,254,.8)}.focus\:text-blue-100\/85:focus{color:rgba(219,234,254,.85)}.focus\:text-blue-100\/90:focus{color:rgba(219,234,254,.9)}.focus\:text-blue-100\/95:focus{color:rgba(219,234,254,.95)}.focus\:text-blue-200:focus{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.focus\:text-blue-200\/0:focus{color:rgba(191,219,254,0)}.focus\:text-blue-200\/10:focus{color:rgba(191,219,254,.1)}.focus\:text-blue-200\/100:focus{color:#bfdbfe}.focus\:text-blue-200\/15:focus{color:rgba(191,219,254,.15)}.focus\:text-blue-200\/20:focus{color:rgba(191,219,254,.2)}.focus\:text-blue-200\/25:focus{color:rgba(191,219,254,.25)}.focus\:text-blue-200\/30:focus{color:rgba(191,219,254,.3)}.focus\:text-blue-200\/35:focus{color:rgba(191,219,254,.35)}.focus\:text-blue-200\/40:focus{color:rgba(191,219,254,.4)}.focus\:text-blue-200\/45:focus{color:rgba(191,219,254,.45)}.focus\:text-blue-200\/5:focus{color:rgba(191,219,254,.05)}.focus\:text-blue-200\/50:focus{color:rgba(191,219,254,.5)}.focus\:text-blue-200\/55:focus{color:rgba(191,219,254,.55)}.focus\:text-blue-200\/60:focus{color:rgba(191,219,254,.6)}.focus\:text-blue-200\/65:focus{color:rgba(191,219,254,.65)}.focus\:text-blue-200\/70:focus{color:rgba(191,219,254,.7)}.focus\:text-blue-200\/75:focus{color:rgba(191,219,254,.75)}.focus\:text-blue-200\/80:focus{color:rgba(191,219,254,.8)}.focus\:text-blue-200\/85:focus{color:rgba(191,219,254,.85)}.focus\:text-blue-200\/90:focus{color:rgba(191,219,254,.9)}.focus\:text-blue-200\/95:focus{color:rgba(191,219,254,.95)}.focus\:text-blue-300:focus{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.focus\:text-blue-300\/0:focus{color:rgba(147,197,253,0)}.focus\:text-blue-300\/10:focus{color:rgba(147,197,253,.1)}.focus\:text-blue-300\/100:focus{color:#93c5fd}.focus\:text-blue-300\/15:focus{color:rgba(147,197,253,.15)}.focus\:text-blue-300\/20:focus{color:rgba(147,197,253,.2)}.focus\:text-blue-300\/25:focus{color:rgba(147,197,253,.25)}.focus\:text-blue-300\/30:focus{color:rgba(147,197,253,.3)}.focus\:text-blue-300\/35:focus{color:rgba(147,197,253,.35)}.focus\:text-blue-300\/40:focus{color:rgba(147,197,253,.4)}.focus\:text-blue-300\/45:focus{color:rgba(147,197,253,.45)}.focus\:text-blue-300\/5:focus{color:rgba(147,197,253,.05)}.focus\:text-blue-300\/50:focus{color:rgba(147,197,253,.5)}.focus\:text-blue-300\/55:focus{color:rgba(147,197,253,.55)}.focus\:text-blue-300\/60:focus{color:rgba(147,197,253,.6)}.focus\:text-blue-300\/65:focus{color:rgba(147,197,253,.65)}.focus\:text-blue-300\/70:focus{color:rgba(147,197,253,.7)}.focus\:text-blue-300\/75:focus{color:rgba(147,197,253,.75)}.focus\:text-blue-300\/80:focus{color:rgba(147,197,253,.8)}.focus\:text-blue-300\/85:focus{color:rgba(147,197,253,.85)}.focus\:text-blue-300\/90:focus{color:rgba(147,197,253,.9)}.focus\:text-blue-300\/95:focus{color:rgba(147,197,253,.95)}.focus\:text-blue-400:focus{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.focus\:text-blue-400\/0:focus{color:rgba(96,165,250,0)}.focus\:text-blue-400\/10:focus{color:rgba(96,165,250,.1)}.focus\:text-blue-400\/100:focus{color:#60a5fa}.focus\:text-blue-400\/15:focus{color:rgba(96,165,250,.15)}.focus\:text-blue-400\/20:focus{color:rgba(96,165,250,.2)}.focus\:text-blue-400\/25:focus{color:rgba(96,165,250,.25)}.focus\:text-blue-400\/30:focus{color:rgba(96,165,250,.3)}.focus\:text-blue-400\/35:focus{color:rgba(96,165,250,.35)}.focus\:text-blue-400\/40:focus{color:rgba(96,165,250,.4)}.focus\:text-blue-400\/45:focus{color:rgba(96,165,250,.45)}.focus\:text-blue-400\/5:focus{color:rgba(96,165,250,.05)}.focus\:text-blue-400\/50:focus{color:rgba(96,165,250,.5)}.focus\:text-blue-400\/55:focus{color:rgba(96,165,250,.55)}.focus\:text-blue-400\/60:focus{color:rgba(96,165,250,.6)}.focus\:text-blue-400\/65:focus{color:rgba(96,165,250,.65)}.focus\:text-blue-400\/70:focus{color:rgba(96,165,250,.7)}.focus\:text-blue-400\/75:focus{color:rgba(96,165,250,.75)}.focus\:text-blue-400\/80:focus{color:rgba(96,165,250,.8)}.focus\:text-blue-400\/85:focus{color:rgba(96,165,250,.85)}.focus\:text-blue-400\/90:focus{color:rgba(96,165,250,.9)}.focus\:text-blue-400\/95:focus{color:rgba(96,165,250,.95)}.focus\:text-blue-50:focus{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity))}.focus\:text-blue-50\/0:focus{color:rgba(239,246,255,0)}.focus\:text-blue-50\/10:focus{color:rgba(239,246,255,.1)}.focus\:text-blue-50\/100:focus{color:#eff6ff}.focus\:text-blue-50\/15:focus{color:rgba(239,246,255,.15)}.focus\:text-blue-50\/20:focus{color:rgba(239,246,255,.2)}.focus\:text-blue-50\/25:focus{color:rgba(239,246,255,.25)}.focus\:text-blue-50\/30:focus{color:rgba(239,246,255,.3)}.focus\:text-blue-50\/35:focus{color:rgba(239,246,255,.35)}.focus\:text-blue-50\/40:focus{color:rgba(239,246,255,.4)}.focus\:text-blue-50\/45:focus{color:rgba(239,246,255,.45)}.focus\:text-blue-50\/5:focus{color:rgba(239,246,255,.05)}.focus\:text-blue-50\/50:focus{color:rgba(239,246,255,.5)}.focus\:text-blue-50\/55:focus{color:rgba(239,246,255,.55)}.focus\:text-blue-50\/60:focus{color:rgba(239,246,255,.6)}.focus\:text-blue-50\/65:focus{color:rgba(239,246,255,.65)}.focus\:text-blue-50\/70:focus{color:rgba(239,246,255,.7)}.focus\:text-blue-50\/75:focus{color:rgba(239,246,255,.75)}.focus\:text-blue-50\/80:focus{color:rgba(239,246,255,.8)}.focus\:text-blue-50\/85:focus{color:rgba(239,246,255,.85)}.focus\:text-blue-50\/90:focus{color:rgba(239,246,255,.9)}.focus\:text-blue-50\/95:focus{color:rgba(239,246,255,.95)}.focus\:text-blue-500:focus{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.focus\:text-blue-500\/0:focus{color:rgba(59,130,246,0)}.focus\:text-blue-500\/10:focus{color:rgba(59,130,246,.1)}.focus\:text-blue-500\/100:focus{color:#3b82f6}.focus\:text-blue-500\/15:focus{color:rgba(59,130,246,.15)}.focus\:text-blue-500\/20:focus{color:rgba(59,130,246,.2)}.focus\:text-blue-500\/25:focus{color:rgba(59,130,246,.25)}.focus\:text-blue-500\/30:focus{color:rgba(59,130,246,.3)}.focus\:text-blue-500\/35:focus{color:rgba(59,130,246,.35)}.focus\:text-blue-500\/40:focus{color:rgba(59,130,246,.4)}.focus\:text-blue-500\/45:focus{color:rgba(59,130,246,.45)}.focus\:text-blue-500\/5:focus{color:rgba(59,130,246,.05)}.focus\:text-blue-500\/50:focus{color:rgba(59,130,246,.5)}.focus\:text-blue-500\/55:focus{color:rgba(59,130,246,.55)}.focus\:text-blue-500\/60:focus{color:rgba(59,130,246,.6)}.focus\:text-blue-500\/65:focus{color:rgba(59,130,246,.65)}.focus\:text-blue-500\/70:focus{color:rgba(59,130,246,.7)}.focus\:text-blue-500\/75:focus{color:rgba(59,130,246,.75)}.focus\:text-blue-500\/80:focus{color:rgba(59,130,246,.8)}.focus\:text-blue-500\/85:focus{color:rgba(59,130,246,.85)}.focus\:text-blue-500\/90:focus{color:rgba(59,130,246,.9)}.focus\:text-blue-500\/95:focus{color:rgba(59,130,246,.95)}.focus\:text-blue-600:focus{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.focus\:text-blue-600\/0:focus{color:rgba(37,99,235,0)}.focus\:text-blue-600\/10:focus{color:rgba(37,99,235,.1)}.focus\:text-blue-600\/100:focus{color:#2563eb}.focus\:text-blue-600\/15:focus{color:rgba(37,99,235,.15)}.focus\:text-blue-600\/20:focus{color:rgba(37,99,235,.2)}.focus\:text-blue-600\/25:focus{color:rgba(37,99,235,.25)}.focus\:text-blue-600\/30:focus{color:rgba(37,99,235,.3)}.focus\:text-blue-600\/35:focus{color:rgba(37,99,235,.35)}.focus\:text-blue-600\/40:focus{color:rgba(37,99,235,.4)}.focus\:text-blue-600\/45:focus{color:rgba(37,99,235,.45)}.focus\:text-blue-600\/5:focus{color:rgba(37,99,235,.05)}.focus\:text-blue-600\/50:focus{color:rgba(37,99,235,.5)}.focus\:text-blue-600\/55:focus{color:rgba(37,99,235,.55)}.focus\:text-blue-600\/60:focus{color:rgba(37,99,235,.6)}.focus\:text-blue-600\/65:focus{color:rgba(37,99,235,.65)}.focus\:text-blue-600\/70:focus{color:rgba(37,99,235,.7)}.focus\:text-blue-600\/75:focus{color:rgba(37,99,235,.75)}.focus\:text-blue-600\/80:focus{color:rgba(37,99,235,.8)}.focus\:text-blue-600\/85:focus{color:rgba(37,99,235,.85)}.focus\:text-blue-600\/90:focus{color:rgba(37,99,235,.9)}.focus\:text-blue-600\/95:focus{color:rgba(37,99,235,.95)}.focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.focus\:text-blue-700\/0:focus{color:rgba(29,78,216,0)}.focus\:text-blue-700\/10:focus{color:rgba(29,78,216,.1)}.focus\:text-blue-700\/100:focus{color:#1d4ed8}.focus\:text-blue-700\/15:focus{color:rgba(29,78,216,.15)}.focus\:text-blue-700\/20:focus{color:rgba(29,78,216,.2)}.focus\:text-blue-700\/25:focus{color:rgba(29,78,216,.25)}.focus\:text-blue-700\/30:focus{color:rgba(29,78,216,.3)}.focus\:text-blue-700\/35:focus{color:rgba(29,78,216,.35)}.focus\:text-blue-700\/40:focus{color:rgba(29,78,216,.4)}.focus\:text-blue-700\/45:focus{color:rgba(29,78,216,.45)}.focus\:text-blue-700\/5:focus{color:rgba(29,78,216,.05)}.focus\:text-blue-700\/50:focus{color:rgba(29,78,216,.5)}.focus\:text-blue-700\/55:focus{color:rgba(29,78,216,.55)}.focus\:text-blue-700\/60:focus{color:rgba(29,78,216,.6)}.focus\:text-blue-700\/65:focus{color:rgba(29,78,216,.65)}.focus\:text-blue-700\/70:focus{color:rgba(29,78,216,.7)}.focus\:text-blue-700\/75:focus{color:rgba(29,78,216,.75)}.focus\:text-blue-700\/80:focus{color:rgba(29,78,216,.8)}.focus\:text-blue-700\/85:focus{color:rgba(29,78,216,.85)}.focus\:text-blue-700\/90:focus{color:rgba(29,78,216,.9)}.focus\:text-blue-700\/95:focus{color:rgba(29,78,216,.95)}.focus\:text-blue-800:focus{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.focus\:text-blue-800\/0:focus{color:rgba(30,64,175,0)}.focus\:text-blue-800\/10:focus{color:rgba(30,64,175,.1)}.focus\:text-blue-800\/100:focus{color:#1e40af}.focus\:text-blue-800\/15:focus{color:rgba(30,64,175,.15)}.focus\:text-blue-800\/20:focus{color:rgba(30,64,175,.2)}.focus\:text-blue-800\/25:focus{color:rgba(30,64,175,.25)}.focus\:text-blue-800\/30:focus{color:rgba(30,64,175,.3)}.focus\:text-blue-800\/35:focus{color:rgba(30,64,175,.35)}.focus\:text-blue-800\/40:focus{color:rgba(30,64,175,.4)}.focus\:text-blue-800\/45:focus{color:rgba(30,64,175,.45)}.focus\:text-blue-800\/5:focus{color:rgba(30,64,175,.05)}.focus\:text-blue-800\/50:focus{color:rgba(30,64,175,.5)}.focus\:text-blue-800\/55:focus{color:rgba(30,64,175,.55)}.focus\:text-blue-800\/60:focus{color:rgba(30,64,175,.6)}.focus\:text-blue-800\/65:focus{color:rgba(30,64,175,.65)}.focus\:text-blue-800\/70:focus{color:rgba(30,64,175,.7)}.focus\:text-blue-800\/75:focus{color:rgba(30,64,175,.75)}.focus\:text-blue-800\/80:focus{color:rgba(30,64,175,.8)}.focus\:text-blue-800\/85:focus{color:rgba(30,64,175,.85)}.focus\:text-blue-800\/90:focus{color:rgba(30,64,175,.9)}.focus\:text-blue-800\/95:focus{color:rgba(30,64,175,.95)}.focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.focus\:text-blue-900\/0:focus{color:rgba(30,58,138,0)}.focus\:text-blue-900\/10:focus{color:rgba(30,58,138,.1)}.focus\:text-blue-900\/100:focus{color:#1e3a8a}.focus\:text-blue-900\/15:focus{color:rgba(30,58,138,.15)}.focus\:text-blue-900\/20:focus{color:rgba(30,58,138,.2)}.focus\:text-blue-900\/25:focus{color:rgba(30,58,138,.25)}.focus\:text-blue-900\/30:focus{color:rgba(30,58,138,.3)}.focus\:text-blue-900\/35:focus{color:rgba(30,58,138,.35)}.focus\:text-blue-900\/40:focus{color:rgba(30,58,138,.4)}.focus\:text-blue-900\/45:focus{color:rgba(30,58,138,.45)}.focus\:text-blue-900\/5:focus{color:rgba(30,58,138,.05)}.focus\:text-blue-900\/50:focus{color:rgba(30,58,138,.5)}.focus\:text-blue-900\/55:focus{color:rgba(30,58,138,.55)}.focus\:text-blue-900\/60:focus{color:rgba(30,58,138,.6)}.focus\:text-blue-900\/65:focus{color:rgba(30,58,138,.65)}.focus\:text-blue-900\/70:focus{color:rgba(30,58,138,.7)}.focus\:text-blue-900\/75:focus{color:rgba(30,58,138,.75)}.focus\:text-blue-900\/80:focus{color:rgba(30,58,138,.8)}.focus\:text-blue-900\/85:focus{color:rgba(30,58,138,.85)}.focus\:text-blue-900\/90:focus{color:rgba(30,58,138,.9)}.focus\:text-blue-900\/95:focus{color:rgba(30,58,138,.95)}.focus\:text-gray-100:focus{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.focus\:text-gray-100\/0:focus{color:rgba(243,244,246,0)}.focus\:text-gray-100\/10:focus{color:rgba(243,244,246,.1)}.focus\:text-gray-100\/100:focus{color:#f3f4f6}.focus\:text-gray-100\/15:focus{color:rgba(243,244,246,.15)}.focus\:text-gray-100\/20:focus{color:rgba(243,244,246,.2)}.focus\:text-gray-100\/25:focus{color:rgba(243,244,246,.25)}.focus\:text-gray-100\/30:focus{color:rgba(243,244,246,.3)}.focus\:text-gray-100\/35:focus{color:rgba(243,244,246,.35)}.focus\:text-gray-100\/40:focus{color:rgba(243,244,246,.4)}.focus\:text-gray-100\/45:focus{color:rgba(243,244,246,.45)}.focus\:text-gray-100\/5:focus{color:rgba(243,244,246,.05)}.focus\:text-gray-100\/50:focus{color:rgba(243,244,246,.5)}.focus\:text-gray-100\/55:focus{color:rgba(243,244,246,.55)}.focus\:text-gray-100\/60:focus{color:rgba(243,244,246,.6)}.focus\:text-gray-100\/65:focus{color:rgba(243,244,246,.65)}.focus\:text-gray-100\/70:focus{color:rgba(243,244,246,.7)}.focus\:text-gray-100\/75:focus{color:rgba(243,244,246,.75)}.focus\:text-gray-100\/80:focus{color:rgba(243,244,246,.8)}.focus\:text-gray-100\/85:focus{color:rgba(243,244,246,.85)}.focus\:text-gray-100\/90:focus{color:rgba(243,244,246,.9)}.focus\:text-gray-100\/95:focus{color:rgba(243,244,246,.95)}.focus\:text-gray-200:focus{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.focus\:text-gray-200\/0:focus{color:rgba(229,231,235,0)}.focus\:text-gray-200\/10:focus{color:rgba(229,231,235,.1)}.focus\:text-gray-200\/100:focus{color:#e5e7eb}.focus\:text-gray-200\/15:focus{color:rgba(229,231,235,.15)}.focus\:text-gray-200\/20:focus{color:rgba(229,231,235,.2)}.focus\:text-gray-200\/25:focus{color:rgba(229,231,235,.25)}.focus\:text-gray-200\/30:focus{color:rgba(229,231,235,.3)}.focus\:text-gray-200\/35:focus{color:rgba(229,231,235,.35)}.focus\:text-gray-200\/40:focus{color:rgba(229,231,235,.4)}.focus\:text-gray-200\/45:focus{color:rgba(229,231,235,.45)}.focus\:text-gray-200\/5:focus{color:rgba(229,231,235,.05)}.focus\:text-gray-200\/50:focus{color:rgba(229,231,235,.5)}.focus\:text-gray-200\/55:focus{color:rgba(229,231,235,.55)}.focus\:text-gray-200\/60:focus{color:rgba(229,231,235,.6)}.focus\:text-gray-200\/65:focus{color:rgba(229,231,235,.65)}.focus\:text-gray-200\/70:focus{color:rgba(229,231,235,.7)}.focus\:text-gray-200\/75:focus{color:rgba(229,231,235,.75)}.focus\:text-gray-200\/80:focus{color:rgba(229,231,235,.8)}.focus\:text-gray-200\/85:focus{color:rgba(229,231,235,.85)}.focus\:text-gray-200\/90:focus{color:rgba(229,231,235,.9)}.focus\:text-gray-200\/95:focus{color:rgba(229,231,235,.95)}.focus\:text-gray-300:focus{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.focus\:text-gray-300\/0:focus{color:rgba(209,213,219,0)}.focus\:text-gray-300\/10:focus{color:rgba(209,213,219,.1)}.focus\:text-gray-300\/100:focus{color:#d1d5db}.focus\:text-gray-300\/15:focus{color:rgba(209,213,219,.15)}.focus\:text-gray-300\/20:focus{color:rgba(209,213,219,.2)}.focus\:text-gray-300\/25:focus{color:rgba(209,213,219,.25)}.focus\:text-gray-300\/30:focus{color:rgba(209,213,219,.3)}.focus\:text-gray-300\/35:focus{color:rgba(209,213,219,.35)}.focus\:text-gray-300\/40:focus{color:rgba(209,213,219,.4)}.focus\:text-gray-300\/45:focus{color:rgba(209,213,219,.45)}.focus\:text-gray-300\/5:focus{color:rgba(209,213,219,.05)}.focus\:text-gray-300\/50:focus{color:rgba(209,213,219,.5)}.focus\:text-gray-300\/55:focus{color:rgba(209,213,219,.55)}.focus\:text-gray-300\/60:focus{color:rgba(209,213,219,.6)}.focus\:text-gray-300\/65:focus{color:rgba(209,213,219,.65)}.focus\:text-gray-300\/70:focus{color:rgba(209,213,219,.7)}.focus\:text-gray-300\/75:focus{color:rgba(209,213,219,.75)}.focus\:text-gray-300\/80:focus{color:rgba(209,213,219,.8)}.focus\:text-gray-300\/85:focus{color:rgba(209,213,219,.85)}.focus\:text-gray-300\/90:focus{color:rgba(209,213,219,.9)}.focus\:text-gray-300\/95:focus{color:rgba(209,213,219,.95)}.focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.focus\:text-gray-400\/0:focus{color:rgba(156,163,175,0)}.focus\:text-gray-400\/10:focus{color:rgba(156,163,175,.1)}.focus\:text-gray-400\/100:focus{color:#9ca3af}.focus\:text-gray-400\/15:focus{color:rgba(156,163,175,.15)}.focus\:text-gray-400\/20:focus{color:rgba(156,163,175,.2)}.focus\:text-gray-400\/25:focus{color:rgba(156,163,175,.25)}.focus\:text-gray-400\/30:focus{color:rgba(156,163,175,.3)}.focus\:text-gray-400\/35:focus{color:rgba(156,163,175,.35)}.focus\:text-gray-400\/40:focus{color:rgba(156,163,175,.4)}.focus\:text-gray-400\/45:focus{color:rgba(156,163,175,.45)}.focus\:text-gray-400\/5:focus{color:rgba(156,163,175,.05)}.focus\:text-gray-400\/50:focus{color:rgba(156,163,175,.5)}.focus\:text-gray-400\/55:focus{color:rgba(156,163,175,.55)}.focus\:text-gray-400\/60:focus{color:rgba(156,163,175,.6)}.focus\:text-gray-400\/65:focus{color:rgba(156,163,175,.65)}.focus\:text-gray-400\/70:focus{color:rgba(156,163,175,.7)}.focus\:text-gray-400\/75:focus{color:rgba(156,163,175,.75)}.focus\:text-gray-400\/80:focus{color:rgba(156,163,175,.8)}.focus\:text-gray-400\/85:focus{color:rgba(156,163,175,.85)}.focus\:text-gray-400\/90:focus{color:rgba(156,163,175,.9)}.focus\:text-gray-400\/95:focus{color:rgba(156,163,175,.95)}.focus\:text-gray-50:focus{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.focus\:text-gray-50\/0:focus{color:rgba(249,250,251,0)}.focus\:text-gray-50\/10:focus{color:rgba(249,250,251,.1)}.focus\:text-gray-50\/100:focus{color:#f9fafb}.focus\:text-gray-50\/15:focus{color:rgba(249,250,251,.15)}.focus\:text-gray-50\/20:focus{color:rgba(249,250,251,.2)}.focus\:text-gray-50\/25:focus{color:rgba(249,250,251,.25)}.focus\:text-gray-50\/30:focus{color:rgba(249,250,251,.3)}.focus\:text-gray-50\/35:focus{color:rgba(249,250,251,.35)}.focus\:text-gray-50\/40:focus{color:rgba(249,250,251,.4)}.focus\:text-gray-50\/45:focus{color:rgba(249,250,251,.45)}.focus\:text-gray-50\/5:focus{color:rgba(249,250,251,.05)}.focus\:text-gray-50\/50:focus{color:rgba(249,250,251,.5)}.focus\:text-gray-50\/55:focus{color:rgba(249,250,251,.55)}.focus\:text-gray-50\/60:focus{color:rgba(249,250,251,.6)}.focus\:text-gray-50\/65:focus{color:rgba(249,250,251,.65)}.focus\:text-gray-50\/70:focus{color:rgba(249,250,251,.7)}.focus\:text-gray-50\/75:focus{color:rgba(249,250,251,.75)}.focus\:text-gray-50\/80:focus{color:rgba(249,250,251,.8)}.focus\:text-gray-50\/85:focus{color:rgba(249,250,251,.85)}.focus\:text-gray-50\/90:focus{color:rgba(249,250,251,.9)}.focus\:text-gray-50\/95:focus{color:rgba(249,250,251,.95)}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.focus\:text-gray-500\/0:focus{color:hsla(220,9%,46%,0)}.focus\:text-gray-500\/10:focus{color:hsla(220,9%,46%,.1)}.focus\:text-gray-500\/100:focus{color:#6b7280}.focus\:text-gray-500\/15:focus{color:hsla(220,9%,46%,.15)}.focus\:text-gray-500\/20:focus{color:hsla(220,9%,46%,.2)}.focus\:text-gray-500\/25:focus{color:hsla(220,9%,46%,.25)}.focus\:text-gray-500\/30:focus{color:hsla(220,9%,46%,.3)}.focus\:text-gray-500\/35:focus{color:hsla(220,9%,46%,.35)}.focus\:text-gray-500\/40:focus{color:hsla(220,9%,46%,.4)}.focus\:text-gray-500\/45:focus{color:hsla(220,9%,46%,.45)}.focus\:text-gray-500\/5:focus{color:hsla(220,9%,46%,.05)}.focus\:text-gray-500\/50:focus{color:hsla(220,9%,46%,.5)}.focus\:text-gray-500\/55:focus{color:hsla(220,9%,46%,.55)}.focus\:text-gray-500\/60:focus{color:hsla(220,9%,46%,.6)}.focus\:text-gray-500\/65:focus{color:hsla(220,9%,46%,.65)}.focus\:text-gray-500\/70:focus{color:hsla(220,9%,46%,.7)}.focus\:text-gray-500\/75:focus{color:hsla(220,9%,46%,.75)}.focus\:text-gray-500\/80:focus{color:hsla(220,9%,46%,.8)}.focus\:text-gray-500\/85:focus{color:hsla(220,9%,46%,.85)}.focus\:text-gray-500\/90:focus{color:hsla(220,9%,46%,.9)}.focus\:text-gray-500\/95:focus{color:hsla(220,9%,46%,.95)}.focus\:text-gray-600:focus{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.focus\:text-gray-600\/0:focus{color:rgba(75,85,99,0)}.focus\:text-gray-600\/10:focus{color:rgba(75,85,99,.1)}.focus\:text-gray-600\/100:focus{color:#4b5563}.focus\:text-gray-600\/15:focus{color:rgba(75,85,99,.15)}.focus\:text-gray-600\/20:focus{color:rgba(75,85,99,.2)}.focus\:text-gray-600\/25:focus{color:rgba(75,85,99,.25)}.focus\:text-gray-600\/30:focus{color:rgba(75,85,99,.3)}.focus\:text-gray-600\/35:focus{color:rgba(75,85,99,.35)}.focus\:text-gray-600\/40:focus{color:rgba(75,85,99,.4)}.focus\:text-gray-600\/45:focus{color:rgba(75,85,99,.45)}.focus\:text-gray-600\/5:focus{color:rgba(75,85,99,.05)}.focus\:text-gray-600\/50:focus{color:rgba(75,85,99,.5)}.focus\:text-gray-600\/55:focus{color:rgba(75,85,99,.55)}.focus\:text-gray-600\/60:focus{color:rgba(75,85,99,.6)}.focus\:text-gray-600\/65:focus{color:rgba(75,85,99,.65)}.focus\:text-gray-600\/70:focus{color:rgba(75,85,99,.7)}.focus\:text-gray-600\/75:focus{color:rgba(75,85,99,.75)}.focus\:text-gray-600\/80:focus{color:rgba(75,85,99,.8)}.focus\:text-gray-600\/85:focus{color:rgba(75,85,99,.85)}.focus\:text-gray-600\/90:focus{color:rgba(75,85,99,.9)}.focus\:text-gray-600\/95:focus{color:rgba(75,85,99,.95)}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.focus\:text-gray-700\/0:focus{color:rgba(55,65,81,0)}.focus\:text-gray-700\/10:focus{color:rgba(55,65,81,.1)}.focus\:text-gray-700\/100:focus{color:#374151}.focus\:text-gray-700\/15:focus{color:rgba(55,65,81,.15)}.focus\:text-gray-700\/20:focus{color:rgba(55,65,81,.2)}.focus\:text-gray-700\/25:focus{color:rgba(55,65,81,.25)}.focus\:text-gray-700\/30:focus{color:rgba(55,65,81,.3)}.focus\:text-gray-700\/35:focus{color:rgba(55,65,81,.35)}.focus\:text-gray-700\/40:focus{color:rgba(55,65,81,.4)}.focus\:text-gray-700\/45:focus{color:rgba(55,65,81,.45)}.focus\:text-gray-700\/5:focus{color:rgba(55,65,81,.05)}.focus\:text-gray-700\/50:focus{color:rgba(55,65,81,.5)}.focus\:text-gray-700\/55:focus{color:rgba(55,65,81,.55)}.focus\:text-gray-700\/60:focus{color:rgba(55,65,81,.6)}.focus\:text-gray-700\/65:focus{color:rgba(55,65,81,.65)}.focus\:text-gray-700\/70:focus{color:rgba(55,65,81,.7)}.focus\:text-gray-700\/75:focus{color:rgba(55,65,81,.75)}.focus\:text-gray-700\/80:focus{color:rgba(55,65,81,.8)}.focus\:text-gray-700\/85:focus{color:rgba(55,65,81,.85)}.focus\:text-gray-700\/90:focus{color:rgba(55,65,81,.9)}.focus\:text-gray-700\/95:focus{color:rgba(55,65,81,.95)}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.focus\:text-gray-800\/0:focus{color:rgba(31,41,55,0)}.focus\:text-gray-800\/10:focus{color:rgba(31,41,55,.1)}.focus\:text-gray-800\/100:focus{color:#1f2937}.focus\:text-gray-800\/15:focus{color:rgba(31,41,55,.15)}.focus\:text-gray-800\/20:focus{color:rgba(31,41,55,.2)}.focus\:text-gray-800\/25:focus{color:rgba(31,41,55,.25)}.focus\:text-gray-800\/30:focus{color:rgba(31,41,55,.3)}.focus\:text-gray-800\/35:focus{color:rgba(31,41,55,.35)}.focus\:text-gray-800\/40:focus{color:rgba(31,41,55,.4)}.focus\:text-gray-800\/45:focus{color:rgba(31,41,55,.45)}.focus\:text-gray-800\/5:focus{color:rgba(31,41,55,.05)}.focus\:text-gray-800\/50:focus{color:rgba(31,41,55,.5)}.focus\:text-gray-800\/55:focus{color:rgba(31,41,55,.55)}.focus\:text-gray-800\/60:focus{color:rgba(31,41,55,.6)}.focus\:text-gray-800\/65:focus{color:rgba(31,41,55,.65)}.focus\:text-gray-800\/70:focus{color:rgba(31,41,55,.7)}.focus\:text-gray-800\/75:focus{color:rgba(31,41,55,.75)}.focus\:text-gray-800\/80:focus{color:rgba(31,41,55,.8)}.focus\:text-gray-800\/85:focus{color:rgba(31,41,55,.85)}.focus\:text-gray-800\/90:focus{color:rgba(31,41,55,.9)}.focus\:text-gray-800\/95:focus{color:rgba(31,41,55,.95)}.focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.focus\:text-gray-900\/0:focus{color:rgba(17,24,39,0)}.focus\:text-gray-900\/10:focus{color:rgba(17,24,39,.1)}.focus\:text-gray-900\/100:focus{color:#111827}.focus\:text-gray-900\/15:focus{color:rgba(17,24,39,.15)}.focus\:text-gray-900\/20:focus{color:rgba(17,24,39,.2)}.focus\:text-gray-900\/25:focus{color:rgba(17,24,39,.25)}.focus\:text-gray-900\/30:focus{color:rgba(17,24,39,.3)}.focus\:text-gray-900\/35:focus{color:rgba(17,24,39,.35)}.focus\:text-gray-900\/40:focus{color:rgba(17,24,39,.4)}.focus\:text-gray-900\/45:focus{color:rgba(17,24,39,.45)}.focus\:text-gray-900\/5:focus{color:rgba(17,24,39,.05)}.focus\:text-gray-900\/50:focus{color:rgba(17,24,39,.5)}.focus\:text-gray-900\/55:focus{color:rgba(17,24,39,.55)}.focus\:text-gray-900\/60:focus{color:rgba(17,24,39,.6)}.focus\:text-gray-900\/65:focus{color:rgba(17,24,39,.65)}.focus\:text-gray-900\/70:focus{color:rgba(17,24,39,.7)}.focus\:text-gray-900\/75:focus{color:rgba(17,24,39,.75)}.focus\:text-gray-900\/80:focus{color:rgba(17,24,39,.8)}.focus\:text-gray-900\/85:focus{color:rgba(17,24,39,.85)}.focus\:text-gray-900\/90:focus{color:rgba(17,24,39,.9)}.focus\:text-gray-900\/95:focus{color:rgba(17,24,39,.95)}.focus\:text-green-100:focus{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity))}.focus\:text-green-100\/0:focus{color:rgba(220,252,231,0)}.focus\:text-green-100\/10:focus{color:rgba(220,252,231,.1)}.focus\:text-green-100\/100:focus{color:#dcfce7}.focus\:text-green-100\/15:focus{color:rgba(220,252,231,.15)}.focus\:text-green-100\/20:focus{color:rgba(220,252,231,.2)}.focus\:text-green-100\/25:focus{color:rgba(220,252,231,.25)}.focus\:text-green-100\/30:focus{color:rgba(220,252,231,.3)}.focus\:text-green-100\/35:focus{color:rgba(220,252,231,.35)}.focus\:text-green-100\/40:focus{color:rgba(220,252,231,.4)}.focus\:text-green-100\/45:focus{color:rgba(220,252,231,.45)}.focus\:text-green-100\/5:focus{color:rgba(220,252,231,.05)}.focus\:text-green-100\/50:focus{color:rgba(220,252,231,.5)}.focus\:text-green-100\/55:focus{color:rgba(220,252,231,.55)}.focus\:text-green-100\/60:focus{color:rgba(220,252,231,.6)}.focus\:text-green-100\/65:focus{color:rgba(220,252,231,.65)}.focus\:text-green-100\/70:focus{color:rgba(220,252,231,.7)}.focus\:text-green-100\/75:focus{color:rgba(220,252,231,.75)}.focus\:text-green-100\/80:focus{color:rgba(220,252,231,.8)}.focus\:text-green-100\/85:focus{color:rgba(220,252,231,.85)}.focus\:text-green-100\/90:focus{color:rgba(220,252,231,.9)}.focus\:text-green-100\/95:focus{color:rgba(220,252,231,.95)}.focus\:text-green-200:focus{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.focus\:text-green-200\/0:focus{color:rgba(187,247,208,0)}.focus\:text-green-200\/10:focus{color:rgba(187,247,208,.1)}.focus\:text-green-200\/100:focus{color:#bbf7d0}.focus\:text-green-200\/15:focus{color:rgba(187,247,208,.15)}.focus\:text-green-200\/20:focus{color:rgba(187,247,208,.2)}.focus\:text-green-200\/25:focus{color:rgba(187,247,208,.25)}.focus\:text-green-200\/30:focus{color:rgba(187,247,208,.3)}.focus\:text-green-200\/35:focus{color:rgba(187,247,208,.35)}.focus\:text-green-200\/40:focus{color:rgba(187,247,208,.4)}.focus\:text-green-200\/45:focus{color:rgba(187,247,208,.45)}.focus\:text-green-200\/5:focus{color:rgba(187,247,208,.05)}.focus\:text-green-200\/50:focus{color:rgba(187,247,208,.5)}.focus\:text-green-200\/55:focus{color:rgba(187,247,208,.55)}.focus\:text-green-200\/60:focus{color:rgba(187,247,208,.6)}.focus\:text-green-200\/65:focus{color:rgba(187,247,208,.65)}.focus\:text-green-200\/70:focus{color:rgba(187,247,208,.7)}.focus\:text-green-200\/75:focus{color:rgba(187,247,208,.75)}.focus\:text-green-200\/80:focus{color:rgba(187,247,208,.8)}.focus\:text-green-200\/85:focus{color:rgba(187,247,208,.85)}.focus\:text-green-200\/90:focus{color:rgba(187,247,208,.9)}.focus\:text-green-200\/95:focus{color:rgba(187,247,208,.95)}.focus\:text-green-300:focus{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.focus\:text-green-300\/0:focus{color:rgba(134,239,172,0)}.focus\:text-green-300\/10:focus{color:rgba(134,239,172,.1)}.focus\:text-green-300\/100:focus{color:#86efac}.focus\:text-green-300\/15:focus{color:rgba(134,239,172,.15)}.focus\:text-green-300\/20:focus{color:rgba(134,239,172,.2)}.focus\:text-green-300\/25:focus{color:rgba(134,239,172,.25)}.focus\:text-green-300\/30:focus{color:rgba(134,239,172,.3)}.focus\:text-green-300\/35:focus{color:rgba(134,239,172,.35)}.focus\:text-green-300\/40:focus{color:rgba(134,239,172,.4)}.focus\:text-green-300\/45:focus{color:rgba(134,239,172,.45)}.focus\:text-green-300\/5:focus{color:rgba(134,239,172,.05)}.focus\:text-green-300\/50:focus{color:rgba(134,239,172,.5)}.focus\:text-green-300\/55:focus{color:rgba(134,239,172,.55)}.focus\:text-green-300\/60:focus{color:rgba(134,239,172,.6)}.focus\:text-green-300\/65:focus{color:rgba(134,239,172,.65)}.focus\:text-green-300\/70:focus{color:rgba(134,239,172,.7)}.focus\:text-green-300\/75:focus{color:rgba(134,239,172,.75)}.focus\:text-green-300\/80:focus{color:rgba(134,239,172,.8)}.focus\:text-green-300\/85:focus{color:rgba(134,239,172,.85)}.focus\:text-green-300\/90:focus{color:rgba(134,239,172,.9)}.focus\:text-green-300\/95:focus{color:rgba(134,239,172,.95)}.focus\:text-green-400:focus{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.focus\:text-green-400\/0:focus{color:rgba(74,222,128,0)}.focus\:text-green-400\/10:focus{color:rgba(74,222,128,.1)}.focus\:text-green-400\/100:focus{color:#4ade80}.focus\:text-green-400\/15:focus{color:rgba(74,222,128,.15)}.focus\:text-green-400\/20:focus{color:rgba(74,222,128,.2)}.focus\:text-green-400\/25:focus{color:rgba(74,222,128,.25)}.focus\:text-green-400\/30:focus{color:rgba(74,222,128,.3)}.focus\:text-green-400\/35:focus{color:rgba(74,222,128,.35)}.focus\:text-green-400\/40:focus{color:rgba(74,222,128,.4)}.focus\:text-green-400\/45:focus{color:rgba(74,222,128,.45)}.focus\:text-green-400\/5:focus{color:rgba(74,222,128,.05)}.focus\:text-green-400\/50:focus{color:rgba(74,222,128,.5)}.focus\:text-green-400\/55:focus{color:rgba(74,222,128,.55)}.focus\:text-green-400\/60:focus{color:rgba(74,222,128,.6)}.focus\:text-green-400\/65:focus{color:rgba(74,222,128,.65)}.focus\:text-green-400\/70:focus{color:rgba(74,222,128,.7)}.focus\:text-green-400\/75:focus{color:rgba(74,222,128,.75)}.focus\:text-green-400\/80:focus{color:rgba(74,222,128,.8)}.focus\:text-green-400\/85:focus{color:rgba(74,222,128,.85)}.focus\:text-green-400\/90:focus{color:rgba(74,222,128,.9)}.focus\:text-green-400\/95:focus{color:rgba(74,222,128,.95)}.focus\:text-green-50:focus{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity))}.focus\:text-green-50\/0:focus{color:rgba(240,253,244,0)}.focus\:text-green-50\/10:focus{color:rgba(240,253,244,.1)}.focus\:text-green-50\/100:focus{color:#f0fdf4}.focus\:text-green-50\/15:focus{color:rgba(240,253,244,.15)}.focus\:text-green-50\/20:focus{color:rgba(240,253,244,.2)}.focus\:text-green-50\/25:focus{color:rgba(240,253,244,.25)}.focus\:text-green-50\/30:focus{color:rgba(240,253,244,.3)}.focus\:text-green-50\/35:focus{color:rgba(240,253,244,.35)}.focus\:text-green-50\/40:focus{color:rgba(240,253,244,.4)}.focus\:text-green-50\/45:focus{color:rgba(240,253,244,.45)}.focus\:text-green-50\/5:focus{color:rgba(240,253,244,.05)}.focus\:text-green-50\/50:focus{color:rgba(240,253,244,.5)}.focus\:text-green-50\/55:focus{color:rgba(240,253,244,.55)}.focus\:text-green-50\/60:focus{color:rgba(240,253,244,.6)}.focus\:text-green-50\/65:focus{color:rgba(240,253,244,.65)}.focus\:text-green-50\/70:focus{color:rgba(240,253,244,.7)}.focus\:text-green-50\/75:focus{color:rgba(240,253,244,.75)}.focus\:text-green-50\/80:focus{color:rgba(240,253,244,.8)}.focus\:text-green-50\/85:focus{color:rgba(240,253,244,.85)}.focus\:text-green-50\/90:focus{color:rgba(240,253,244,.9)}.focus\:text-green-50\/95:focus{color:rgba(240,253,244,.95)}.focus\:text-green-500:focus{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.focus\:text-green-500\/0:focus{color:rgba(34,197,94,0)}.focus\:text-green-500\/10:focus{color:rgba(34,197,94,.1)}.focus\:text-green-500\/100:focus{color:#22c55e}.focus\:text-green-500\/15:focus{color:rgba(34,197,94,.15)}.focus\:text-green-500\/20:focus{color:rgba(34,197,94,.2)}.focus\:text-green-500\/25:focus{color:rgba(34,197,94,.25)}.focus\:text-green-500\/30:focus{color:rgba(34,197,94,.3)}.focus\:text-green-500\/35:focus{color:rgba(34,197,94,.35)}.focus\:text-green-500\/40:focus{color:rgba(34,197,94,.4)}.focus\:text-green-500\/45:focus{color:rgba(34,197,94,.45)}.focus\:text-green-500\/5:focus{color:rgba(34,197,94,.05)}.focus\:text-green-500\/50:focus{color:rgba(34,197,94,.5)}.focus\:text-green-500\/55:focus{color:rgba(34,197,94,.55)}.focus\:text-green-500\/60:focus{color:rgba(34,197,94,.6)}.focus\:text-green-500\/65:focus{color:rgba(34,197,94,.65)}.focus\:text-green-500\/70:focus{color:rgba(34,197,94,.7)}.focus\:text-green-500\/75:focus{color:rgba(34,197,94,.75)}.focus\:text-green-500\/80:focus{color:rgba(34,197,94,.8)}.focus\:text-green-500\/85:focus{color:rgba(34,197,94,.85)}.focus\:text-green-500\/90:focus{color:rgba(34,197,94,.9)}.focus\:text-green-500\/95:focus{color:rgba(34,197,94,.95)}.focus\:text-green-600:focus{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.focus\:text-green-600\/0:focus{color:rgba(22,163,74,0)}.focus\:text-green-600\/10:focus{color:rgba(22,163,74,.1)}.focus\:text-green-600\/100:focus{color:#16a34a}.focus\:text-green-600\/15:focus{color:rgba(22,163,74,.15)}.focus\:text-green-600\/20:focus{color:rgba(22,163,74,.2)}.focus\:text-green-600\/25:focus{color:rgba(22,163,74,.25)}.focus\:text-green-600\/30:focus{color:rgba(22,163,74,.3)}.focus\:text-green-600\/35:focus{color:rgba(22,163,74,.35)}.focus\:text-green-600\/40:focus{color:rgba(22,163,74,.4)}.focus\:text-green-600\/45:focus{color:rgba(22,163,74,.45)}.focus\:text-green-600\/5:focus{color:rgba(22,163,74,.05)}.focus\:text-green-600\/50:focus{color:rgba(22,163,74,.5)}.focus\:text-green-600\/55:focus{color:rgba(22,163,74,.55)}.focus\:text-green-600\/60:focus{color:rgba(22,163,74,.6)}.focus\:text-green-600\/65:focus{color:rgba(22,163,74,.65)}.focus\:text-green-600\/70:focus{color:rgba(22,163,74,.7)}.focus\:text-green-600\/75:focus{color:rgba(22,163,74,.75)}.focus\:text-green-600\/80:focus{color:rgba(22,163,74,.8)}.focus\:text-green-600\/85:focus{color:rgba(22,163,74,.85)}.focus\:text-green-600\/90:focus{color:rgba(22,163,74,.9)}.focus\:text-green-600\/95:focus{color:rgba(22,163,74,.95)}.focus\:text-green-700:focus{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.focus\:text-green-700\/0:focus{color:rgba(21,128,61,0)}.focus\:text-green-700\/10:focus{color:rgba(21,128,61,.1)}.focus\:text-green-700\/100:focus{color:#15803d}.focus\:text-green-700\/15:focus{color:rgba(21,128,61,.15)}.focus\:text-green-700\/20:focus{color:rgba(21,128,61,.2)}.focus\:text-green-700\/25:focus{color:rgba(21,128,61,.25)}.focus\:text-green-700\/30:focus{color:rgba(21,128,61,.3)}.focus\:text-green-700\/35:focus{color:rgba(21,128,61,.35)}.focus\:text-green-700\/40:focus{color:rgba(21,128,61,.4)}.focus\:text-green-700\/45:focus{color:rgba(21,128,61,.45)}.focus\:text-green-700\/5:focus{color:rgba(21,128,61,.05)}.focus\:text-green-700\/50:focus{color:rgba(21,128,61,.5)}.focus\:text-green-700\/55:focus{color:rgba(21,128,61,.55)}.focus\:text-green-700\/60:focus{color:rgba(21,128,61,.6)}.focus\:text-green-700\/65:focus{color:rgba(21,128,61,.65)}.focus\:text-green-700\/70:focus{color:rgba(21,128,61,.7)}.focus\:text-green-700\/75:focus{color:rgba(21,128,61,.75)}.focus\:text-green-700\/80:focus{color:rgba(21,128,61,.8)}.focus\:text-green-700\/85:focus{color:rgba(21,128,61,.85)}.focus\:text-green-700\/90:focus{color:rgba(21,128,61,.9)}.focus\:text-green-700\/95:focus{color:rgba(21,128,61,.95)}.focus\:text-green-800:focus{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.focus\:text-green-800\/0:focus{color:rgba(22,101,52,0)}.focus\:text-green-800\/10:focus{color:rgba(22,101,52,.1)}.focus\:text-green-800\/100:focus{color:#166534}.focus\:text-green-800\/15:focus{color:rgba(22,101,52,.15)}.focus\:text-green-800\/20:focus{color:rgba(22,101,52,.2)}.focus\:text-green-800\/25:focus{color:rgba(22,101,52,.25)}.focus\:text-green-800\/30:focus{color:rgba(22,101,52,.3)}.focus\:text-green-800\/35:focus{color:rgba(22,101,52,.35)}.focus\:text-green-800\/40:focus{color:rgba(22,101,52,.4)}.focus\:text-green-800\/45:focus{color:rgba(22,101,52,.45)}.focus\:text-green-800\/5:focus{color:rgba(22,101,52,.05)}.focus\:text-green-800\/50:focus{color:rgba(22,101,52,.5)}.focus\:text-green-800\/55:focus{color:rgba(22,101,52,.55)}.focus\:text-green-800\/60:focus{color:rgba(22,101,52,.6)}.focus\:text-green-800\/65:focus{color:rgba(22,101,52,.65)}.focus\:text-green-800\/70:focus{color:rgba(22,101,52,.7)}.focus\:text-green-800\/75:focus{color:rgba(22,101,52,.75)}.focus\:text-green-800\/80:focus{color:rgba(22,101,52,.8)}.focus\:text-green-800\/85:focus{color:rgba(22,101,52,.85)}.focus\:text-green-800\/90:focus{color:rgba(22,101,52,.9)}.focus\:text-green-800\/95:focus{color:rgba(22,101,52,.95)}.focus\:text-green-900:focus{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.focus\:text-green-900\/0:focus{color:rgba(20,83,45,0)}.focus\:text-green-900\/10:focus{color:rgba(20,83,45,.1)}.focus\:text-green-900\/100:focus{color:#14532d}.focus\:text-green-900\/15:focus{color:rgba(20,83,45,.15)}.focus\:text-green-900\/20:focus{color:rgba(20,83,45,.2)}.focus\:text-green-900\/25:focus{color:rgba(20,83,45,.25)}.focus\:text-green-900\/30:focus{color:rgba(20,83,45,.3)}.focus\:text-green-900\/35:focus{color:rgba(20,83,45,.35)}.focus\:text-green-900\/40:focus{color:rgba(20,83,45,.4)}.focus\:text-green-900\/45:focus{color:rgba(20,83,45,.45)}.focus\:text-green-900\/5:focus{color:rgba(20,83,45,.05)}.focus\:text-green-900\/50:focus{color:rgba(20,83,45,.5)}.focus\:text-green-900\/55:focus{color:rgba(20,83,45,.55)}.focus\:text-green-900\/60:focus{color:rgba(20,83,45,.6)}.focus\:text-green-900\/65:focus{color:rgba(20,83,45,.65)}.focus\:text-green-900\/70:focus{color:rgba(20,83,45,.7)}.focus\:text-green-900\/75:focus{color:rgba(20,83,45,.75)}.focus\:text-green-900\/80:focus{color:rgba(20,83,45,.8)}.focus\:text-green-900\/85:focus{color:rgba(20,83,45,.85)}.focus\:text-green-900\/90:focus{color:rgba(20,83,45,.9)}.focus\:text-green-900\/95:focus{color:rgba(20,83,45,.95)}.focus\:text-indigo-100:focus{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.focus\:text-indigo-100\/0:focus{color:rgba(224,231,255,0)}.focus\:text-indigo-100\/10:focus{color:rgba(224,231,255,.1)}.focus\:text-indigo-100\/100:focus{color:#e0e7ff}.focus\:text-indigo-100\/15:focus{color:rgba(224,231,255,.15)}.focus\:text-indigo-100\/20:focus{color:rgba(224,231,255,.2)}.focus\:text-indigo-100\/25:focus{color:rgba(224,231,255,.25)}.focus\:text-indigo-100\/30:focus{color:rgba(224,231,255,.3)}.focus\:text-indigo-100\/35:focus{color:rgba(224,231,255,.35)}.focus\:text-indigo-100\/40:focus{color:rgba(224,231,255,.4)}.focus\:text-indigo-100\/45:focus{color:rgba(224,231,255,.45)}.focus\:text-indigo-100\/5:focus{color:rgba(224,231,255,.05)}.focus\:text-indigo-100\/50:focus{color:rgba(224,231,255,.5)}.focus\:text-indigo-100\/55:focus{color:rgba(224,231,255,.55)}.focus\:text-indigo-100\/60:focus{color:rgba(224,231,255,.6)}.focus\:text-indigo-100\/65:focus{color:rgba(224,231,255,.65)}.focus\:text-indigo-100\/70:focus{color:rgba(224,231,255,.7)}.focus\:text-indigo-100\/75:focus{color:rgba(224,231,255,.75)}.focus\:text-indigo-100\/80:focus{color:rgba(224,231,255,.8)}.focus\:text-indigo-100\/85:focus{color:rgba(224,231,255,.85)}.focus\:text-indigo-100\/90:focus{color:rgba(224,231,255,.9)}.focus\:text-indigo-100\/95:focus{color:rgba(224,231,255,.95)}.focus\:text-indigo-200:focus{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.focus\:text-indigo-200\/0:focus{color:rgba(199,210,254,0)}.focus\:text-indigo-200\/10:focus{color:rgba(199,210,254,.1)}.focus\:text-indigo-200\/100:focus{color:#c7d2fe}.focus\:text-indigo-200\/15:focus{color:rgba(199,210,254,.15)}.focus\:text-indigo-200\/20:focus{color:rgba(199,210,254,.2)}.focus\:text-indigo-200\/25:focus{color:rgba(199,210,254,.25)}.focus\:text-indigo-200\/30:focus{color:rgba(199,210,254,.3)}.focus\:text-indigo-200\/35:focus{color:rgba(199,210,254,.35)}.focus\:text-indigo-200\/40:focus{color:rgba(199,210,254,.4)}.focus\:text-indigo-200\/45:focus{color:rgba(199,210,254,.45)}.focus\:text-indigo-200\/5:focus{color:rgba(199,210,254,.05)}.focus\:text-indigo-200\/50:focus{color:rgba(199,210,254,.5)}.focus\:text-indigo-200\/55:focus{color:rgba(199,210,254,.55)}.focus\:text-indigo-200\/60:focus{color:rgba(199,210,254,.6)}.focus\:text-indigo-200\/65:focus{color:rgba(199,210,254,.65)}.focus\:text-indigo-200\/70:focus{color:rgba(199,210,254,.7)}.focus\:text-indigo-200\/75:focus{color:rgba(199,210,254,.75)}.focus\:text-indigo-200\/80:focus{color:rgba(199,210,254,.8)}.focus\:text-indigo-200\/85:focus{color:rgba(199,210,254,.85)}.focus\:text-indigo-200\/90:focus{color:rgba(199,210,254,.9)}.focus\:text-indigo-200\/95:focus{color:rgba(199,210,254,.95)}.focus\:text-indigo-300:focus{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.focus\:text-indigo-300\/0:focus{color:rgba(165,180,252,0)}.focus\:text-indigo-300\/10:focus{color:rgba(165,180,252,.1)}.focus\:text-indigo-300\/100:focus{color:#a5b4fc}.focus\:text-indigo-300\/15:focus{color:rgba(165,180,252,.15)}.focus\:text-indigo-300\/20:focus{color:rgba(165,180,252,.2)}.focus\:text-indigo-300\/25:focus{color:rgba(165,180,252,.25)}.focus\:text-indigo-300\/30:focus{color:rgba(165,180,252,.3)}.focus\:text-indigo-300\/35:focus{color:rgba(165,180,252,.35)}.focus\:text-indigo-300\/40:focus{color:rgba(165,180,252,.4)}.focus\:text-indigo-300\/45:focus{color:rgba(165,180,252,.45)}.focus\:text-indigo-300\/5:focus{color:rgba(165,180,252,.05)}.focus\:text-indigo-300\/50:focus{color:rgba(165,180,252,.5)}.focus\:text-indigo-300\/55:focus{color:rgba(165,180,252,.55)}.focus\:text-indigo-300\/60:focus{color:rgba(165,180,252,.6)}.focus\:text-indigo-300\/65:focus{color:rgba(165,180,252,.65)}.focus\:text-indigo-300\/70:focus{color:rgba(165,180,252,.7)}.focus\:text-indigo-300\/75:focus{color:rgba(165,180,252,.75)}.focus\:text-indigo-300\/80:focus{color:rgba(165,180,252,.8)}.focus\:text-indigo-300\/85:focus{color:rgba(165,180,252,.85)}.focus\:text-indigo-300\/90:focus{color:rgba(165,180,252,.9)}.focus\:text-indigo-300\/95:focus{color:rgba(165,180,252,.95)}.focus\:text-indigo-400:focus{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.focus\:text-indigo-400\/0:focus{color:rgba(129,140,248,0)}.focus\:text-indigo-400\/10:focus{color:rgba(129,140,248,.1)}.focus\:text-indigo-400\/100:focus{color:#818cf8}.focus\:text-indigo-400\/15:focus{color:rgba(129,140,248,.15)}.focus\:text-indigo-400\/20:focus{color:rgba(129,140,248,.2)}.focus\:text-indigo-400\/25:focus{color:rgba(129,140,248,.25)}.focus\:text-indigo-400\/30:focus{color:rgba(129,140,248,.3)}.focus\:text-indigo-400\/35:focus{color:rgba(129,140,248,.35)}.focus\:text-indigo-400\/40:focus{color:rgba(129,140,248,.4)}.focus\:text-indigo-400\/45:focus{color:rgba(129,140,248,.45)}.focus\:text-indigo-400\/5:focus{color:rgba(129,140,248,.05)}.focus\:text-indigo-400\/50:focus{color:rgba(129,140,248,.5)}.focus\:text-indigo-400\/55:focus{color:rgba(129,140,248,.55)}.focus\:text-indigo-400\/60:focus{color:rgba(129,140,248,.6)}.focus\:text-indigo-400\/65:focus{color:rgba(129,140,248,.65)}.focus\:text-indigo-400\/70:focus{color:rgba(129,140,248,.7)}.focus\:text-indigo-400\/75:focus{color:rgba(129,140,248,.75)}.focus\:text-indigo-400\/80:focus{color:rgba(129,140,248,.8)}.focus\:text-indigo-400\/85:focus{color:rgba(129,140,248,.85)}.focus\:text-indigo-400\/90:focus{color:rgba(129,140,248,.9)}.focus\:text-indigo-400\/95:focus{color:rgba(129,140,248,.95)}.focus\:text-indigo-50:focus{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity))}.focus\:text-indigo-50\/0:focus{color:rgba(238,242,255,0)}.focus\:text-indigo-50\/10:focus{color:rgba(238,242,255,.1)}.focus\:text-indigo-50\/100:focus{color:#eef2ff}.focus\:text-indigo-50\/15:focus{color:rgba(238,242,255,.15)}.focus\:text-indigo-50\/20:focus{color:rgba(238,242,255,.2)}.focus\:text-indigo-50\/25:focus{color:rgba(238,242,255,.25)}.focus\:text-indigo-50\/30:focus{color:rgba(238,242,255,.3)}.focus\:text-indigo-50\/35:focus{color:rgba(238,242,255,.35)}.focus\:text-indigo-50\/40:focus{color:rgba(238,242,255,.4)}.focus\:text-indigo-50\/45:focus{color:rgba(238,242,255,.45)}.focus\:text-indigo-50\/5:focus{color:rgba(238,242,255,.05)}.focus\:text-indigo-50\/50:focus{color:rgba(238,242,255,.5)}.focus\:text-indigo-50\/55:focus{color:rgba(238,242,255,.55)}.focus\:text-indigo-50\/60:focus{color:rgba(238,242,255,.6)}.focus\:text-indigo-50\/65:focus{color:rgba(238,242,255,.65)}.focus\:text-indigo-50\/70:focus{color:rgba(238,242,255,.7)}.focus\:text-indigo-50\/75:focus{color:rgba(238,242,255,.75)}.focus\:text-indigo-50\/80:focus{color:rgba(238,242,255,.8)}.focus\:text-indigo-50\/85:focus{color:rgba(238,242,255,.85)}.focus\:text-indigo-50\/90:focus{color:rgba(238,242,255,.9)}.focus\:text-indigo-50\/95:focus{color:rgba(238,242,255,.95)}.focus\:text-indigo-500:focus{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.focus\:text-indigo-500\/0:focus{color:rgba(99,102,241,0)}.focus\:text-indigo-500\/10:focus{color:rgba(99,102,241,.1)}.focus\:text-indigo-500\/100:focus{color:#6366f1}.focus\:text-indigo-500\/15:focus{color:rgba(99,102,241,.15)}.focus\:text-indigo-500\/20:focus{color:rgba(99,102,241,.2)}.focus\:text-indigo-500\/25:focus{color:rgba(99,102,241,.25)}.focus\:text-indigo-500\/30:focus{color:rgba(99,102,241,.3)}.focus\:text-indigo-500\/35:focus{color:rgba(99,102,241,.35)}.focus\:text-indigo-500\/40:focus{color:rgba(99,102,241,.4)}.focus\:text-indigo-500\/45:focus{color:rgba(99,102,241,.45)}.focus\:text-indigo-500\/5:focus{color:rgba(99,102,241,.05)}.focus\:text-indigo-500\/50:focus{color:rgba(99,102,241,.5)}.focus\:text-indigo-500\/55:focus{color:rgba(99,102,241,.55)}.focus\:text-indigo-500\/60:focus{color:rgba(99,102,241,.6)}.focus\:text-indigo-500\/65:focus{color:rgba(99,102,241,.65)}.focus\:text-indigo-500\/70:focus{color:rgba(99,102,241,.7)}.focus\:text-indigo-500\/75:focus{color:rgba(99,102,241,.75)}.focus\:text-indigo-500\/80:focus{color:rgba(99,102,241,.8)}.focus\:text-indigo-500\/85:focus{color:rgba(99,102,241,.85)}.focus\:text-indigo-500\/90:focus{color:rgba(99,102,241,.9)}.focus\:text-indigo-500\/95:focus{color:rgba(99,102,241,.95)}.focus\:text-indigo-600:focus{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.focus\:text-indigo-600\/0:focus{color:rgba(79,70,229,0)}.focus\:text-indigo-600\/10:focus{color:rgba(79,70,229,.1)}.focus\:text-indigo-600\/100:focus{color:#4f46e5}.focus\:text-indigo-600\/15:focus{color:rgba(79,70,229,.15)}.focus\:text-indigo-600\/20:focus{color:rgba(79,70,229,.2)}.focus\:text-indigo-600\/25:focus{color:rgba(79,70,229,.25)}.focus\:text-indigo-600\/30:focus{color:rgba(79,70,229,.3)}.focus\:text-indigo-600\/35:focus{color:rgba(79,70,229,.35)}.focus\:text-indigo-600\/40:focus{color:rgba(79,70,229,.4)}.focus\:text-indigo-600\/45:focus{color:rgba(79,70,229,.45)}.focus\:text-indigo-600\/5:focus{color:rgba(79,70,229,.05)}.focus\:text-indigo-600\/50:focus{color:rgba(79,70,229,.5)}.focus\:text-indigo-600\/55:focus{color:rgba(79,70,229,.55)}.focus\:text-indigo-600\/60:focus{color:rgba(79,70,229,.6)}.focus\:text-indigo-600\/65:focus{color:rgba(79,70,229,.65)}.focus\:text-indigo-600\/70:focus{color:rgba(79,70,229,.7)}.focus\:text-indigo-600\/75:focus{color:rgba(79,70,229,.75)}.focus\:text-indigo-600\/80:focus{color:rgba(79,70,229,.8)}.focus\:text-indigo-600\/85:focus{color:rgba(79,70,229,.85)}.focus\:text-indigo-600\/90:focus{color:rgba(79,70,229,.9)}.focus\:text-indigo-600\/95:focus{color:rgba(79,70,229,.95)}.focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.focus\:text-indigo-700\/0:focus{color:rgba(67,56,202,0)}.focus\:text-indigo-700\/10:focus{color:rgba(67,56,202,.1)}.focus\:text-indigo-700\/100:focus{color:#4338ca}.focus\:text-indigo-700\/15:focus{color:rgba(67,56,202,.15)}.focus\:text-indigo-700\/20:focus{color:rgba(67,56,202,.2)}.focus\:text-indigo-700\/25:focus{color:rgba(67,56,202,.25)}.focus\:text-indigo-700\/30:focus{color:rgba(67,56,202,.3)}.focus\:text-indigo-700\/35:focus{color:rgba(67,56,202,.35)}.focus\:text-indigo-700\/40:focus{color:rgba(67,56,202,.4)}.focus\:text-indigo-700\/45:focus{color:rgba(67,56,202,.45)}.focus\:text-indigo-700\/5:focus{color:rgba(67,56,202,.05)}.focus\:text-indigo-700\/50:focus{color:rgba(67,56,202,.5)}.focus\:text-indigo-700\/55:focus{color:rgba(67,56,202,.55)}.focus\:text-indigo-700\/60:focus{color:rgba(67,56,202,.6)}.focus\:text-indigo-700\/65:focus{color:rgba(67,56,202,.65)}.focus\:text-indigo-700\/70:focus{color:rgba(67,56,202,.7)}.focus\:text-indigo-700\/75:focus{color:rgba(67,56,202,.75)}.focus\:text-indigo-700\/80:focus{color:rgba(67,56,202,.8)}.focus\:text-indigo-700\/85:focus{color:rgba(67,56,202,.85)}.focus\:text-indigo-700\/90:focus{color:rgba(67,56,202,.9)}.focus\:text-indigo-700\/95:focus{color:rgba(67,56,202,.95)}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.focus\:text-indigo-800\/0:focus{color:rgba(55,48,163,0)}.focus\:text-indigo-800\/10:focus{color:rgba(55,48,163,.1)}.focus\:text-indigo-800\/100:focus{color:#3730a3}.focus\:text-indigo-800\/15:focus{color:rgba(55,48,163,.15)}.focus\:text-indigo-800\/20:focus{color:rgba(55,48,163,.2)}.focus\:text-indigo-800\/25:focus{color:rgba(55,48,163,.25)}.focus\:text-indigo-800\/30:focus{color:rgba(55,48,163,.3)}.focus\:text-indigo-800\/35:focus{color:rgba(55,48,163,.35)}.focus\:text-indigo-800\/40:focus{color:rgba(55,48,163,.4)}.focus\:text-indigo-800\/45:focus{color:rgba(55,48,163,.45)}.focus\:text-indigo-800\/5:focus{color:rgba(55,48,163,.05)}.focus\:text-indigo-800\/50:focus{color:rgba(55,48,163,.5)}.focus\:text-indigo-800\/55:focus{color:rgba(55,48,163,.55)}.focus\:text-indigo-800\/60:focus{color:rgba(55,48,163,.6)}.focus\:text-indigo-800\/65:focus{color:rgba(55,48,163,.65)}.focus\:text-indigo-800\/70:focus{color:rgba(55,48,163,.7)}.focus\:text-indigo-800\/75:focus{color:rgba(55,48,163,.75)}.focus\:text-indigo-800\/80:focus{color:rgba(55,48,163,.8)}.focus\:text-indigo-800\/85:focus{color:rgba(55,48,163,.85)}.focus\:text-indigo-800\/90:focus{color:rgba(55,48,163,.9)}.focus\:text-indigo-800\/95:focus{color:rgba(55,48,163,.95)}.focus\:text-indigo-900:focus{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.focus\:text-indigo-900\/0:focus{color:rgba(49,46,129,0)}.focus\:text-indigo-900\/10:focus{color:rgba(49,46,129,.1)}.focus\:text-indigo-900\/100:focus{color:#312e81}.focus\:text-indigo-900\/15:focus{color:rgba(49,46,129,.15)}.focus\:text-indigo-900\/20:focus{color:rgba(49,46,129,.2)}.focus\:text-indigo-900\/25:focus{color:rgba(49,46,129,.25)}.focus\:text-indigo-900\/30:focus{color:rgba(49,46,129,.3)}.focus\:text-indigo-900\/35:focus{color:rgba(49,46,129,.35)}.focus\:text-indigo-900\/40:focus{color:rgba(49,46,129,.4)}.focus\:text-indigo-900\/45:focus{color:rgba(49,46,129,.45)}.focus\:text-indigo-900\/5:focus{color:rgba(49,46,129,.05)}.focus\:text-indigo-900\/50:focus{color:rgba(49,46,129,.5)}.focus\:text-indigo-900\/55:focus{color:rgba(49,46,129,.55)}.focus\:text-indigo-900\/60:focus{color:rgba(49,46,129,.6)}.focus\:text-indigo-900\/65:focus{color:rgba(49,46,129,.65)}.focus\:text-indigo-900\/70:focus{color:rgba(49,46,129,.7)}.focus\:text-indigo-900\/75:focus{color:rgba(49,46,129,.75)}.focus\:text-indigo-900\/80:focus{color:rgba(49,46,129,.8)}.focus\:text-indigo-900\/85:focus{color:rgba(49,46,129,.85)}.focus\:text-indigo-900\/90:focus{color:rgba(49,46,129,.9)}.focus\:text-indigo-900\/95:focus{color:rgba(49,46,129,.95)}.focus\:text-red-100:focus{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.focus\:text-red-100\/0:focus{color:hsla(0,93%,94%,0)}.focus\:text-red-100\/10:focus{color:hsla(0,93%,94%,.1)}.focus\:text-red-100\/100:focus{color:#fee2e2}.focus\:text-red-100\/15:focus{color:hsla(0,93%,94%,.15)}.focus\:text-red-100\/20:focus{color:hsla(0,93%,94%,.2)}.focus\:text-red-100\/25:focus{color:hsla(0,93%,94%,.25)}.focus\:text-red-100\/30:focus{color:hsla(0,93%,94%,.3)}.focus\:text-red-100\/35:focus{color:hsla(0,93%,94%,.35)}.focus\:text-red-100\/40:focus{color:hsla(0,93%,94%,.4)}.focus\:text-red-100\/45:focus{color:hsla(0,93%,94%,.45)}.focus\:text-red-100\/5:focus{color:hsla(0,93%,94%,.05)}.focus\:text-red-100\/50:focus{color:hsla(0,93%,94%,.5)}.focus\:text-red-100\/55:focus{color:hsla(0,93%,94%,.55)}.focus\:text-red-100\/60:focus{color:hsla(0,93%,94%,.6)}.focus\:text-red-100\/65:focus{color:hsla(0,93%,94%,.65)}.focus\:text-red-100\/70:focus{color:hsla(0,93%,94%,.7)}.focus\:text-red-100\/75:focus{color:hsla(0,93%,94%,.75)}.focus\:text-red-100\/80:focus{color:hsla(0,93%,94%,.8)}.focus\:text-red-100\/85:focus{color:hsla(0,93%,94%,.85)}.focus\:text-red-100\/90:focus{color:hsla(0,93%,94%,.9)}.focus\:text-red-100\/95:focus{color:hsla(0,93%,94%,.95)}.focus\:text-red-200:focus{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.focus\:text-red-200\/0:focus{color:hsla(0,96%,89%,0)}.focus\:text-red-200\/10:focus{color:hsla(0,96%,89%,.1)}.focus\:text-red-200\/100:focus{color:#fecaca}.focus\:text-red-200\/15:focus{color:hsla(0,96%,89%,.15)}.focus\:text-red-200\/20:focus{color:hsla(0,96%,89%,.2)}.focus\:text-red-200\/25:focus{color:hsla(0,96%,89%,.25)}.focus\:text-red-200\/30:focus{color:hsla(0,96%,89%,.3)}.focus\:text-red-200\/35:focus{color:hsla(0,96%,89%,.35)}.focus\:text-red-200\/40:focus{color:hsla(0,96%,89%,.4)}.focus\:text-red-200\/45:focus{color:hsla(0,96%,89%,.45)}.focus\:text-red-200\/5:focus{color:hsla(0,96%,89%,.05)}.focus\:text-red-200\/50:focus{color:hsla(0,96%,89%,.5)}.focus\:text-red-200\/55:focus{color:hsla(0,96%,89%,.55)}.focus\:text-red-200\/60:focus{color:hsla(0,96%,89%,.6)}.focus\:text-red-200\/65:focus{color:hsla(0,96%,89%,.65)}.focus\:text-red-200\/70:focus{color:hsla(0,96%,89%,.7)}.focus\:text-red-200\/75:focus{color:hsla(0,96%,89%,.75)}.focus\:text-red-200\/80:focus{color:hsla(0,96%,89%,.8)}.focus\:text-red-200\/85:focus{color:hsla(0,96%,89%,.85)}.focus\:text-red-200\/90:focus{color:hsla(0,96%,89%,.9)}.focus\:text-red-200\/95:focus{color:hsla(0,96%,89%,.95)}.focus\:text-red-300:focus{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.focus\:text-red-300\/0:focus{color:hsla(0,94%,82%,0)}.focus\:text-red-300\/10:focus{color:hsla(0,94%,82%,.1)}.focus\:text-red-300\/100:focus{color:#fca5a5}.focus\:text-red-300\/15:focus{color:hsla(0,94%,82%,.15)}.focus\:text-red-300\/20:focus{color:hsla(0,94%,82%,.2)}.focus\:text-red-300\/25:focus{color:hsla(0,94%,82%,.25)}.focus\:text-red-300\/30:focus{color:hsla(0,94%,82%,.3)}.focus\:text-red-300\/35:focus{color:hsla(0,94%,82%,.35)}.focus\:text-red-300\/40:focus{color:hsla(0,94%,82%,.4)}.focus\:text-red-300\/45:focus{color:hsla(0,94%,82%,.45)}.focus\:text-red-300\/5:focus{color:hsla(0,94%,82%,.05)}.focus\:text-red-300\/50:focus{color:hsla(0,94%,82%,.5)}.focus\:text-red-300\/55:focus{color:hsla(0,94%,82%,.55)}.focus\:text-red-300\/60:focus{color:hsla(0,94%,82%,.6)}.focus\:text-red-300\/65:focus{color:hsla(0,94%,82%,.65)}.focus\:text-red-300\/70:focus{color:hsla(0,94%,82%,.7)}.focus\:text-red-300\/75:focus{color:hsla(0,94%,82%,.75)}.focus\:text-red-300\/80:focus{color:hsla(0,94%,82%,.8)}.focus\:text-red-300\/85:focus{color:hsla(0,94%,82%,.85)}.focus\:text-red-300\/90:focus{color:hsla(0,94%,82%,.9)}.focus\:text-red-300\/95:focus{color:hsla(0,94%,82%,.95)}.focus\:text-red-400:focus{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.focus\:text-red-400\/0:focus{color:hsla(0,91%,71%,0)}.focus\:text-red-400\/10:focus{color:hsla(0,91%,71%,.1)}.focus\:text-red-400\/100:focus{color:#f87171}.focus\:text-red-400\/15:focus{color:hsla(0,91%,71%,.15)}.focus\:text-red-400\/20:focus{color:hsla(0,91%,71%,.2)}.focus\:text-red-400\/25:focus{color:hsla(0,91%,71%,.25)}.focus\:text-red-400\/30:focus{color:hsla(0,91%,71%,.3)}.focus\:text-red-400\/35:focus{color:hsla(0,91%,71%,.35)}.focus\:text-red-400\/40:focus{color:hsla(0,91%,71%,.4)}.focus\:text-red-400\/45:focus{color:hsla(0,91%,71%,.45)}.focus\:text-red-400\/5:focus{color:hsla(0,91%,71%,.05)}.focus\:text-red-400\/50:focus{color:hsla(0,91%,71%,.5)}.focus\:text-red-400\/55:focus{color:hsla(0,91%,71%,.55)}.focus\:text-red-400\/60:focus{color:hsla(0,91%,71%,.6)}.focus\:text-red-400\/65:focus{color:hsla(0,91%,71%,.65)}.focus\:text-red-400\/70:focus{color:hsla(0,91%,71%,.7)}.focus\:text-red-400\/75:focus{color:hsla(0,91%,71%,.75)}.focus\:text-red-400\/80:focus{color:hsla(0,91%,71%,.8)}.focus\:text-red-400\/85:focus{color:hsla(0,91%,71%,.85)}.focus\:text-red-400\/90:focus{color:hsla(0,91%,71%,.9)}.focus\:text-red-400\/95:focus{color:hsla(0,91%,71%,.95)}.focus\:text-red-50:focus{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.focus\:text-red-50\/0:focus{color:hsla(0,86%,97%,0)}.focus\:text-red-50\/10:focus{color:hsla(0,86%,97%,.1)}.focus\:text-red-50\/100:focus{color:#fef2f2}.focus\:text-red-50\/15:focus{color:hsla(0,86%,97%,.15)}.focus\:text-red-50\/20:focus{color:hsla(0,86%,97%,.2)}.focus\:text-red-50\/25:focus{color:hsla(0,86%,97%,.25)}.focus\:text-red-50\/30:focus{color:hsla(0,86%,97%,.3)}.focus\:text-red-50\/35:focus{color:hsla(0,86%,97%,.35)}.focus\:text-red-50\/40:focus{color:hsla(0,86%,97%,.4)}.focus\:text-red-50\/45:focus{color:hsla(0,86%,97%,.45)}.focus\:text-red-50\/5:focus{color:hsla(0,86%,97%,.05)}.focus\:text-red-50\/50:focus{color:hsla(0,86%,97%,.5)}.focus\:text-red-50\/55:focus{color:hsla(0,86%,97%,.55)}.focus\:text-red-50\/60:focus{color:hsla(0,86%,97%,.6)}.focus\:text-red-50\/65:focus{color:hsla(0,86%,97%,.65)}.focus\:text-red-50\/70:focus{color:hsla(0,86%,97%,.7)}.focus\:text-red-50\/75:focus{color:hsla(0,86%,97%,.75)}.focus\:text-red-50\/80:focus{color:hsla(0,86%,97%,.8)}.focus\:text-red-50\/85:focus{color:hsla(0,86%,97%,.85)}.focus\:text-red-50\/90:focus{color:hsla(0,86%,97%,.9)}.focus\:text-red-50\/95:focus{color:hsla(0,86%,97%,.95)}.focus\:text-red-500:focus{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.focus\:text-red-500\/0:focus{color:rgba(239,68,68,0)}.focus\:text-red-500\/10:focus{color:rgba(239,68,68,.1)}.focus\:text-red-500\/100:focus{color:#ef4444}.focus\:text-red-500\/15:focus{color:rgba(239,68,68,.15)}.focus\:text-red-500\/20:focus{color:rgba(239,68,68,.2)}.focus\:text-red-500\/25:focus{color:rgba(239,68,68,.25)}.focus\:text-red-500\/30:focus{color:rgba(239,68,68,.3)}.focus\:text-red-500\/35:focus{color:rgba(239,68,68,.35)}.focus\:text-red-500\/40:focus{color:rgba(239,68,68,.4)}.focus\:text-red-500\/45:focus{color:rgba(239,68,68,.45)}.focus\:text-red-500\/5:focus{color:rgba(239,68,68,.05)}.focus\:text-red-500\/50:focus{color:rgba(239,68,68,.5)}.focus\:text-red-500\/55:focus{color:rgba(239,68,68,.55)}.focus\:text-red-500\/60:focus{color:rgba(239,68,68,.6)}.focus\:text-red-500\/65:focus{color:rgba(239,68,68,.65)}.focus\:text-red-500\/70:focus{color:rgba(239,68,68,.7)}.focus\:text-red-500\/75:focus{color:rgba(239,68,68,.75)}.focus\:text-red-500\/80:focus{color:rgba(239,68,68,.8)}.focus\:text-red-500\/85:focus{color:rgba(239,68,68,.85)}.focus\:text-red-500\/90:focus{color:rgba(239,68,68,.9)}.focus\:text-red-500\/95:focus{color:rgba(239,68,68,.95)}.focus\:text-red-600:focus{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.focus\:text-red-600\/0:focus{color:rgba(220,38,38,0)}.focus\:text-red-600\/10:focus{color:rgba(220,38,38,.1)}.focus\:text-red-600\/100:focus{color:#dc2626}.focus\:text-red-600\/15:focus{color:rgba(220,38,38,.15)}.focus\:text-red-600\/20:focus{color:rgba(220,38,38,.2)}.focus\:text-red-600\/25:focus{color:rgba(220,38,38,.25)}.focus\:text-red-600\/30:focus{color:rgba(220,38,38,.3)}.focus\:text-red-600\/35:focus{color:rgba(220,38,38,.35)}.focus\:text-red-600\/40:focus{color:rgba(220,38,38,.4)}.focus\:text-red-600\/45:focus{color:rgba(220,38,38,.45)}.focus\:text-red-600\/5:focus{color:rgba(220,38,38,.05)}.focus\:text-red-600\/50:focus{color:rgba(220,38,38,.5)}.focus\:text-red-600\/55:focus{color:rgba(220,38,38,.55)}.focus\:text-red-600\/60:focus{color:rgba(220,38,38,.6)}.focus\:text-red-600\/65:focus{color:rgba(220,38,38,.65)}.focus\:text-red-600\/70:focus{color:rgba(220,38,38,.7)}.focus\:text-red-600\/75:focus{color:rgba(220,38,38,.75)}.focus\:text-red-600\/80:focus{color:rgba(220,38,38,.8)}.focus\:text-red-600\/85:focus{color:rgba(220,38,38,.85)}.focus\:text-red-600\/90:focus{color:rgba(220,38,38,.9)}.focus\:text-red-600\/95:focus{color:rgba(220,38,38,.95)}.focus\:text-red-700:focus{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.focus\:text-red-700\/0:focus{color:rgba(185,28,28,0)}.focus\:text-red-700\/10:focus{color:rgba(185,28,28,.1)}.focus\:text-red-700\/100:focus{color:#b91c1c}.focus\:text-red-700\/15:focus{color:rgba(185,28,28,.15)}.focus\:text-red-700\/20:focus{color:rgba(185,28,28,.2)}.focus\:text-red-700\/25:focus{color:rgba(185,28,28,.25)}.focus\:text-red-700\/30:focus{color:rgba(185,28,28,.3)}.focus\:text-red-700\/35:focus{color:rgba(185,28,28,.35)}.focus\:text-red-700\/40:focus{color:rgba(185,28,28,.4)}.focus\:text-red-700\/45:focus{color:rgba(185,28,28,.45)}.focus\:text-red-700\/5:focus{color:rgba(185,28,28,.05)}.focus\:text-red-700\/50:focus{color:rgba(185,28,28,.5)}.focus\:text-red-700\/55:focus{color:rgba(185,28,28,.55)}.focus\:text-red-700\/60:focus{color:rgba(185,28,28,.6)}.focus\:text-red-700\/65:focus{color:rgba(185,28,28,.65)}.focus\:text-red-700\/70:focus{color:rgba(185,28,28,.7)}.focus\:text-red-700\/75:focus{color:rgba(185,28,28,.75)}.focus\:text-red-700\/80:focus{color:rgba(185,28,28,.8)}.focus\:text-red-700\/85:focus{color:rgba(185,28,28,.85)}.focus\:text-red-700\/90:focus{color:rgba(185,28,28,.9)}.focus\:text-red-700\/95:focus{color:rgba(185,28,28,.95)}.focus\:text-red-800:focus{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.focus\:text-red-800\/0:focus{color:rgba(153,27,27,0)}.focus\:text-red-800\/10:focus{color:rgba(153,27,27,.1)}.focus\:text-red-800\/100:focus{color:#991b1b}.focus\:text-red-800\/15:focus{color:rgba(153,27,27,.15)}.focus\:text-red-800\/20:focus{color:rgba(153,27,27,.2)}.focus\:text-red-800\/25:focus{color:rgba(153,27,27,.25)}.focus\:text-red-800\/30:focus{color:rgba(153,27,27,.3)}.focus\:text-red-800\/35:focus{color:rgba(153,27,27,.35)}.focus\:text-red-800\/40:focus{color:rgba(153,27,27,.4)}.focus\:text-red-800\/45:focus{color:rgba(153,27,27,.45)}.focus\:text-red-800\/5:focus{color:rgba(153,27,27,.05)}.focus\:text-red-800\/50:focus{color:rgba(153,27,27,.5)}.focus\:text-red-800\/55:focus{color:rgba(153,27,27,.55)}.focus\:text-red-800\/60:focus{color:rgba(153,27,27,.6)}.focus\:text-red-800\/65:focus{color:rgba(153,27,27,.65)}.focus\:text-red-800\/70:focus{color:rgba(153,27,27,.7)}.focus\:text-red-800\/75:focus{color:rgba(153,27,27,.75)}.focus\:text-red-800\/80:focus{color:rgba(153,27,27,.8)}.focus\:text-red-800\/85:focus{color:rgba(153,27,27,.85)}.focus\:text-red-800\/90:focus{color:rgba(153,27,27,.9)}.focus\:text-red-800\/95:focus{color:rgba(153,27,27,.95)}.focus\:text-red-900:focus{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.focus\:text-red-900\/0:focus{color:rgba(127,29,29,0)}.focus\:text-red-900\/10:focus{color:rgba(127,29,29,.1)}.focus\:text-red-900\/100:focus{color:#7f1d1d}.focus\:text-red-900\/15:focus{color:rgba(127,29,29,.15)}.focus\:text-red-900\/20:focus{color:rgba(127,29,29,.2)}.focus\:text-red-900\/25:focus{color:rgba(127,29,29,.25)}.focus\:text-red-900\/30:focus{color:rgba(127,29,29,.3)}.focus\:text-red-900\/35:focus{color:rgba(127,29,29,.35)}.focus\:text-red-900\/40:focus{color:rgba(127,29,29,.4)}.focus\:text-red-900\/45:focus{color:rgba(127,29,29,.45)}.focus\:text-red-900\/5:focus{color:rgba(127,29,29,.05)}.focus\:text-red-900\/50:focus{color:rgba(127,29,29,.5)}.focus\:text-red-900\/55:focus{color:rgba(127,29,29,.55)}.focus\:text-red-900\/60:focus{color:rgba(127,29,29,.6)}.focus\:text-red-900\/65:focus{color:rgba(127,29,29,.65)}.focus\:text-red-900\/70:focus{color:rgba(127,29,29,.7)}.focus\:text-red-900\/75:focus{color:rgba(127,29,29,.75)}.focus\:text-red-900\/80:focus{color:rgba(127,29,29,.8)}.focus\:text-red-900\/85:focus{color:rgba(127,29,29,.85)}.focus\:text-red-900\/90:focus{color:rgba(127,29,29,.9)}.focus\:text-red-900\/95:focus{color:rgba(127,29,29,.95)}.focus\:text-yellow-100:focus{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.focus\:text-yellow-100\/0:focus{color:hsla(55,97%,88%,0)}.focus\:text-yellow-100\/10:focus{color:hsla(55,97%,88%,.1)}.focus\:text-yellow-100\/100:focus{color:#fef9c3}.focus\:text-yellow-100\/15:focus{color:hsla(55,97%,88%,.15)}.focus\:text-yellow-100\/20:focus{color:hsla(55,97%,88%,.2)}.focus\:text-yellow-100\/25:focus{color:hsla(55,97%,88%,.25)}.focus\:text-yellow-100\/30:focus{color:hsla(55,97%,88%,.3)}.focus\:text-yellow-100\/35:focus{color:hsla(55,97%,88%,.35)}.focus\:text-yellow-100\/40:focus{color:hsla(55,97%,88%,.4)}.focus\:text-yellow-100\/45:focus{color:hsla(55,97%,88%,.45)}.focus\:text-yellow-100\/5:focus{color:hsla(55,97%,88%,.05)}.focus\:text-yellow-100\/50:focus{color:hsla(55,97%,88%,.5)}.focus\:text-yellow-100\/55:focus{color:hsla(55,97%,88%,.55)}.focus\:text-yellow-100\/60:focus{color:hsla(55,97%,88%,.6)}.focus\:text-yellow-100\/65:focus{color:hsla(55,97%,88%,.65)}.focus\:text-yellow-100\/70:focus{color:hsla(55,97%,88%,.7)}.focus\:text-yellow-100\/75:focus{color:hsla(55,97%,88%,.75)}.focus\:text-yellow-100\/80:focus{color:hsla(55,97%,88%,.8)}.focus\:text-yellow-100\/85:focus{color:hsla(55,97%,88%,.85)}.focus\:text-yellow-100\/90:focus{color:hsla(55,97%,88%,.9)}.focus\:text-yellow-100\/95:focus{color:hsla(55,97%,88%,.95)}.focus\:text-yellow-200:focus{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.focus\:text-yellow-200\/0:focus{color:hsla(53,98%,77%,0)}.focus\:text-yellow-200\/10:focus{color:hsla(53,98%,77%,.1)}.focus\:text-yellow-200\/100:focus{color:#fef08a}.focus\:text-yellow-200\/15:focus{color:hsla(53,98%,77%,.15)}.focus\:text-yellow-200\/20:focus{color:hsla(53,98%,77%,.2)}.focus\:text-yellow-200\/25:focus{color:hsla(53,98%,77%,.25)}.focus\:text-yellow-200\/30:focus{color:hsla(53,98%,77%,.3)}.focus\:text-yellow-200\/35:focus{color:hsla(53,98%,77%,.35)}.focus\:text-yellow-200\/40:focus{color:hsla(53,98%,77%,.4)}.focus\:text-yellow-200\/45:focus{color:hsla(53,98%,77%,.45)}.focus\:text-yellow-200\/5:focus{color:hsla(53,98%,77%,.05)}.focus\:text-yellow-200\/50:focus{color:hsla(53,98%,77%,.5)}.focus\:text-yellow-200\/55:focus{color:hsla(53,98%,77%,.55)}.focus\:text-yellow-200\/60:focus{color:hsla(53,98%,77%,.6)}.focus\:text-yellow-200\/65:focus{color:hsla(53,98%,77%,.65)}.focus\:text-yellow-200\/70:focus{color:hsla(53,98%,77%,.7)}.focus\:text-yellow-200\/75:focus{color:hsla(53,98%,77%,.75)}.focus\:text-yellow-200\/80:focus{color:hsla(53,98%,77%,.8)}.focus\:text-yellow-200\/85:focus{color:hsla(53,98%,77%,.85)}.focus\:text-yellow-200\/90:focus{color:hsla(53,98%,77%,.9)}.focus\:text-yellow-200\/95:focus{color:hsla(53,98%,77%,.95)}.focus\:text-yellow-300:focus{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.focus\:text-yellow-300\/0:focus{color:rgba(253,224,71,0)}.focus\:text-yellow-300\/10:focus{color:rgba(253,224,71,.1)}.focus\:text-yellow-300\/100:focus{color:#fde047}.focus\:text-yellow-300\/15:focus{color:rgba(253,224,71,.15)}.focus\:text-yellow-300\/20:focus{color:rgba(253,224,71,.2)}.focus\:text-yellow-300\/25:focus{color:rgba(253,224,71,.25)}.focus\:text-yellow-300\/30:focus{color:rgba(253,224,71,.3)}.focus\:text-yellow-300\/35:focus{color:rgba(253,224,71,.35)}.focus\:text-yellow-300\/40:focus{color:rgba(253,224,71,.4)}.focus\:text-yellow-300\/45:focus{color:rgba(253,224,71,.45)}.focus\:text-yellow-300\/5:focus{color:rgba(253,224,71,.05)}.focus\:text-yellow-300\/50:focus{color:rgba(253,224,71,.5)}.focus\:text-yellow-300\/55:focus{color:rgba(253,224,71,.55)}.focus\:text-yellow-300\/60:focus{color:rgba(253,224,71,.6)}.focus\:text-yellow-300\/65:focus{color:rgba(253,224,71,.65)}.focus\:text-yellow-300\/70:focus{color:rgba(253,224,71,.7)}.focus\:text-yellow-300\/75:focus{color:rgba(253,224,71,.75)}.focus\:text-yellow-300\/80:focus{color:rgba(253,224,71,.8)}.focus\:text-yellow-300\/85:focus{color:rgba(253,224,71,.85)}.focus\:text-yellow-300\/90:focus{color:rgba(253,224,71,.9)}.focus\:text-yellow-300\/95:focus{color:rgba(253,224,71,.95)}.focus\:text-yellow-400:focus{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.focus\:text-yellow-400\/0:focus{color:rgba(250,204,21,0)}.focus\:text-yellow-400\/10:focus{color:rgba(250,204,21,.1)}.focus\:text-yellow-400\/100:focus{color:#facc15}.focus\:text-yellow-400\/15:focus{color:rgba(250,204,21,.15)}.focus\:text-yellow-400\/20:focus{color:rgba(250,204,21,.2)}.focus\:text-yellow-400\/25:focus{color:rgba(250,204,21,.25)}.focus\:text-yellow-400\/30:focus{color:rgba(250,204,21,.3)}.focus\:text-yellow-400\/35:focus{color:rgba(250,204,21,.35)}.focus\:text-yellow-400\/40:focus{color:rgba(250,204,21,.4)}.focus\:text-yellow-400\/45:focus{color:rgba(250,204,21,.45)}.focus\:text-yellow-400\/5:focus{color:rgba(250,204,21,.05)}.focus\:text-yellow-400\/50:focus{color:rgba(250,204,21,.5)}.focus\:text-yellow-400\/55:focus{color:rgba(250,204,21,.55)}.focus\:text-yellow-400\/60:focus{color:rgba(250,204,21,.6)}.focus\:text-yellow-400\/65:focus{color:rgba(250,204,21,.65)}.focus\:text-yellow-400\/70:focus{color:rgba(250,204,21,.7)}.focus\:text-yellow-400\/75:focus{color:rgba(250,204,21,.75)}.focus\:text-yellow-400\/80:focus{color:rgba(250,204,21,.8)}.focus\:text-yellow-400\/85:focus{color:rgba(250,204,21,.85)}.focus\:text-yellow-400\/90:focus{color:rgba(250,204,21,.9)}.focus\:text-yellow-400\/95:focus{color:rgba(250,204,21,.95)}.focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.focus\:text-yellow-50\/0:focus{color:hsla(55,92%,95%,0)}.focus\:text-yellow-50\/10:focus{color:hsla(55,92%,95%,.1)}.focus\:text-yellow-50\/100:focus{color:#fefce8}.focus\:text-yellow-50\/15:focus{color:hsla(55,92%,95%,.15)}.focus\:text-yellow-50\/20:focus{color:hsla(55,92%,95%,.2)}.focus\:text-yellow-50\/25:focus{color:hsla(55,92%,95%,.25)}.focus\:text-yellow-50\/30:focus{color:hsla(55,92%,95%,.3)}.focus\:text-yellow-50\/35:focus{color:hsla(55,92%,95%,.35)}.focus\:text-yellow-50\/40:focus{color:hsla(55,92%,95%,.4)}.focus\:text-yellow-50\/45:focus{color:hsla(55,92%,95%,.45)}.focus\:text-yellow-50\/5:focus{color:hsla(55,92%,95%,.05)}.focus\:text-yellow-50\/50:focus{color:hsla(55,92%,95%,.5)}.focus\:text-yellow-50\/55:focus{color:hsla(55,92%,95%,.55)}.focus\:text-yellow-50\/60:focus{color:hsla(55,92%,95%,.6)}.focus\:text-yellow-50\/65:focus{color:hsla(55,92%,95%,.65)}.focus\:text-yellow-50\/70:focus{color:hsla(55,92%,95%,.7)}.focus\:text-yellow-50\/75:focus{color:hsla(55,92%,95%,.75)}.focus\:text-yellow-50\/80:focus{color:hsla(55,92%,95%,.8)}.focus\:text-yellow-50\/85:focus{color:hsla(55,92%,95%,.85)}.focus\:text-yellow-50\/90:focus{color:hsla(55,92%,95%,.9)}.focus\:text-yellow-50\/95:focus{color:hsla(55,92%,95%,.95)}.focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.focus\:text-yellow-500\/0:focus{color:rgba(234,179,8,0)}.focus\:text-yellow-500\/10:focus{color:rgba(234,179,8,.1)}.focus\:text-yellow-500\/100:focus{color:#eab308}.focus\:text-yellow-500\/15:focus{color:rgba(234,179,8,.15)}.focus\:text-yellow-500\/20:focus{color:rgba(234,179,8,.2)}.focus\:text-yellow-500\/25:focus{color:rgba(234,179,8,.25)}.focus\:text-yellow-500\/30:focus{color:rgba(234,179,8,.3)}.focus\:text-yellow-500\/35:focus{color:rgba(234,179,8,.35)}.focus\:text-yellow-500\/40:focus{color:rgba(234,179,8,.4)}.focus\:text-yellow-500\/45:focus{color:rgba(234,179,8,.45)}.focus\:text-yellow-500\/5:focus{color:rgba(234,179,8,.05)}.focus\:text-yellow-500\/50:focus{color:rgba(234,179,8,.5)}.focus\:text-yellow-500\/55:focus{color:rgba(234,179,8,.55)}.focus\:text-yellow-500\/60:focus{color:rgba(234,179,8,.6)}.focus\:text-yellow-500\/65:focus{color:rgba(234,179,8,.65)}.focus\:text-yellow-500\/70:focus{color:rgba(234,179,8,.7)}.focus\:text-yellow-500\/75:focus{color:rgba(234,179,8,.75)}.focus\:text-yellow-500\/80:focus{color:rgba(234,179,8,.8)}.focus\:text-yellow-500\/85:focus{color:rgba(234,179,8,.85)}.focus\:text-yellow-500\/90:focus{color:rgba(234,179,8,.9)}.focus\:text-yellow-500\/95:focus{color:rgba(234,179,8,.95)}.focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.focus\:text-yellow-600\/0:focus{color:rgba(202,138,4,0)}.focus\:text-yellow-600\/10:focus{color:rgba(202,138,4,.1)}.focus\:text-yellow-600\/100:focus{color:#ca8a04}.focus\:text-yellow-600\/15:focus{color:rgba(202,138,4,.15)}.focus\:text-yellow-600\/20:focus{color:rgba(202,138,4,.2)}.focus\:text-yellow-600\/25:focus{color:rgba(202,138,4,.25)}.focus\:text-yellow-600\/30:focus{color:rgba(202,138,4,.3)}.focus\:text-yellow-600\/35:focus{color:rgba(202,138,4,.35)}.focus\:text-yellow-600\/40:focus{color:rgba(202,138,4,.4)}.focus\:text-yellow-600\/45:focus{color:rgba(202,138,4,.45)}.focus\:text-yellow-600\/5:focus{color:rgba(202,138,4,.05)}.focus\:text-yellow-600\/50:focus{color:rgba(202,138,4,.5)}.focus\:text-yellow-600\/55:focus{color:rgba(202,138,4,.55)}.focus\:text-yellow-600\/60:focus{color:rgba(202,138,4,.6)}.focus\:text-yellow-600\/65:focus{color:rgba(202,138,4,.65)}.focus\:text-yellow-600\/70:focus{color:rgba(202,138,4,.7)}.focus\:text-yellow-600\/75:focus{color:rgba(202,138,4,.75)}.focus\:text-yellow-600\/80:focus{color:rgba(202,138,4,.8)}.focus\:text-yellow-600\/85:focus{color:rgba(202,138,4,.85)}.focus\:text-yellow-600\/90:focus{color:rgba(202,138,4,.9)}.focus\:text-yellow-600\/95:focus{color:rgba(202,138,4,.95)}.focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.focus\:text-yellow-700\/0:focus{color:rgba(161,98,7,0)}.focus\:text-yellow-700\/10:focus{color:rgba(161,98,7,.1)}.focus\:text-yellow-700\/100:focus{color:#a16207}.focus\:text-yellow-700\/15:focus{color:rgba(161,98,7,.15)}.focus\:text-yellow-700\/20:focus{color:rgba(161,98,7,.2)}.focus\:text-yellow-700\/25:focus{color:rgba(161,98,7,.25)}.focus\:text-yellow-700\/30:focus{color:rgba(161,98,7,.3)}.focus\:text-yellow-700\/35:focus{color:rgba(161,98,7,.35)}.focus\:text-yellow-700\/40:focus{color:rgba(161,98,7,.4)}.focus\:text-yellow-700\/45:focus{color:rgba(161,98,7,.45)}.focus\:text-yellow-700\/5:focus{color:rgba(161,98,7,.05)}.focus\:text-yellow-700\/50:focus{color:rgba(161,98,7,.5)}.focus\:text-yellow-700\/55:focus{color:rgba(161,98,7,.55)}.focus\:text-yellow-700\/60:focus{color:rgba(161,98,7,.6)}.focus\:text-yellow-700\/65:focus{color:rgba(161,98,7,.65)}.focus\:text-yellow-700\/70:focus{color:rgba(161,98,7,.7)}.focus\:text-yellow-700\/75:focus{color:rgba(161,98,7,.75)}.focus\:text-yellow-700\/80:focus{color:rgba(161,98,7,.8)}.focus\:text-yellow-700\/85:focus{color:rgba(161,98,7,.85)}.focus\:text-yellow-700\/90:focus{color:rgba(161,98,7,.9)}.focus\:text-yellow-700\/95:focus{color:rgba(161,98,7,.95)}.focus\:text-yellow-800:focus{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.focus\:text-yellow-800\/0:focus{color:rgba(133,77,14,0)}.focus\:text-yellow-800\/10:focus{color:rgba(133,77,14,.1)}.focus\:text-yellow-800\/100:focus{color:#854d0e}.focus\:text-yellow-800\/15:focus{color:rgba(133,77,14,.15)}.focus\:text-yellow-800\/20:focus{color:rgba(133,77,14,.2)}.focus\:text-yellow-800\/25:focus{color:rgba(133,77,14,.25)}.focus\:text-yellow-800\/30:focus{color:rgba(133,77,14,.3)}.focus\:text-yellow-800\/35:focus{color:rgba(133,77,14,.35)}.focus\:text-yellow-800\/40:focus{color:rgba(133,77,14,.4)}.focus\:text-yellow-800\/45:focus{color:rgba(133,77,14,.45)}.focus\:text-yellow-800\/5:focus{color:rgba(133,77,14,.05)}.focus\:text-yellow-800\/50:focus{color:rgba(133,77,14,.5)}.focus\:text-yellow-800\/55:focus{color:rgba(133,77,14,.55)}.focus\:text-yellow-800\/60:focus{color:rgba(133,77,14,.6)}.focus\:text-yellow-800\/65:focus{color:rgba(133,77,14,.65)}.focus\:text-yellow-800\/70:focus{color:rgba(133,77,14,.7)}.focus\:text-yellow-800\/75:focus{color:rgba(133,77,14,.75)}.focus\:text-yellow-800\/80:focus{color:rgba(133,77,14,.8)}.focus\:text-yellow-800\/85:focus{color:rgba(133,77,14,.85)}.focus\:text-yellow-800\/90:focus{color:rgba(133,77,14,.9)}.focus\:text-yellow-800\/95:focus{color:rgba(133,77,14,.95)}.focus\:text-yellow-900:focus{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.focus\:text-yellow-900\/0:focus{color:rgba(113,63,18,0)}.focus\:text-yellow-900\/10:focus{color:rgba(113,63,18,.1)}.focus\:text-yellow-900\/100:focus{color:#713f12}.focus\:text-yellow-900\/15:focus{color:rgba(113,63,18,.15)}.focus\:text-yellow-900\/20:focus{color:rgba(113,63,18,.2)}.focus\:text-yellow-900\/25:focus{color:rgba(113,63,18,.25)}.focus\:text-yellow-900\/30:focus{color:rgba(113,63,18,.3)}.focus\:text-yellow-900\/35:focus{color:rgba(113,63,18,.35)}.focus\:text-yellow-900\/40:focus{color:rgba(113,63,18,.4)}.focus\:text-yellow-900\/45:focus{color:rgba(113,63,18,.45)}.focus\:text-yellow-900\/5:focus{color:rgba(113,63,18,.05)}.focus\:text-yellow-900\/50:focus{color:rgba(113,63,18,.5)}.focus\:text-yellow-900\/55:focus{color:rgba(113,63,18,.55)}.focus\:text-yellow-900\/60:focus{color:rgba(113,63,18,.6)}.focus\:text-yellow-900\/65:focus{color:rgba(113,63,18,.65)}.focus\:text-yellow-900\/70:focus{color:rgba(113,63,18,.7)}.focus\:text-yellow-900\/75:focus{color:rgba(113,63,18,.75)}.focus\:text-yellow-900\/80:focus{color:rgba(113,63,18,.8)}.focus\:text-yellow-900\/85:focus{color:rgba(113,63,18,.85)}.focus\:text-yellow-900\/90:focus{color:rgba(113,63,18,.9)}.focus\:text-yellow-900\/95:focus{color:rgba(113,63,18,.95)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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)}.focus\:ring-2:focus,.focus\:ring:focus{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)}.focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}@media (min-width:640px){.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html,
body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
